Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gkrellm for openSUSE:Factory checked 
in at 2026-06-02 16:08:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gkrellm (Old)
 and      /work/SRC/openSUSE:Factory/.gkrellm.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gkrellm"

Tue Jun  2 16:08:18 2026 rev:46 rq:1356604 version:2.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gkrellm/gkrellm.changes  2026-01-05 
14:58:12.698878593 +0100
+++ /work/SRC/openSUSE:Factory/.gkrellm.new.1937/gkrellm.changes        
2026-06-02 16:09:52.092683667 +0200
@@ -1,0 +2,29 @@
+Tue Jun  2 06:13:00 UTC 2026 - Petr Gajdos <[email protected]>
+
+- update to 2.5.1:
+  * Fix GKrellM freezing on exit on Windows when remote mail check
+    (which uses a thread) ran at least once.
+  * Meson: Skip translations when the `nls` option is disabled
+  * Fix locale handling on Windows by always finding translations
+    relative to the installation prefix.
+  * Meson: Add missing handling for custom localedir
+  * Fix X11 dependency handling in Meson build rules. 
+  * Linux: Fix user count on Linux distros that have disabled utmp
+    writing but use systemd/logind. Only supported when building with Meson.
+  * Solaris: Rework disk enumeration to fix a buffer overflow with
+    longer disk names. Also fix a possible file descriptor leak.
+  * Solaris: Fix network statistics (was broken since 2.4.0, tested
+    on OpenIndiana)
+  * Solaris: Fix gkrellmd build (tested on OpenIndiana)
+  * DragonFlyBSD: Apply patch from DragonFlyBSD DeltaPorts to fix
+    build, fix counting of logged-in users and extend hardware sensor
+    support.
+  * FreeBSD: Drop unnneded setgid kmem during installation as well as in code
+  * Fix text alignment for power sensors. The text was not properly
+    right-aligned like other floating point sensor values.
+- modified patches
+  * gkrellm-lib64-plugins-dir.patch (refreshed)
+- deleted patches
+  * d26f500ce30592313051e5c2f96b90cfd285791b.patch (upstreamed)
+
+-------------------------------------------------------------------

Old:
----
  d26f500ce30592313051e5c2f96b90cfd285791b.patch
  gkrellm-2.5.0.tar.bz2

New:
----
  gkrellm-2.5.1.tar.bz2

----------(Old B)----------
  Old:- deleted patches
  * d26f500ce30592313051e5c2f96b90cfd285791b.patch (upstreamed)
----------(Old E)----------

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

Other differences:
------------------
++++++ gkrellm.spec ++++++
--- /var/tmp/diff_new_pack.RILTIM/_old  2026-06-02 16:09:52.920717783 +0200
+++ /var/tmp/diff_new_pack.RILTIM/_new  2026-06-02 16:09:52.920717783 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           gkrellm
-Version:        2.5.0
+Version:        2.5.1
 Release:        0
 Summary:        Manages Multiple Stacked Monitors
 License:        GPL-3.0-or-later
@@ -33,8 +33,6 @@
 Source6:        gkrellmd.service
 # PATCH-FIX-OPENSUSE gkrellm-lib64-plugins-dir.patch [email protected] -- look 
also into /usr/lib64/gkrellm2/plugins
 Patch1:         %{name}-lib64-plugins-dir.patch
-# PATCH-FIX-UPSTREAM d26f500ce30592313051e5c2f96b90cfd285791b.patch 
[email protected] -- use libsystemd to read user count
-Patch2:         d26f500ce30592313051e5c2f96b90cfd285791b.patch
 BuildRequires:  gtk2-devel
 BuildRequires:  libsensors4-devel
 BuildRequires:  openssl-devel


++++++ gkrellm-2.5.0.tar.bz2 -> gkrellm-2.5.1.tar.bz2 ++++++
++++ 5391 lines of diff (skipped)




++++++ gkrellm-lib64-plugins-dir.patch ++++++
--- /var/tmp/diff_new_pack.RILTIM/_old  2026-06-02 16:09:53.508742010 +0200
+++ /var/tmp/diff_new_pack.RILTIM/_new  2026-06-02 16:09:53.520742504 +0200
@@ -1,22 +1,22 @@
-Index: b/src/gkrellm.h
+Index: gkrellm-2.5.1/src/gkrellm.h
 ===================================================================
---- a/src/gkrellm.h
-+++ b/src/gkrellm.h
-@@ -119,6 +119,9 @@ G_BEGIN_DECLS
- #if !defined(SYSTEM_PLUGINS_DIR)
- #define       SYSTEM_PLUGINS_DIR              "/usr/lib/gkrellm2/plugins"
+--- gkrellm-2.5.1.orig/src/gkrellm.h
++++ gkrellm-2.5.1/src/gkrellm.h
+@@ -118,6 +118,9 @@ G_BEGIN_DECLS
+ #if !defined(SYSTEM_THEMES_DIR)
+ #define SYSTEM_THEMES_DIR "/usr/share/gkrellm2/themes"
  #endif
 +#if !defined(SYSTEM64_PLUGINS_DIR)
 +#define       SYSTEM64_PLUGINS_DIR            "/usr/lib64/gkrellm2/plugins"
 +#endif
  
- #else
- 
-Index: b/src/plugins.c
+ #if !defined(LOCAL_PLUGINS_DIR)
+ #define LOCAL_PLUGINS_DIR "/usr/local/lib/gkrellm2/plugins"
+Index: gkrellm-2.5.1/src/plugins.c
 ===================================================================
---- a/src/plugins.c
-+++ b/src/plugins.c
-@@ -1267,6 +1267,10 @@ gkrellm_plugins_load(void)
+--- gkrellm-2.5.1.orig/src/plugins.c
++++ gkrellm-2.5.1/src/plugins.c
+@@ -1254,6 +1254,10 @@ gkrellm_plugins_load(void)
  #if defined(SYSTEM_PLUGINS_DIR)
        scan_for_plugins(SYSTEM_PLUGINS_DIR);
  #endif

Reply via email to