Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package maven-invoker for openSUSE:Factory 
checked in at 2024-02-21 18:01:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-invoker (Old)
 and      /work/SRC/openSUSE:Factory/.maven-invoker.new.1706 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "maven-invoker"

Wed Feb 21 18:01:47 2024 rev:6 rq:1148756 version:3.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/maven-invoker/maven-invoker.changes      
2022-08-03 21:16:19.331382891 +0200
+++ /work/SRC/openSUSE:Factory/.maven-invoker.new.1706/maven-invoker.changes    
2024-02-21 18:01:56.687304102 +0100
@@ -1,0 +2,5 @@
+Wed Feb 21 14:55:53 UTC 2024 - Fridrich Strba <fst...@suse.com>
+
+- Use %patch -P N instead of deprecated %patchN.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ maven-invoker.spec ++++++
--- /var/tmp/diff_new_pack.CPk2b1/_old  2024-02-21 18:01:58.087354822 +0100
+++ /var/tmp/diff_new_pack.CPk2b1/_new  2024-02-21 18:01:58.091354967 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package maven-invoker
 #
-# 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
@@ -30,7 +30,7 @@
 BuildRequires:  ant
 BuildRequires:  atinject
 BuildRequires:  fdupes
-BuildRequires:  javapackages-local
+BuildRequires:  javapackages-local >= 6
 BuildRequires:  maven-shared-utils >= 3.3.3
 BuildRequires:  sisu-inject
 BuildRequires:  unzip
@@ -60,7 +60,7 @@
 %setup -q
 sed -i 's/\r$//' 
src/main/java/org/apache/maven/shared/invoker/MavenCommandLineBuilder.java
 cp %{SOURCE1} build.xml
-%patch1 -p1
+%patch -P 1 -p1
 %pom_change_dep javax.inject:javax.inject:1  
org.eclipse.sisu:org.eclipse.sisu.inject
 
 %pom_remove_parent .
@@ -77,7 +77,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}

Reply via email to