Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package apache-commons-exec for openSUSE:Factory checked in at 2024-10-02 21:35:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apache-commons-exec (Old) and /work/SRC/openSUSE:Factory/.apache-commons-exec.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-exec" Wed Oct 2 21:35:31 2024 rev:4 rq:1205233 version:1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/apache-commons-exec/apache-commons-exec.changes 2024-02-20 21:15:47.365140943 +0100 +++ /work/SRC/openSUSE:Factory/.apache-commons-exec.new.19354/apache-commons-exec.changes 2024-10-02 21:35:42.032158720 +0200 @@ -1,0 +2,5 @@ +Wed Oct 2 15:30:00 UTC 2024 - Fridrich Strba <fst...@suse.com> + +- Spec file cleanup + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apache-commons-exec.spec ++++++ --- /var/tmp/diff_new_pack.W3ajFF/_old 2024-10-02 21:35:43.700228067 +0200 +++ /var/tmp/diff_new_pack.W3ajFF/_new 2024-10-02 21:35:43.704228234 +0200 @@ -1,7 +1,7 @@ # # spec file for package apache-commons-exec # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,19 +19,19 @@ %global base_name exec %global short_name commons-%{base_name} %bcond_with tests -Name: apache-commons-exec +Name: apache-%{short_name} Version: 1.3 Release: 0 Summary: Java library to reliably execute external processes from within the JVM License: Apache-2.0 Group: Development/Libraries/Java URL: https://commons.apache.org/exec/ -Source0: http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz +Source0: https://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz Patch0: commons-exec-1.3-build_xml.patch BuildRequires: ant BuildRequires: dos2unix BuildRequires: fdupes -BuildRequires: javapackages-local +BuildRequires: javapackages-local >= 6 BuildArch: noarch %if %{with tests} BuildRequires: ant-junit @@ -64,7 +64,7 @@ %pom_remove_parent . %build -%{ant} \ +ant \ %if %{without tests} -Dmaven.test.skip=true \ %endif @@ -77,7 +77,7 @@ ln -sf %{short_name}.jar %{buildroot}%{_javadir}/%{name}.jar # pom install -dm 0755 %{buildroot}%{_mavenpomdir} -install -pm 0644 pom.xml %{buildroot}%{_mavenpomdir}/%{short_name}.pom +%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/%{short_name}.pom %add_maven_depmap %{short_name}.pom %{short_name}.jar # javadoc install -dm 0755 %{buildroot}%{_javadocdir}/%{name}