Fridrich Strba 2024-08-27 14:36:24 +00:00 committed by Git OBS Bridge
parent cef8c49e7f
commit 463c58042a

View File

@ -2,18 +2,6 @@
Wed Feb 21 09:10:46 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Use %patch -P N instead of deprecated %patchN.
* Breaking Changes
+ From version 3.0, the jar distributed to Maven Central is now
compiled to Java 1.8 bytecode, and is not compatible with
previous versions of Java.
Developers who use Java 1.7 earlier can still depend upon
hamcrest-2.2.jar.
* Improvements
+ FileMatchersTest simplification
+ License cleanup
- Removed patches:
* 0001-Fix-build-with-OpenJDK-11.patch
+ not needed any more
-------------------------------------------------------------------
Thu Jun 9 16:00:32 UTC 2022 - Fridrich Strba <fstrba@suse.com>