Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package proj for openSUSE:Factory checked in 
at 2024-10-30 17:37:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/proj (Old)
 and      /work/SRC/openSUSE:Factory/.proj.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "proj"

Wed Oct 30 17:37:49 2024 rev:46 rq:1219336 version:9.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/proj/proj.changes        2024-07-09 
20:06:58.835235257 +0200
+++ /work/SRC/openSUSE:Factory/.proj.new.2020/proj.changes      2024-10-30 
17:38:26.550326130 +0100
@@ -1,0 +2,5 @@
+Mon Oct 21 14:38:33 UTC 2024 - Manfred Schwarb <manfre...@gmx.ch>
+
+- Leap 16.0 (suse_version==1600) has GCC 13 as default compiler 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ proj.spec ++++++
--- /var/tmp/diff_new_pack.Kkb4R8/_old  2024-10-30 17:38:29.910466885 +0100
+++ /var/tmp/diff_new_pack.Kkb4R8/_new  2024-10-30 17:38:29.910466885 +0100
@@ -29,7 +29,7 @@
 Source0:        
https://github.com/OSGeo/PROJ/releases/download/%{version}/%{name}-%{version}.tar.gz
 Source1:        
https://github.com/OSGeo/PROJ-data/releases/download/%{data_version}.0/%{name}-data-%{data_version}.tar.gz
 BuildRequires:  cmake >= 3.16
-%if 0%{?suse_version} <= 1650
+%if 0%{?suse_version} < 1600
 BuildRequires:  gcc11-c++
 %else
 BuildRequires:  gcc-c++
@@ -120,13 +120,13 @@
 %autosetup
 
 %build
-%if 0%{?suse_version} <= 1650
+%if 0%{?suse_version} < 1600
 export CC=gcc-11
 export CXX=g++-11
 %endif
 # c++14 needed to build tests using gtest >= 1.14
 %cmake \
-%if 0%{?suse_version} >= 1650
+%if 0%{?suse_version} >= 1600
   -DCMAKE_CXX_STANDARD=14 \
 %endif
   %{nil}

Reply via email to