Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sax3 for openSUSE:Factory checked in 
at 2025-07-07 14:46:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sax3 (Old)
 and      /work/SRC/openSUSE:Factory/.sax3.new.1903 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sax3"

Mon Jul  7 14:46:15 2025 rev:19 rq:1290917 version:0.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/sax3/sax3.changes        2024-02-26 
20:00:08.441913680 +0100
+++ /work/SRC/openSUSE:Factory/.sax3.new.1903/sax3.changes      2025-07-07 
14:46:16.379708049 +0200
@@ -1,0 +2,6 @@
+Sun Jul  6 07:01:41 UTC 2025 - Christoph G <f...@grueninger.de>
+
+- Make compatible with CMake 4.0.
+- Remove special cases for very old SUSE versions.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sax3.spec ++++++
--- /var/tmp/diff_new_pack.7BjoVJ/_old  2025-07-07 14:46:17.051736106 +0200
+++ /var/tmp/diff_new_pack.7BjoVJ/_new  2025-07-07 14:46:17.055736273 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sax3
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,14 +29,10 @@
 Patch0:         sax3-gcc6.patch
 BuildRequires:  augeas-devel
 BuildRequires:  augeas-lenses
-BuildRequires:  cmake
+BuildRequires:  cmake >= 3.5
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
-%if 0%{?suse_version} > 1220
 BuildRequires:  libyui-devel
-%else
-BuildRequires:  yast2-libyui-devel
-%endif
 Requires:       augeas
 Requires:       augeas-lenses
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -52,16 +48,11 @@
 %prep
 %autosetup -p1
 
-%if 0%{?suse_version} < 1230
-# No libyui pkg-config before 12.3
-sed -i 's|${LIBYUI_INCLUDE_DIR}|/usr/include/YaST2\ /usr/include/YaST2/yui|' 
src/CMakeLists.txt
-sed -i 's|${LIBYUI_LIBRARIES}|yui|' src/CMakeLists.txt
-%endif
-
 %build
 cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=true \
     -DCMAKE_CXX_FLAGS="%{optflags}" \
     -DCMAKE_VERBOSE_MAKEFILE=true \
+    -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
 %if "%{_lib}" == "lib64"
     -DLIB_SUFFIX="64" \
 %endif

Reply via email to