Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xfce4-taskmanager for 
openSUSE:Factory checked in at 2025-05-26 18:32:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-taskmanager (Old)
 and      /work/SRC/openSUSE:Factory/.xfce4-taskmanager.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfce4-taskmanager"

Mon May 26 18:32:32 2025 rev:40 rq:1279194 version:1.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/xfce4-taskmanager/xfce4-taskmanager.changes      
2025-01-01 23:09:29.312354850 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-taskmanager.new.2732/xfce4-taskmanager.changes
    2025-05-26 18:33:50.115128931 +0200
@@ -1,0 +2,14 @@
+Thu May 22 06:43:25 UTC 2025 - Maurizio Galli <maurizio.ga...@suse.com>
+
+- Update to version 1.6.0
+  - Update README after switchover to meson
+  - process-window: Fix wrong use of g_signal_emit_by_name()
+  - Fix process window being destroyed when status icon is visible
+  - Remove manual registration of resources
+  - Unify gresource files
+  - Add support to Meson
+  - build: Add missing dep flags
+  - Translation Update
+- Removed obsolete xfce4-taskmanager-relax-x11-version.patch
+
+-------------------------------------------------------------------

Old:
----
  xfce4-taskmanager-1.5.8.tar.bz2
  xfce4-taskmanager-relax-x11-version.patch

New:
----
  xfce4-taskmanager-1.6.0.tar.xz

BETA DEBUG BEGIN:
  Old:  - Translation Update
- Removed obsolete xfce4-taskmanager-relax-x11-version.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ xfce4-taskmanager.spec ++++++
--- /var/tmp/diff_new_pack.Urq3VA/_old  2025-05-26 18:33:50.735154926 +0200
+++ /var/tmp/diff_new_pack.Urq3VA/_new  2025-05-26 18:33:50.739155094 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-taskmanager
 #
-# Copyright (c) 2024 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
@@ -17,16 +17,15 @@
 
 
 Name:           xfce4-taskmanager
-Version:        1.5.8
+Version:        1.6.0
 Release:        0
 Summary:        Simple Taskmanager for the Xfce Desktop Environment
 License:        GPL-2.0-or-later
 Group:          System/Monitoring
 URL:            https://docs.xfce.org/apps/xfce4-taskmanager
-Source:         
https://archive.xfce.org/src/apps/%{name}/1.5/%{name}-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE xfce4-taskmanager-relax-x11-version.patch lower required 
X11 version to allow building for Leap which only has 1.6.5, which is enough, 
though
-Patch0:         xfce4-taskmanager-relax-x11-version.patch
+Source:         
https://archive.xfce.org/src/apps/%{name}/1.6/%{name}-%{version}.tar.xz
 BuildRequires:  gettext >= 0.19.8
+BuildRequires:  meson >= 0.54.0
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(cairo) >= 1.5.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.50.0
@@ -48,15 +47,14 @@
 %lang_package
 
 %prep
-%autosetup -p1
+%autosetup
 
 %build
-%configure \
-       --enable-gtk3
-%make_build
+%meson
+%meson_build
 
 %install
-%make_install
+%meson_install
 
 %suse_update_desktop_file -r %{name} GTK System Monitor
 

Reply via email to