Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cvsps for openSUSE:Factory checked in at 2023-11-06 21:13:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cvsps (Old) and /work/SRC/openSUSE:Factory/.cvsps.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cvsps" Mon Nov 6 21:13:33 2023 rev:23 rq:1123535 version:2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/cvsps/cvsps.changes 2013-05-13 22:48:04.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.cvsps.new.17445/cvsps.changes 2023-11-06 21:13:35.373743429 +0100 @@ -1,0 +2,6 @@ +Mon Nov 6 08:55:34 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org> + +- Fix build with RPM 4.19: unnumbered patches are no longer + supported. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cvsps.spec ++++++ --- /var/tmp/diff_new_pack.ElryfF/_old 2023-11-06 21:13:36.413781713 +0100 +++ /var/tmp/diff_new_pack.ElryfF/_new 2023-11-06 21:13:36.413781713 +0100 @@ -1,7 +1,7 @@ # # spec file for package cvsps # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2023 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,7 +20,7 @@ BuildRequires: cmake BuildRequires: zlib-devel Summary: A Program for Generating Patch Set Information from a CVS Repository -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Tools/Version Control # DO NOT UPGRADE to 3.x before you make sure it works with git-cvsps [bnc#809800] Version: 2.1 @@ -33,8 +33,8 @@ Source4: CMakeLists.txt Obsoletes: cvsps2 <= %{version} Provides: cvsps2 = %{version} -Patch: commitid.diff -Url: http://www.cobite.com/cvsps/ +Patch0: commitid.diff +URL: http://www.cobite.com/cvsps/ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -46,8 +46,6 @@ revision information, it is often difficult to see what changes were 'atomically' committed to the repository. - - %prep %setup -q -n cvsps-%{real_version} tar xvfj %{SOURCE3} @@ -55,7 +53,7 @@ patch -p1 < fixes/$patch done cp %{SOURCE1} %{SOURCE2} %{SOURCE4} . -%patch -p1 +%patch0 -p1 %build export CFLAGS="%{optflags}"