Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package objectweb-anttask for
openSUSE:Factory checked in at 2024-02-22 20:57:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/objectweb-anttask (Old)
and /work/SRC/openSUSE:Factory/.objectweb-anttask.new.1706 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "objectweb-anttask"
Thu Feb 22 20:57:53 2024 rev:20 rq:1148881 version:1.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/objectweb-anttask/objectweb-anttask.changes
2022-03-28 17:00:08.404935051 +0200
+++
/work/SRC/openSUSE:Factory/.objectweb-anttask.new.1706/objectweb-anttask.changes
2024-02-22 20:58:42.179573830 +0100
@@ -1,0 +2,5 @@
+Wed Feb 21 21:14:49 UTC 2024 - Fridrich Strba <[email protected]>
+
+- Use %patch -P N instead of deprecated %patchN.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ objectweb-anttask.spec ++++++
--- /var/tmp/diff_new_pack.vqtw6r/_old 2024-02-22 20:58:42.883599569 +0100
+++ /var/tmp/diff_new_pack.vqtw6r/_new 2024-02-22 20:58:42.883599569 +0100
@@ -1,7 +1,7 @@
#
# spec file for package objectweb-anttask
#
-# 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
@@ -39,8 +39,8 @@
%prep
%setup -q -c -n %{name}
-%patch1
-%patch2 -p1
+%patch -P 1
+%patch -P 2 -p1
find . -name "*.class" -exec rm {} \;
find . -name "*.jar" -exec rm {} \;