Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package args4j for openSUSE:Factory checked in at 2024-10-02 21:35:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/args4j (Old) and /work/SRC/openSUSE:Factory/.args4j.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "args4j" Wed Oct 2 21:35:38 2024 rev:10 rq:1205241 version:2.33 Changes: -------- --- /work/SRC/openSUSE:Factory/args4j/args4j.changes 2022-03-24 22:58:32.656282033 +0100 +++ /work/SRC/openSUSE:Factory/.args4j.new.19354/args4j.changes 2024-10-02 21:35:50.588514437 +0200 @@ -1,0 +2,5 @@ +Wed Oct 2 15:34:53 UTC 2024 - Fridrich Strba <fst...@suse.com> + +- Spec file cleanup + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ args4j.spec ++++++ --- /var/tmp/diff_new_pack.e2y9SI/_old 2024-10-02 21:35:51.088535224 +0200 +++ /var/tmp/diff_new_pack.e2y9SI/_new 2024-10-02 21:35:51.088535224 +0200 @@ -1,7 +1,7 @@ # # spec file for package args4j # -# 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 @@ -29,7 +29,7 @@ BuildRequires: ant BuildRequires: fdupes BuildRequires: java-devel >= 1.8 -BuildRequires: javapackages-local +BuildRequires: javapackages-local >= 6 BuildArch: noarch %if %{with tests} BuildRequires: ant-junit @@ -85,21 +85,13 @@ %pom_disable_module args4j-maven-plugin %pom_disable_module args4j-maven-plugin-example -for i in args4j args4j-tools; do - %pom_remove_parent $i - %pom_xpath_inject pom:project " - <groupId>args4j</groupId> - <version>%{version}</version> -" $i -done - %build mkdir -p lib %if %{with tests} build-jar-repository -s lib cglib/cglib mockito/mockito-core objectweb-asm/asm objenesis/objenesis -%ant package javadoc +ant package javadoc %else -%ant -Dtest.skip=true package javadoc +ant -Dtest.skip=true package javadoc %endif %install @@ -112,9 +104,9 @@ # pom install -dm 0755 %{buildroot}%{_mavenpomdir}/%{name} -install -pm 0644 %{name}/pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{name}.pom +%{mvn_install_pom} %{name}/pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{name}.pom %add_maven_depmap %{name}/%{name}.pom %{name}/%{name}.jar -install -pm 0644 %{name}-tools/pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{name}-tools.pom +%{mvn_install_pom} %{name}-tools/pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{name}-tools.pom %add_maven_depmap %{name}/%{name}-tools.pom %{name}/%{name}-tools.jar -f tools # javadoc