Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package duperemove for openSUSE:Factory 
checked in at 2023-09-20 13:27:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/duperemove (Old)
 and      /work/SRC/openSUSE:Factory/.duperemove.new.16627 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "duperemove"

Wed Sep 20 13:27:12 2023 rev:29 rq:1112021 version:0.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/duperemove/duperemove.changes    2023-07-18 
22:07:58.490938845 +0200
+++ /work/SRC/openSUSE:Factory/.duperemove.new.16627/duperemove.changes 
2023-09-20 13:29:07.386502476 +0200
@@ -1,0 +2,5 @@
+Thu Sep 14 08:14:47 UTC 2023 - [email protected]
+
+- build for 15
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ duperemove.spec ++++++
--- /var/tmp/diff_new_pack.j9Vl6R/_old  2023-09-20 13:29:08.566544751 +0200
+++ /var/tmp/diff_new_pack.j9Vl6R/_new  2023-09-20 13:29:08.570544895 +0200
@@ -25,6 +25,10 @@
 Group:          System/Filesystems
 URL:            https://github.com/markfasheh/duperemove
 Source:         
https://github.com/markfasheh/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+%if 0%{?suse_version} <= 1500
+%define req_gcc_ver 12
+BuildRequires:  gcc%{req_gcc_ver}
+%endif
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(glib-2.0)
@@ -47,11 +51,10 @@
 %setup -q
 
 %build
-%if 0%{?suse_version} <= 1200
-make %{?_smp_mflags} CFLAGS="%{optflags} -DNO_BTRFS_HEADER"
-%else
-make %{?_smp_mflags} CFLAGS="%{optflags} -fcommon"
+%if 0%{?suse_version} <= 1500
+CC="CC=/usr/bin/gcc-%{req_gcc_ver}"
 %endif
+make %{?_smp_mflags} $CC CFLAGS="%{optflags} -fcommon"
 
 %install
 %make_install PREFIX="%{_prefix}"

Reply via email to