Hello community, here is the log from the commit of package xmlunit for openSUSE:Leap:15.2 checked in at 2020-02-05 07:29:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/xmlunit (Old) and /work/SRC/openSUSE:Leap:15.2/.xmlunit.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xmlunit" Wed Feb 5 07:29:08 2020 rev:11 rq:764563 version:1.5 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/xmlunit/xmlunit.changes 2020-01-15 16:31:07.584844807 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.xmlunit.new.26092/xmlunit.changes 2020-02-05 07:29:11.778741074 +0100 @@ -1,0 +2,5 @@ +Wed Nov 7 20:46:02 UTC 2018 - Fridrich Strba <fst...@suse.com> + +- Do not depend on a particular xml-commons-apis provider. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xmlunit.spec ++++++ --- /var/tmp/diff_new_pack.R9ZbeX/_old 2020-02-05 07:29:12.122741218 +0100 +++ /var/tmp/diff_new_pack.R9ZbeX/_new 2020-02-05 07:29:12.122741218 +0100 @@ -1,7 +1,7 @@ # # spec file for package xmlunit # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2000-2008, JPackage Project # # All modifications and additions to the file contributed by third parties @@ -13,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -23,7 +23,7 @@ Summary: Provides classes to do asserts on XML License: BSD-3-Clause Group: Development/Libraries/Java -Url: http://xmlunit.sourceforge.net/ +URL: http://xmlunit.sourceforge.net/ Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}-src.zip Source1: http://repo1.maven.org/maven2/%{name}/%{name}/%{version}/%{name}-%{version}.pom BuildRequires: ant @@ -36,11 +36,11 @@ BuildRequires: unzip BuildRequires: xalan-j2 BuildRequires: xerces-j2 -BuildRequires: xml-commons-jaxp-1.3-apis +BuildRequires: xml-commons-apis >= 1.3 Requires: junit Requires: xalan-j2 Requires: xerces-j2 -Requires: xml-commons-jaxp-1.3-apis +Requires: xml-commons-apis >= 1.3 BuildArch: noarch %description @@ -82,7 +82,8 @@ %install mkdir -p %{buildroot}%{_javadir} -install -m 0644 build/lib/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar +install -m 0644 build/lib/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar +(cd %{buildroot}%{_javadir}/ && ln -s %{name}-%{version}.jar %{name}.jar) # Javadoc mkdir -p %{buildroot}%{_javadocdir}/%{name} @@ -91,15 +92,20 @@ # poms install -d -m 755 %{buildroot}%{_mavenpomdir} -install -m 644 build/lib/%{name}-%{version}.pom \ - %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom -%add_maven_depmap +install -m 644 %{SOURCE1} \ + %{buildroot}%{_mavenpomdir}/%{name}-%{version}.pom +%add_maven_depmap %{name}-%{version}.pom %{name}-%{version}.jar %files -%doc README.txt LICENSE.txt -%{_javadir}/%{name}.jar -%{_mavenpomdir}/JPP-%{name}.pom -%{_datadir}/maven-metadata/%{name}.xml +%license LICENSE.txt +%doc README.txt +%{_javadir}/*.jar +%{_mavenpomdir}/* +%if %{defined _maven_repository} +%{_mavendepmapfragdir}/%{name} +%else +%{_datadir}/maven-metadata/%{name}.xml* +%endif %files javadoc %doc userguide