Compare commits

..

4 commits

Author SHA1 Message Date
Fedora Release Engineering
3c45e2b474 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 09:19:22 +00:00
Ondřej Pohořelský
09b6fbe2f6 Update to upstream version 2.11.0 2026-03-11 15:03:24 +01:00
Marian Koncek
7622f274e9 Add -s to jurand invocation 2026-02-23 12:12:52 +01:00
Ondřej Pohořelský
e7b7aede4e Replace deprecated %java_remove_annotations macro with jurand
The %java_remove_annotations RPM macro has been removed from jurand.
Use the jurand executable directly instead with -a flag for annotation
removal.
2026-02-19 15:26:38 +01:00
3 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View file

@ -14,3 +14,4 @@
/xmlunit-2.9.0.tar.gz
/xmlunit-2.9.1.tar.gz
/xmlunit-2.10.0.tar.gz
/xmlunit-2.11.0.tar.gz

View file

@ -1 +1 @@
SHA512 (xmlunit-2.10.0.tar.gz) = 71bf82d2cb268378d0fecd13d31d9ecc175adfcfc2fa1e1249070c06940f8c0dbe8cf1679c6f9de2cddc1ba123aa0ef1c21b9a2ab746b78aea3ab4654775408c
SHA512 (xmlunit-2.11.0.tar.gz) = 2ac44c1416eb73787002fb826c8897e43a0537160d66d0c39eaddc93492764823c9639cfead751175431603c0d4e50a9f7ce78199cb55b094cc08fb5c645b811

View file

@ -1,7 +1,7 @@
%bcond_with bootstrap
Name: xmlunit
Version: 2.10.0
Version: 2.11.0
Release: %autorelease
Summary: Provides classes to do asserts on xml
# The whole package is ASL 2.0 except for xmlunit-legacy which is BSD
@ -85,9 +85,10 @@ rm -r xmlunit-core/src/main/java/org/xmlunit/builder/javax_jaxb\
# Port to hamcrest 2.1
%java_remove_annotations xmlunit-matchers -p org[.]hamcrest[.]Factory
jurand -i -s -a xmlunit-matchers -p org[.]hamcrest[.]Factory
%pom_disable_module xmlunit-assertj
%pom_disable_module xmlunit-bom
%pom_disable_module xmlunit-jakarta-jaxb-impl
%pom_remove_plugin org.codehaus.mojo:buildnumber-maven-plugin