Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package konkretcmpi for openSUSE:Factory checked in at 2024-02-21 18:01:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/konkretcmpi (Old) and /work/SRC/openSUSE:Factory/.konkretcmpi.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "konkretcmpi" Wed Feb 21 18:01:09 2024 rev:34 rq:1148676 version:0.9.2 Changes: -------- --- /work/SRC/openSUSE:Factory/konkretcmpi/konkretcmpi.changes 2023-02-27 12:55:17.859396420 +0100 +++ /work/SRC/openSUSE:Factory/.konkretcmpi.new.1706/konkretcmpi.changes 2024-02-21 18:01:21.454027718 +0100 @@ -1,0 +2,5 @@ +Wed Feb 21 12:19:40 UTC 2024 - Michael Vetter <[email protected]> + +- Use %patch -P N instead of deprecated %patchN. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ konkretcmpi.spec ++++++ --- /var/tmp/diff_new_pack.fzB1Kf/_old 2024-02-21 18:01:22.074050180 +0100 +++ /var/tmp/diff_new_pack.fzB1Kf/_new 2024-02-21 18:01:22.078050325 +0100 @@ -1,7 +1,7 @@ # # spec file for package konkretcmpi # -# 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 @@ -134,24 +134,24 @@ %setup -n konkretcmpi-%{version} %if 0%{?suse_version} > 0 %if 0%{?suse_version} < 1320 -%patch6 -p1 +%patch -P 6 -p1 %if 0%{?suse_version} < 1020 -%patch7 -p1 +%patch -P 7 -p1 %endif %endif %endif %if 0%{?rhel_version} > 0 && 0%{?rhel_version} < 700 -%patch6 -p1 +%patch -P 6 -p1 %endif %if 0%{?centos_version} > 0 && 0%{?centos_version} < 700 -%patch6 -p1 +%patch -P 6 -p1 %endif -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 -%patch8 -p1 +%patch -P 1 -p1 +%patch -P 2 -p1 +%patch -P 3 -p1 +%patch -P 4 -p1 +%patch -P 5 -p1 +%patch -P 8 -p1 %build rm -rf build
