Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package apache2-mod_encoding for
openSUSE:Factory checked in at 2024-02-21 17:55:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2-mod_encoding (Old)
and /work/SRC/openSUSE:Factory/.apache2-mod_encoding.new.1706 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache2-mod_encoding"
Wed Feb 21 17:55:39 2024 rev:2 rq:1147848 version:0.0.20021209
Changes:
--------
---
/work/SRC/openSUSE:Factory/apache2-mod_encoding/apache2-mod_encoding.changes
2017-02-14 00:41:38.335515656 +0100
+++
/work/SRC/openSUSE:Factory/.apache2-mod_encoding.new.1706/apache2-mod_encoding.changes
2024-02-21 17:55:52.382124124 +0100
@@ -1,0 +2,5 @@
+Tue Feb 20 11:01:15 UTC 2024 - Dominique Leuenberger <[email protected]>
+
+- Use %patch -P N instead of deprecated %patchN.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache2-mod_encoding.spec ++++++
--- /var/tmp/diff_new_pack.S6qJff/_old 2024-02-21 17:55:55.622241399 +0100
+++ /var/tmp/diff_new_pack.S6qJff/_new 2024-02-21 17:55:55.626241544 +0100
@@ -61,7 +61,7 @@
%prep
%setup -q -n mod_encoding-%{snapshot}
-%patch0 -b .apache220
+%patch -P 0 -b .apache220
# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'