From e7b7aede4e6975f6e5945c18474f2882ff7832e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Poho=C5=99elsk=C3=BD?= Date: Thu, 19 Feb 2026 15:26:38 +0100 Subject: [PATCH 1/4] 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. --- xmlunit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmlunit.spec b/xmlunit.spec index 511433a..b7d86e9 100644 --- a/xmlunit.spec +++ b/xmlunit.spec @@ -85,7 +85,7 @@ 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 -a xmlunit-matchers -p org[.]hamcrest[.]Factory %pom_disable_module xmlunit-assertj %pom_disable_module xmlunit-jakarta-jaxb-impl From 7622f274e9583216ea5b69e05684d0764e4ba249 Mon Sep 17 00:00:00 2001 From: Marian Koncek Date: Mon, 23 Feb 2026 12:12:52 +0100 Subject: [PATCH 2/4] Add -s to jurand invocation --- xmlunit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmlunit.spec b/xmlunit.spec index b7d86e9..0b47d93 100644 --- a/xmlunit.spec +++ b/xmlunit.spec @@ -85,7 +85,7 @@ rm -r xmlunit-core/src/main/java/org/xmlunit/builder/javax_jaxb\ # Port to hamcrest 2.1 -jurand -i -a 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-jakarta-jaxb-impl From 09b6fbe2f65440246f682048939a820f3dea852b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Poho=C5=99elsk=C3=BD?= Date: Wed, 11 Mar 2026 15:03:24 +0100 Subject: [PATCH 3/4] Update to upstream version 2.11.0 --- .gitignore | 1 + sources | 2 +- xmlunit.spec | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bdb2cf8..480a24d 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index d02b9bf..41ae063 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xmlunit-2.10.0.tar.gz) = 71bf82d2cb268378d0fecd13d31d9ecc175adfcfc2fa1e1249070c06940f8c0dbe8cf1679c6f9de2cddc1ba123aa0ef1c21b9a2ab746b78aea3ab4654775408c +SHA512 (xmlunit-2.11.0.tar.gz) = 2ac44c1416eb73787002fb826c8897e43a0537160d66d0c39eaddc93492764823c9639cfead751175431603c0d4e50a9f7ce78199cb55b094cc08fb5c645b811 diff --git a/xmlunit.spec b/xmlunit.spec index 0b47d93..48d0d83 100644 --- a/xmlunit.spec +++ b/xmlunit.spec @@ -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 @@ -88,6 +88,7 @@ rm -r xmlunit-core/src/main/java/org/xmlunit/builder/javax_jaxb\ 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 From 3c45e2b474dfca426ad23f420d259b8862459a28 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:19:22 +0000 Subject: [PATCH 4/4] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild