Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libXISF for openSUSE:Factory checked 
in at 2023-10-12 23:44:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libXISF (Old)
 and      /work/SRC/openSUSE:Factory/.libXISF.new.1807 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libXISF"

Thu Oct 12 23:44:31 2023 rev:8 rq:1117493 version:0.2.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/libXISF/libXISF.changes  2023-08-28 
17:17:13.812992273 +0200
+++ /work/SRC/openSUSE:Factory/.libXISF.new.1807/libXISF.changes        
2023-10-12 23:47:49.353308426 +0200
@@ -1,0 +2,5 @@
+Thu Oct  5 15:11:58 UTC 2023 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Use better GCC macro.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libXISF.spec ++++++
--- /var/tmp/diff_new_pack.WxBZ7a/_old  2023-10-12 23:47:49.865326966 +0200
+++ /var/tmp/diff_new_pack.WxBZ7a/_new  2023-10-12 23:47:49.869327110 +0200
@@ -16,6 +16,10 @@
 #
 
 
+%if 0%{?suse_version} && 0%{?suse_version} < 1590
+%global force_gcc_version 12
+%endif
+
 %define sover 0
 Name:           libXISF
 Version:        0.2.9
@@ -27,17 +31,13 @@
 # PATCH-FIX-UPSTREAM
 Patch0:         fix-pkgconfig.patch
 BuildRequires:  cmake
+BuildRequires:  gcc%{?force_gcc_version}-c++ >= 12
 BuildRequires:  liblz4-devel
 BuildRequires:  libzstd-devel
 BuildRequires:  pkg-config
 BuildRequires:  pugixml-devel
 BuildRequires:  zlib-devel
 BuildRequires:  cmake(Qt5Core) >= 5.14.0
-%if 0%{?suse_version} < 1590
-BuildRequires:  gcc10-c++
-%else
-BuildRequires:  gcc-c++
-%endif
 
 %description
 C++ library that can read and write XISF files produced by PixInsight.
@@ -60,10 +60,8 @@
 
 %build
 %cmake \
-%if 0%{?suse_version} < 1590
-    -DCMAKE_CXX_COMPILER=%{_bindir}/g++-10 \
-%else
-    -DCMAKE_CXX_COMPILER=%{_bindir}/g++ \
+%if 0%{?force_gcc_version}
+    -DCMAKE_CXX_COMPILER=%{_bindir}/g++-%{?force_gcc_version} \
 %endif
     -DCMAKE_INSTALL_PREFIX=%{_prefix} \
     -DCMAKE_BUILD_TYPE=release \

Reply via email to