Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package duperemove for openSUSE:Factory checked in at 2024-11-15 15:42:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/duperemove (Old) and /work/SRC/openSUSE:Factory/.duperemove.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "duperemove" Fri Nov 15 15:42:35 2024 rev:33 rq:1224241 version:0.14.1 Changes: -------- --- /work/SRC/openSUSE:Factory/duperemove/duperemove.changes 2023-11-27 22:43:57.475124787 +0100 +++ /work/SRC/openSUSE:Factory/.duperemove.new.2017/duperemove.changes 2024-11-15 15:42:40.424993834 +0100 @@ -1,0 +2,5 @@ +Thu Nov 14 15:16:04 UTC 2024 - pgaj...@suse.com + +- force newer gcc version in sync (isc rq #353372) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ duperemove.spec ++++++ --- /var/tmp/diff_new_pack.TWRJEd/_old 2024-11-15 15:42:40.889013259 +0100 +++ /var/tmp/diff_new_pack.TWRJEd/_new 2024-11-15 15:42:40.889013259 +0100 @@ -1,7 +1,7 @@ # # spec file for package duperemove # -# 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 @@ -19,7 +19,8 @@ %define samename btrfs-extent-same %if 0%{?suse_version} <= 1500 %define req_gcc_ver 12 -BuildRequires: gcc%{req_gcc_ver} +%else +%define req_gcc_ver %nil %endif Name: duperemove Version: 0.14.1 @@ -29,7 +30,8 @@ Group: System/Filesystems URL: https://github.com/markfasheh/duperemove Source: https://github.com/markfasheh/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: gcc-c++ +BuildRequires: gcc%{req_gcc_ver} +BuildRequires: gcc%{req_gcc_ver}-c++ BuildRequires: libuuid-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(glib-2.0) @@ -51,7 +53,7 @@ %setup -q %build -%if 0%{?suse_version} <= 1500 +%if 0%{req_gcc_ver} > 0 CC="CC=%{_bindir}/gcc-%{req_gcc_ver}" %endif %make_build $CC CFLAGS="%{optflags} -fcommon"