Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package timg for openSUSE:Factory checked in 
at 2024-08-07 06:10:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/timg (Old)
 and      /work/SRC/openSUSE:Factory/.timg.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "timg"

Wed Aug  7 06:10:25 2024 rev:4 rq:1191821 version:1.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/timg/timg.changes        2024-01-26 
22:47:44.657228772 +0100
+++ /work/SRC/openSUSE:Factory/.timg.new.7232/timg.changes      2024-08-07 
06:10:56.503664061 +0200
@@ -1,0 +2,5 @@
+Mon Jul 29 18:36:39 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantari...@pm.me>
+
+- add conditional build for leap with force gcc version
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ timg.spec ++++++
--- /var/tmp/diff_new_pack.jtwQZz/_old  2024-08-07 06:10:56.935682052 +0200
+++ /var/tmp/diff_new_pack.jtwQZz/_new  2024-08-07 06:10:56.935682052 +0200
@@ -16,6 +16,7 @@
 #
 
 
+%define force_gcc_version 13
 Name:           timg
 Version:        1.6.0
 Release:        0
@@ -24,7 +25,11 @@
 URL:            https://github.com/hzeller/timg
 Source:         %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
+%if 0%{?suse_version} < 1600
+BuildRequires:  gcc%{?force_gcc_version}-c++
+%else
 BuildRequires:  gcc-c++
+%endif
 BuildRequires:  pkgconfig(GraphicsMagick++)
 BuildRequires:  pkgconfig(libavcodec)
 BuildRequires:  pkgconfig(libavdevice)
@@ -49,6 +54,9 @@
 %autosetup
 
 %build
+%if 0%{?suse_version} < 1600
+export CXX="g++-%{?force_gcc_version}"
+%endif
 %cmake  \
     -DWITH_QOI_IMAGE=OFF \
     -DTIMG_VERSION_FROM_GIT=OFF

Reply via email to