diff --git a/xmlunit-2.10.0.tar.gz b/xmlunit-2.10.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b457e69faae82ad2355adc8913c0298779fc393a Binary files /dev/null and b/xmlunit-2.10.0.tar.gz differ diff --git a/xmlunit-2.9.1-src.tar.gz b/xmlunit-2.9.1-src.tar.gz deleted file mode 100644 index fe6562e6402c2e81462f56a17e2645350e8aefd6..0000000000000000000000000000000000000000 Binary files a/xmlunit-2.9.1-src.tar.gz and /dev/null differ diff --git a/xmlunit.spec b/xmlunit.spec index 70caae8880b1a2821235c711cd4cbb521dc4a996..b53acf40024e252f5c77135876369ebddf970a02 100644 --- a/xmlunit.spec +++ b/xmlunit.spec @@ -1,10 +1,10 @@ Name: xmlunit -Version: 2.9.1 -Release: 2 +Version: 2.10.0 +Release: 1 Summary: Unit Testing XML for Java and .NET License: Apache 2.0 and BSD URL: https://www.xmlunit.org/ -Source0: https://github.com/xmlunit/xmlunit/releases/download/v%{version}/%{name}-%{version}-src.tar.gz +Source0: https://github.com/xmlunit/xmlunit/releases/download/v%{version}/%{name}-%{version}.tar.gz Patch1: 0001-Port-to-hamcrest-2.1.patch BuildArch: noarch @@ -56,7 +56,7 @@ Summary: Placeholders for %{name} This package provides %{summary}. %prep -%autosetup -n %{name}-%{version}-src -p1 +%autosetup -n %{name}-%{version} -p1 %pom_disable_module xmlunit-assertj3 %pom_disable_module xmlunit-jakarta-jaxb-impl @@ -87,6 +87,9 @@ sed -i 's/private boolean isElementOfCustomAssert/protected boolean isElementOfC %files placeholders -f .mfiles-xmlunit-placeholders %changelog +* Wed Jan 08 2025 Ge Wang - 2.10.0-1 +- Update to version 2.10.0 + * Wed Jun 19 2024 Ge Wang - 2.9.1-2 - Fix build error for assertj-core-3.23.1