Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sax3 for openSUSE:Factory checked in at 2023-11-07 21:28:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sax3 (Old) and /work/SRC/openSUSE:Factory/.sax3.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sax3" Tue Nov 7 21:28:36 2023 rev:17 rq:1124003 version:0.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/sax3/sax3.changes 2016-07-09 09:22:32.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.sax3.new.17445/sax3.changes 2023-11-07 21:29:28.186387801 +0100 @@ -1,0 +2,6 @@ +Tue Nov 7 10:02:18 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org> + +- Fix build with RPM 4.19: unnumbered patches are no longer + supported. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sax3.spec ++++++ --- /var/tmp/diff_new_pack.8K5b23/_old 2023-11-07 21:29:28.630404151 +0100 +++ /var/tmp/diff_new_pack.8K5b23/_new 2023-11-07 21:29:28.630404151 +0100 @@ -1,7 +1,7 @@ # # spec file for package sax3 # -# Copyright (c) 2016 SUSE LINUX 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,13 +20,13 @@ Version: 0.1.2 Release: 0 Summary: A Graphical Configuration Tool for X -License: GPL-3.0 +License: GPL-3.0-only Group: System/X11/Utilities -Url: https://www.ohloh.net/p/sax3 +URL: https://www.ohloh.net/p/sax3 Source: %{name}-%{version}.tar.gz # https://github.com/openSUSE/%{name}/archive/v%{version}.tar.gz # PATCH-FIX-UPSTREAM sax3-gcc6.patch -Patch: sax3-gcc6.patch +Patch0: sax3-gcc6.patch BuildRequires: augeas-devel BuildRequires: augeas-lenses BuildRequires: cmake @@ -51,7 +51,7 @@ %prep %setup -q -%patch -p1 +%patch0 -p1 %if 0%{?suse_version} < 1230 # No libyui pkg-config before 12.3 sed -i 's|${LIBYUI_INCLUDE_DIR}|/usr/include/YaST2\ /usr/include/YaST2/yui|' src/CMakeLists.txt