File apache-commons-collections4.changes of Package apache-commons-collections4
-------------------------------------------------------------------
Mon Aug 1 23:36:04 UTC 2022 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to upstream version 4.4
* Changes in version 4.4:
+ Maintenance release.
* Changes in version 4.3 2018-12-21:
+ Update from Java 7 to Java 8, bug fixes, and small changes.
* Changes in version 4.2 2018-07-11:
+ Update from Java 6 to Java 7, bug fixes, and small changes.
- Add Ant build script and properties file borrowed from previous
version to sources because upstream does not provide them
anymore; all relevant patches applied:
* apache-commons-collections4-build.xml
* apache-commons-collections4-default.properties
- Remove patches:
* commons-collections4-4.1-bundle.patch
+ applied to apache-commons-collections4-build.xml.
* commons-collections4-4.1-javadoc.patch
+ applied to apache-commons-collections4-build.xml.
* commons-collections4-4.1-jdk11.patch
+ not needed anymore.
-------------------------------------------------------------------
Fri Mar 18 18:14:43 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Build with source/target levels 8
-------------------------------------------------------------------
Mon Mar 4 10:41:43 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Initial packaging of apache-commons-collections4 4.1
- Added patches:
* commons-collections4-4.1-bundle.patch
+ Add to the manifest OSGi bundle information
* commons-collections4-4.1-javadoc.patch
+ Do not try to download web-based resources during the build.
* commons-collections4-4.1-jdk11.patch
+ Resolve type ambiguity in a toArray(null) call