Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xmlunit for openSUSE:Factory checked 
in at 2024-01-12 23:46:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xmlunit (Old)
 and      /work/SRC/openSUSE:Factory/.xmlunit.new.21961 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xmlunit"

Fri Jan 12 23:46:23 2024 rev:20 rq:1138307 version:1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/xmlunit/xmlunit.changes  2022-03-20 
20:56:02.982569723 +0100
+++ /work/SRC/openSUSE:Factory/.xmlunit.new.21961/xmlunit.changes       
2024-01-12 23:46:46.721566748 +0100
@@ -1,0 +2,5 @@
+Fri Jan 12 11:26:50 UTC 2024 - Fridrich Strba <fst...@suse.com>
+
+- Cleanup spec file
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xmlunit.spec ++++++
--- /var/tmp/diff_new_pack.zqZZGb/_old  2024-01-12 23:46:47.629599982 +0100
+++ /var/tmp/diff_new_pack.zqZZGb/_new  2024-01-12 23:46:47.633600130 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xmlunit
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2000-2008, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -23,15 +23,14 @@
 Summary:        Provides classes to do asserts on XML
 License:        BSD-3-Clause
 Group:          Development/Libraries/Java
-URL:            http://xmlunit.sourceforge.net/
+URL:            https://xmlunit.sourceforge.net/
 Source0:        
https://download.sourceforge.net/%{name}/%{name}-%{version}-src.zip
 Source1:        
https://repo1.maven.org/maven2/%{name}/%{name}/%{version}/%{name}-%{version}.pom
 BuildRequires:  ant
 BuildRequires:  ant-junit
 BuildRequires:  fdupes
 # Needed for maven conversions
-BuildRequires:  javapackages-local
-BuildRequires:  javapackages-tools
+BuildRequires:  javapackages-local >= 6
 BuildRequires:  junit
 BuildRequires:  unzip
 BuildRequires:  xalan-j2
@@ -82,8 +81,7 @@
 
 %install
 mkdir -p %{buildroot}%{_javadir}
-install -m 0644 build/lib/%{name}-%{version}.jar 
%{buildroot}%{_javadir}/%{name}-%{version}.jar
-(cd %{buildroot}%{_javadir}/ && ln -s %{name}-%{version}.jar %{name}.jar)
+install -m 0644 build/lib/%{name}-%{version}.jar 
%{buildroot}%{_javadir}/%{name}.jar
 
 # Javadoc
 mkdir -p %{buildroot}%{_javadocdir}/%{name}
@@ -92,20 +90,13 @@
 
 # poms
 install -d -m 755 %{buildroot}%{_mavenpomdir}
-install -m 644 %{SOURCE1} \
-    %{buildroot}%{_mavenpomdir}/%{name}-%{version}.pom
-%add_maven_depmap %{name}-%{version}.pom %{name}-%{version}.jar
+%{mvn_install_pom} %{SOURCE1} \
+    %{buildroot}%{_mavenpomdir}/%{name}.pom
+%add_maven_depmap %{name}.pom %{name}.jar
 
-%files
+%files -f .mfiles
 %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

Reply via email to