Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package apache-commons-cli for openSUSE:Factory checked in at 2024-02-20 21:15:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apache-commons-cli (Old) and /work/SRC/openSUSE:Factory/.apache-commons-cli.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-cli" Tue Feb 20 21:15:16 2024 rev:16 rq:1147892 version:1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/apache-commons-cli/apache-commons-cli.changes 2023-09-21 22:23:30.417863853 +0200 +++ /work/SRC/openSUSE:Factory/.apache-commons-cli.new.1706/apache-commons-cli.changes 2024-02-20 21:15:39.768846173 +0100 @@ -1,0 +2,5 @@ +Tue Feb 20 10:25:28 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Use %patch -P N instead of deprecated %patchN. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apache-commons-cli.spec ++++++ --- /var/tmp/diff_new_pack.wsqyae/_old 2024-02-20 21:15:40.360869146 +0100 +++ /var/tmp/diff_new_pack.wsqyae/_new 2024-02-20 21:15:40.360869146 +0100 @@ -1,7 +1,7 @@ # # spec file for package apache-commons-cli # -# Copyright (c) 2023 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 @@ -31,7 +31,7 @@ Patch0: CLI-253-workaround.patch BuildRequires: ant BuildRequires: fdupes -BuildRequires: javapackages-local +BuildRequires: javapackages-local >= 6 Provides: jakarta-%{short_name} = %{version}-%{release} Obsoletes: jakarta-%{short_name} < %{version}-%{release} Provides: apache-cli = %{version}-%{release} @@ -54,12 +54,12 @@ %prep %setup -q -n %{short_name}-%{version}-src cp %{SOURCE1} build.xml -%patch0 -p1 +%patch -P 0 -p1 %pom_remove_parent %build -%ant package javadoc +%{ant} package javadoc %install # jars @@ -68,7 +68,7 @@ # pom install -d -m 755 %{buildroot}%{_mavenpomdir} -install -pm 644 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 -a "org.apache.commons:%{short_name}" # javadoc ++++++ apache-commons-cli-build.xml ++++++ --- /var/tmp/diff_new_pack.wsqyae/_old 2024-02-20 21:15:40.392870388 +0100 +++ /var/tmp/diff_new_pack.wsqyae/_new 2024-02-20 21:15:40.392870388 +0100 @@ -70,7 +70,6 @@ packagenames="*" destdir="${reporting.outputDirectory}/apidocs" access="protected" - old="false" verbose="false" encoding="iso-8859-1" version="true"
