Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package oxygen-gtk2 for openSUSE:Leap:16.0 
checked in at 2025-08-01 08:31:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/oxygen-gtk2 (Old)
 and      /work/SRC/openSUSE:Leap:16.0/.oxygen-gtk2.new.1944 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "oxygen-gtk2"

Fri Aug  1 08:31:29 2025 rev:2 rq:1292984 version:1.4.6

Changes:
--------
--- /work/SRC/openSUSE:Leap:16.0/oxygen-gtk2/oxygen-gtk2.changes        
2025-03-19 11:53:32.990891165 +0100
+++ /work/SRC/openSUSE:Leap:16.0/.oxygen-gtk2.new.1944/oxygen-gtk2.changes      
2025-08-01 08:32:04.147800067 +0200
@@ -1,0 +2,6 @@
+Tue Apr  1 16:31:29 UTC 2025 - Christophe Marin <[email protected]>
+
+- Add patch:
+  * oxygen-gtk-cmake4.patch
+
+-------------------------------------------------------------------

New:
----
  oxygen-gtk-cmake4.patch

----------(New B)----------
  New:- Add patch:
  * oxygen-gtk-cmake4.patch
----------(New E)----------

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

Other differences:
------------------
++++++ oxygen-gtk2.spec ++++++
--- /var/tmp/diff_new_pack.fxF9lE/_old  2025-08-01 08:32:04.419811407 +0200
+++ /var/tmp/diff_new_pack.fxF9lE/_new  2025-08-01 08:32:04.423811574 +0200
@@ -32,6 +32,8 @@
 Patch2:         fix-crash-about-invalid-columns.patch
 # PATCH-FIX-UPSTREAM oxygen-gtk2-1.4.6-xul.patch -- Add a number of xul 
applications to prevent crash for these CCBUG: 341181
 Patch3:         oxygen-gtk2-1.4.6-xul.patch
+# PATCH-FIX-UPSTREAM
+Patch4:         oxygen-gtk-cmake4.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -48,7 +50,6 @@
 
 %package -n gtk2-engine-oxygen
 Summary:        Oxygen GTK 2.x Theme Engine
-Group:          System/GUI/Other
 
 %description -n gtk2-engine-oxygen
 Oxygen-Gtk2 is a port of the KDE Oxygen widget theme to Gtk 2.x.
@@ -62,7 +63,6 @@
 
 %package -n gtk2-theme-oxygen
 Summary:        Oxygen GTK 2.x Theme
-Group:          System/GUI/Other
 Requires:       gtk2-engine-oxygen = %{version}
 # oxygen-gtk2 was last used at version 1.2.0 in K:D:F
 Provides:       oxygen-gtk2 = %{version}

++++++ oxygen-gtk-cmake4.patch ++++++
>From 61dc1cb9a9bbbf95332b01f23a1c3cfa31275b8d Mon Sep 17 00:00:00 2001
From: Christophe Marin <[email protected]>
Date: Tue, 1 Apr 2025 18:30:55 +0200
Subject: [PATCH] Fix build with CMake 4

---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1f576d2..ae1230d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
-project( oxygen-gtk )
+cmake_minimum_required(VERSION 3.16)
 
-cmake_minimum_required(VERSION 2.4)
+project( oxygen-gtk VERSION 1.4.6)
 
 ###########################
 # Define package generation
-- 
2.49.0

Reply via email to