Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package proj for openSUSE:Factory checked in 
at 2026-06-03 20:22:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/proj (Old)
 and      /work/SRC/openSUSE:Factory/.proj.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "proj"

Wed Jun  3 20:22:56 2026 rev:55 rq:1356800 version:9.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/proj/proj.changes        2026-04-15 
16:14:25.235294825 +0200
+++ /work/SRC/openSUSE:Factory/.proj.new.1937/proj.changes      2026-06-03 
20:26:29.355333095 +0200
@@ -1,0 +2,9 @@
+Tue Jun  2 18:45:48 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Drop the dead gcc13 fallback and the matching %build compiler
+  overrides (the suse_version < 1600 path only applied to the
+  now-EOL Leap 15.6)
+- Fix the %install doc-dir cleanup to target %{_docdir}/%{name}
+  instead of an empty-variable path
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ proj.spec ++++++
--- /var/tmp/diff_new_pack.xUFPjV/_old  2026-06-03 20:26:32.967482938 +0200
+++ /var/tmp/diff_new_pack.xUFPjV/_new  2026-06-03 20:26:32.971483104 +0200
@@ -29,11 +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} < 1600
-BuildRequires:  gcc13-c++
-%else
 BuildRequires:  gcc-c++
-%endif
 BuildRequires:  pkgconfig >= 0.9.0
 BuildRequires:  sqlite3
 BuildRequires:  pkgconfig(gtest)
@@ -122,10 +118,6 @@
 %autosetup -p1
 
 %build
-%if 0%{?suse_version} < 1600
-export CC=gcc-13
-export CXX=g++-13
-%endif
 %cmake
 %cmake_build
 
@@ -133,9 +125,8 @@
 %cmake_install
 tar -C %{buildroot}%{_datadir}/%{name} -xf %{SOURCE1}
 find %{buildroot} -type f -name "*.la" -delete -print
-# It would be good to find out where these extra files
-# come from:
-rm -rf %{buildroot}%{_datadir}/doc/${name}
+# Drop the doc dir cmake installs; COPYING is shipped via %license below
+rm -rf %{buildroot}%{_docdir}/%{name}
 
 %check
 # Tests dont work on i586 and noone cares

Reply via email to