Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package beust-jcommander for
openSUSE:Factory checked in at 2024-02-21 17:58:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/beust-jcommander (Old)
and /work/SRC/openSUSE:Factory/.beust-jcommander.new.1706 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "beust-jcommander"
Wed Feb 21 17:58:19 2024 rev:4 rq:1148443 version:1.82
Changes:
--------
--- /work/SRC/openSUSE:Factory/beust-jcommander/beust-jcommander.changes
2023-05-04 17:10:15.240252356 +0200
+++
/work/SRC/openSUSE:Factory/.beust-jcommander.new.1706/beust-jcommander.changes
2024-02-21 17:58:27.151720980 +0100
@@ -1,0 +2,5 @@
+Wed Feb 21 08:20:16 UTC 2024 - Fridrich Strba <[email protected]>
+
+- Use %patch -P N instead of deprecated %patchN.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ beust-jcommander.spec ++++++
--- /var/tmp/diff_new_pack.3aUXfv/_old 2024-02-21 17:58:29.203795184 +0100
+++ /var/tmp/diff_new_pack.3aUXfv/_new 2024-02-21 17:58:29.203795184 +0100
@@ -1,7 +1,7 @@
#
-# spec file
+# spec file for package beust-jcommander
#
-# 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
@@ -51,15 +51,13 @@
%prep
%setup -q -n %{short_name}-%{version}
-%patch0 -p1
+%patch -P 0 -p1
chmod -x license.txt
cp -p %{SOURCE1} pom.xml
cp -p %{SOURCE2} build.xml
sed -i 's/@VERSION@/%{version}/g' pom.xml build.xml
-%pom_remove_parent .
-
%build
%{ant} jar javadoc
@@ -71,7 +69,7 @@
# pom
install -d -m 755 %{buildroot}%{_mavenpomdir}
-install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom
+%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom
%add_maven_depmap %{name}.pom %{name}.jar
# javadoc