Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xfce4-battery-plugin for 
openSUSE:Leap:16.0 checked in at 2025-07-14 15:58:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/xfce4-battery-plugin (Old)
 and      /work/SRC/openSUSE:Leap:16.0/.xfce4-battery-plugin.new.7373 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfce4-battery-plugin"

Mon Jul 14 15:58:54 2025 rev:2 rq:1291995 version:1.2.0

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:16.0/xfce4-battery-plugin/xfce4-battery-plugin.changes  
    2025-03-19 12:00:56.629529518 +0100
+++ 
/work/SRC/openSUSE:Leap:16.0/.xfce4-battery-plugin.new.7373/xfce4-battery-plugin.changes
    2025-07-14 15:59:15.173379340 +0200
@@ -1,0 +2,35 @@
+Tue May 27 15:31:38 UTC 2025 - Manfred Hollstein <manfre...@gmx.net>
+
+- Update to version 1.2.0
+  Meson has been added as a build system in this release, and the
+  associated archive has been generated by 'meson dist'. Although
+  autotools has been retained for the time being and can still be used
+  via 'autogen.sh', meson is now the preferred build system, and
+  autotools will be removed in a future release.
+
+  * Update README after switchover to meson
+  * build: Automate copyright year management
+  * meson-build: Use shared_module()
+  * Replace deprecated exo with libxfce4ui 4.21.0
+  * meson-build: Do not install Makefile.in
+  * build: Use VERSION_FULL instead of PACKAGE_VERSION
+  * Add meson build
+  * Translation Updates
+
+-------------------------------------------------------------------
+Sun Dec 29 08:50:22 UTC 2024 - Manfred Hollstein <manfre...@gmx.net>
+
+- Update to version 1.1.6
+  * Update copyright year
+  * Introduce Darwin support
+  * build: Bump dependency versions and fix deprecation warnings
+  * I18n: Update po/LINGUAS list
+  * build: Use XDT_VERSION_INIT and get rid of configure.ac.in
+  * gcc-analyzer: Fix -Wanalyzer-null-dereference
+  * scan-build: Fix deadcode.DeadStores
+  * I18n: Update po/LINGUAS list
+  * build: Get rid of intltool
+  * Add initial envsys support for NetBSD
+  * Translation Updates
+
+-------------------------------------------------------------------

Old:
----
  xfce4-battery-plugin-1.1.5.tar.bz2

New:
----
  xfce4-battery-plugin-1.2.0.tar.xz

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

Other differences:
------------------
++++++ xfce4-battery-plugin.spec ++++++
--- /var/tmp/diff_new_pack.QUgte7/_old  2025-07-14 15:59:15.417389447 +0200
+++ /var/tmp/diff_new_pack.QUgte7/_new  2025-07-14 15:59:15.421389613 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-battery-plugin
 #
-# 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
@@ -16,23 +16,24 @@
 #
 
 
-%define panel_version 4.14.0
+%define panel_version 4.16.0
 %define plugin battery
 %bcond_with git
 Name:           xfce4-%{plugin}-plugin
-Version:        1.1.5
+Version:        1.2.0
 Release:        0
 Summary:        Battery Monitoring Plugin for the Xfce Panel
 License:        GPL-2.0-or-later
 Group:          System/GUI/XFCE
 URL:            https://docs.xfce.org/panel-plugins/xfce4-battery-plugin
-Source0:        
https://archive.xfce.org/src/panel-plugins/%{name}/1.1/%{name}-%{version}.tar.bz2
+Source0:        
https://archive.xfce.org/src/panel-plugins/%{name}/1.2/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
-BuildRequires:  intltool
+BuildRequires:  gettext >= 0.19.8
+BuildRequires:  meson >= 0.54.0
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(gio-2.0) >= 2.28.0
-BuildRequires:  pkgconfig(glib-2.0) >= 2.28.0
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.16.0
+BuildRequires:  pkgconfig(gio-2.0) >= 2.50.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.50.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22.0
 BuildRequires:  pkgconfig(libxfce4panel-2.0) >= %{panel_version}
 BuildRequires:  pkgconfig(libxfce4ui-2) >= %{panel_version}
 BuildRequires:  pkgconfig(libxfce4util-1.0) >= %{panel_version}
@@ -76,14 +77,14 @@
   --enable-maintainer-mode \
   --disable-static
 %else
-%configure --disable-static
+%meson
 %endif
-%make_build
+%meson_build
 
 %install
-%make_install
+%meson_install
 
-rm %{buildroot}%{_libdir}/xfce4/panel/plugins/libbattery.la
+rm -f %{buildroot}%{_libdir}/xfce4/panel/plugins/libbattery.la
 
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
 

Reply via email to