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-01-01 23:09:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-taskmanager (Old)
 and      /work/SRC/openSUSE:Factory/.xfce4-taskmanager.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfce4-taskmanager"

Wed Jan  1 23:09:00 2025 rev:39 rq:1234317 version:1.5.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/xfce4-taskmanager/xfce4-taskmanager.changes      
2024-03-07 18:32:00.974769939 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-taskmanager.new.1881/xfce4-taskmanager.changes
    2025-01-01 23:09:29.312354850 +0100
@@ -1,0 +2,22 @@
+Mon Dec 30 10:52:51 UTC 2024 - Manfred Hollstein <[email protected]>
+
+- Update to version 1.5.8
+  * Add Darwin support
+  * I18n: Update po/LINGUAS list
+  * Added missing Keywords entry to .desktop file
+  * Fix leak when copying command line string
+  * Fix core.UndefinedBinaryOperatorResult warning from scan-build
+  * clang-format: Use IncludeBlocks::Regroup
+  * Apply .clang-format file
+  * Clean up and sort includes
+  * clang-format: Add file
+  * Aggregate children memory and cpu
+  * process-tree-view: Reset /columns/positions at startup if invalid
+  * Fix xfconf memory management
+  * build: Use XDT_VERSION_INIT and get rid of configure.ac.in
+  * build: Switch from intltool to gettext
+  * Fix search filter memory leaks
+  * Translation Updates
+- Refresh xfce4-taskmanager-relax-x11-version.patch
+
+-------------------------------------------------------------------

Old:
----
  xfce4-taskmanager-1.5.7.tar.bz2

New:
----
  xfce4-taskmanager-1.5.8.tar.bz2

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

Other differences:
------------------
++++++ xfce4-taskmanager.spec ++++++
--- /var/tmp/diff_new_pack.tKU5Cc/_old  2025-01-01 23:09:29.772373742 +0100
+++ /var/tmp/diff_new_pack.tKU5Cc/_new  2025-01-01 23:09:29.772373742 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           xfce4-taskmanager
-Version:        1.5.7
+Version:        1.5.8
 Release:        0
 Summary:        Simple Taskmanager for the Xfce Desktop Environment
 License:        GPL-2.0-or-later
@@ -26,7 +26,7 @@
 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
-BuildRequires:  intltool
+BuildRequires:  gettext >= 0.19.8
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(cairo) >= 1.5.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.50.0
@@ -34,6 +34,7 @@
 BuildRequires:  pkgconfig(libwnck-3.0) >= 3.2
 BuildRequires:  pkgconfig(libxfce4ui-2) >= 4.14
 BuildRequires:  pkgconfig(libxfconf-0) >= 4.14
+BuildRequires:  pkgconfig(x11) >= 1.6.5
 BuildRequires:  pkgconfig(xmu) >= 1.1.2
 # uses exo-open
 Requires:       exo-tools

++++++ xfce4-taskmanager-1.5.7.tar.bz2 -> xfce4-taskmanager-1.5.8.tar.bz2 ++++++
++++ 47474 lines of diff (skipped)

++++++ xfce4-taskmanager-relax-x11-version.patch ++++++
--- /var/tmp/diff_new_pack.tKU5Cc/_old  2025-01-01 23:09:30.080386390 +0100
+++ /var/tmp/diff_new_pack.tKU5Cc/_new  2025-01-01 23:09:30.084386555 +0100
@@ -1,7 +1,7 @@
 diff -rup a/configure.ac b/configure.ac
---- a/configure.ac     2024-02-29 15:35:42.000000000 +0100
-+++ b/configure.ac     2024-03-01 19:31:58.533739058 +0100
-@@ -84,7 +84,7 @@ XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0
+--- a/configure.ac     2024-12-25 17:08:49.000000000 +0100
++++ b/configure.ac     2024-12-30 11:56:15.899172441 +0100
+@@ -78,7 +78,7 @@ XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0
  dnl ***********************************
  dnl *** Check for optional packages ***
  dnl ***********************************
@@ -11,9 +11,9 @@
  
  dnl ***********************************
 diff -rup a/configure b/configure
---- a/configure        2024-02-29 15:36:38.000000000 +0100
-+++ b/configure        2024-03-01 19:32:13.157062681 +0100
-@@ -16145,7 +16145,7 @@ fi
+--- a/configure        2024-12-25 17:10:00.000000000 +0100
++++ b/configure        2024-12-30 11:56:34.989175463 +0100
+@@ -18704,7 +18704,7 @@ fi
  
  
    if test x"$xdt_cv_LIBX11_check" = x"yes"; then
@@ -22,7 +22,7 @@
  
  
    # minimum supported version of pkg-config
-@@ -16298,9 +16298,9 @@ fi
+@@ -18860,9 +18860,9 @@ fi
  
  
  
@@ -35,7 +35,7 @@
      LIBX11_VERSION=`$PKG_CONFIG --modversion "x11"`
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBX11_VERSION" >&5
  printf "%s\n" "$LIBX11_VERSION" >&6; }
-@@ -16317,7 +16317,7 @@ printf %s "checking LIBX11_LIBS... " >&6
+@@ -18879,7 +18879,7 @@ printf %s "checking LIBX11_LIBS... " >&6
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBX11_LIBS" >&5
  printf "%s\n" "$LIBX11_LIBS" >&6; }
  
@@ -44,7 +44,7 @@
  
  
  
-@@ -16346,7 +16346,7 @@ printf "%s\n" "found, but $xdt_cv_versio
+@@ -18908,7 +18908,7 @@ printf "%s\n" "found, but $xdt_cv_versio
  
        echo "*** The required package x11 was found on your system,"
        echo "*** but the installed version ($xdt_cv_version) is too old."
@@ -53,7 +53,7 @@
        echo "*** the PKG_CONFIG_PATH environment variable if you installed"
        echo "*** the new version of the package in a nonstandard prefix so"
        echo "*** pkg-config is able to find it."
-@@ -16358,7 +16358,7 @@ printf "%s\n" "not found" >&6; }
+@@ -18920,7 +18920,7 @@ printf "%s\n" "not found" >&6; }
  
  
        echo "*** The required package x11 was not found on your system."
@@ -62,7 +62,7 @@
        echo "*** the PKG_CONFIG_PATH environment variable if you"
        echo "*** installed the package in a nonstandard prefix so that"
        echo "*** pkg-config is able to find it."
-@@ -16367,8 +16367,8 @@ printf "%s\n" "not found" >&6; }
+@@ -18929,8 +18929,8 @@ printf "%s\n" "not found" >&6; }
    fi
  
      else

Reply via email to