Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package maven-shared-utils for openSUSE:Factory checked in at 2024-02-21 18:01:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/maven-shared-utils (Old) and /work/SRC/openSUSE:Factory/.maven-shared-utils.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-shared-utils" Wed Feb 21 18:01:55 2024 rev:6 rq:1148771 version:3.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/maven-shared-utils/maven-shared-utils.changes 2023-05-04 17:10:17.804267368 +0200 +++ /work/SRC/openSUSE:Factory/.maven-shared-utils.new.1706/maven-shared-utils.changes 2024-02-21 18:02:04.547588854 +0100 @@ -1,0 +2,5 @@ +Wed Feb 21 15:14:20 UTC 2024 - Fridrich Strba <[email protected]> + +- Use %patch -P N instead of deprecated %patchN. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ maven-shared-utils.spec ++++++ --- /var/tmp/diff_new_pack.ofqrcK/_old 2024-02-21 18:02:05.199612475 +0100 +++ /var/tmp/diff_new_pack.ofqrcK/_new 2024-02-21 18:02:05.199612475 +0100 @@ -1,7 +1,7 @@ # # spec file for package maven-shared-utils # -# 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 @@ -32,7 +32,7 @@ BuildRequires: apache-commons-io BuildRequires: fdupes BuildRequires: jansi -BuildRequires: javapackages-local +BuildRequires: javapackages-local >= 6 BuildRequires: jsr-305 BuildRequires: plexus-classworlds BuildRequires: plexus-containers-container-default @@ -66,12 +66,7 @@ %setup -q cp %{SOURCE1} build.xml -%patch0 -p1 - -%pom_remove_plugin org.codehaus.mojo:findbugs-maven-plugin - -%pom_remove_parent . -%pom_xpath_inject pom:project "<groupId>org.apache.maven.shared</groupId>" . +%patch -P 0 -p1 %build mkdir -p lib @@ -95,7 +90,7 @@ install -pm 0644 target/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}/%{name}.jar # pom install -dm 0755 %{buildroot}%{_mavenpomdir}/%{name} -install -pm 0644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{name}.pom +%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{name}.pom %add_maven_depmap %{name}/%{name}.pom %{name}/%{name}.jar # javadoc install -dm 0755 %{buildroot}%{_javadocdir}/%{name}
