Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package patch for openSUSE:Factory checked in at 2021-10-25 15:16:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/patch (Old) and /work/SRC/openSUSE:Factory/.patch.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "patch" Mon Oct 25 15:16:42 2021 rev:44 rq:922373 version:2.7.6 Changes: -------- --- /work/SRC/openSUSE:Factory/patch/patch.changes 2018-05-13 15:53:53.838780878 +0200 +++ /work/SRC/openSUSE:Factory/.patch.new.1890/patch.changes 2021-10-25 15:16:43.621649132 +0200 @@ -1,0 +2,7 @@ +Wed Sep 29 10:33:36 UTC 2021 - Dominique Leuenberger <[email protected]> + +- Do not query %{verbose} to add V=1 or not: verbose changed + semantics between rpm versions and there is currently no variant + supporting rpm < 4.17 and rpm >= 4.17. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ patch.spec ++++++ --- /var/tmp/diff_new_pack.sZsY3h/_old 2021-10-25 15:16:44.297649555 +0200 +++ /var/tmp/diff_new_pack.sZsY3h/_new 2021-10-25 15:16:44.301649558 +0200 @@ -1,7 +1,7 @@ # # spec file for package patch # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,9 +20,9 @@ Version: 2.7.6 Release: 0 Summary: GNU patch -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Productivity/Text/Utilities -Url: http://ftp.gnu.org/gnu/patch/ +URL: http://ftp.gnu.org/gnu/patch/ Source: http://ftp.gnu.org/gnu/patch/%{name}-%{version}.tar.xz Source2: http://ftp.gnu.org/gnu/patch/%{name}-%{version}.tar.xz.sig Source3: http://savannah.gnu.org/project/memberlist-gpgkeys.php?group=patch&download=1#/patch.keyring @@ -62,13 +62,13 @@ %build export CFLAGS="%{optflags} -Wall -O2 -pipe" %configure -make %{?_smp_mflags} %{verbose:V=1}; +make %{?_smp_mflags} %check -make %{?_smp_mflags} check %{verbose:V=1} +make %{?_smp_mflags} check %install -make install DESTDIR=%{buildroot} %{verbose:V=1} +make install DESTDIR=%{buildroot} %files %doc AUTHORS NEWS README
