Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xfce4-sensors-plugin for
openSUSE:Leap:16.0 checked in at 2025-07-14 15:59:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/xfce4-sensors-plugin (Old)
and /work/SRC/openSUSE:Leap:16.0/.xfce4-sensors-plugin.new.7373 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-sensors-plugin"
Mon Jul 14 15:59:06 2025 rev:2 rq:1292023 version:1.5.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:16.0/xfce4-sensors-plugin/xfce4-sensors-plugin.changes
2025-03-19 12:00:58.901624919 +0100
+++
/work/SRC/openSUSE:Leap:16.0/.xfce4-sensors-plugin.new.7373/xfce4-sensors-plugin.changes
2025-07-14 15:59:29.869988105 +0200
@@ -1,0 +2,34 @@
+Sat Jun 14 15:17:35 UTC 2025 - Flann van der Eik <[email protected]>
+
+- Update to version 1.5.0
+ * build: Automate copyright year management
+ * Add meson build
+ * autotools-build: xfce4-sensors.1.in -> xfce4-sensors.1
+ * autotools-build: Remove spec files
+ * autotools-build: Make libxfce4sensors internal
+ * autotools-build: Don't build libxfce4_pp
+ * Fix libxfce4panel include
+ * Translation Updates
+
+-------------------------------------------------------------------
+Mon Jan 6 13:18:25 UTC 2025 - Manfred Hollstein <[email protected]>
+
+- Update to version 1.4.5
+ * Update copyright year
+ * build: Bump dependency versions and fix deprecation warnings
+ * I18n: Update po/LINGUAS list
+ * sensors-plugin: Drop subtitle from properties dialog
+ * build: Fix -Werror=deprecated-declarations
+ * build: Fix LDFLAGS
+ * scan-build: Fix false positive file
+ * build: Use XDT_VERSION_INIT and get rid of configure.ac.in
+ * scan-build: Add false positive file
+ * scan-build: Fix unix.Malloc
+ * build: Use AM_DISTCHECK_CONFIGURE_FLAGS
+ * build: Fix -Werror=format=
+ * build: Get rid of intltool
+ * build: Add missing includes of config.h
+ * build: Fix autotools warnings
+ * Translation Updates
+
+-------------------------------------------------------------------
Old:
----
xfce4-sensors-plugin-1.4.4.tar.bz2
New:
----
xfce4-sensors-plugin-1.5.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-sensors-plugin.spec ++++++
--- /var/tmp/diff_new_pack.WIVJ17/_old 2025-07-14 15:59:30.218002520 +0200
+++ /var/tmp/diff_new_pack.WIVJ17/_new 2025-07-14 15:59:30.242003514 +0200
@@ -1,7 +1,7 @@
#
-# spec file
+# spec file for package xfce4-sensors-plugin
#
-# Copyright (c) 2022 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,30 +16,32 @@
#
-%define panel_version 4.16.0
+%define panel_version 4.20.0
%define plugin sensors
%bcond_with git
Name: xfce4-%{plugin}-plugin
-Version: 1.4.4
+Version: 1.5.0
Release: 0
Summary: Hardware Sensor Plugin for the Xfce Panel
License: GPL-2.0-or-later
Group: System/GUI/XFCE
URL: https://docs.xfce.org/panel-plugins/xfce4-sensors-plugin
-Source0:
https://archive.xfce.org/src/panel-plugins/%{name}/1.4/%{name}-%{version}.tar.bz2
+Source0:
https://archive.xfce.org/src/panel-plugins/%{name}/1.5/%{name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: gcc-c++
-BuildRequires: intltool
+BuildRequires: gettext >= 0.19.8
+BuildRequires: libXNVCtrl-devel
BuildRequires: libsensors4-devel
+BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
-BuildRequires: pkgconfig(glib-2.0) >= 2.50
+BuildRequires: pkgconfig(glib-2.0) >= 2.50.0
BuildRequires: pkgconfig(gthread-2.0)
-BuildRequires: pkgconfig(gtk+-3.0) >= 3.20
-BuildRequires: pkgconfig(libnotify)
+BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0
+BuildRequires: pkgconfig(libnotify) >= 0.7
BuildRequires: pkgconfig(libxfce4panel-2.0) >= %{panel_version}
BuildRequires: pkgconfig(libxfce4ui-2) >= %{panel_version}
-BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.17.2
+BuildRequires: pkgconfig(libxfce4util-1.0) >= %{panel_version}
%if %{with git}
BuildRequires: xfce4-dev-tools
%endif
@@ -56,19 +58,6 @@
The Sensors plugin and standalone application allow to monitor various hardware
sensors supported by libsensors.
-%package devel
-Summary: Development Files for %{name}
-Group: Development/Libraries/C and C++
-Requires: %{name} = %{version}
-Requires: xfce4-panel >= %{panel_version}
-# package was renamed in 2019 after Leap 15.1
-Obsoletes: xfce4-panel-plugin-%{plugin}-devel < %{version}-%{release}
-Provides: xfce4-panel-plugin-%{plugin}-devel = %{version}-%{release}
-
-%description devel
-This package contains the development files needed to develop applications
-based on libxfce4sensors.
-
%package lang
Summary: Translations for package %{name}
Group: System/Localization
@@ -104,20 +93,12 @@
--with-pathnetcat=/usr/bin/netcat \
--enable-sysfsacpi
%else
-%configure \
- --disable-static \
- --enable-libsensors=yes \
- --enable-pathchecks=no \
- --enable-hddtemp \
- --with-pathhddtemp=/usr/sbin/hddtemp \
- --enable-netcat \
- --with-pathnetcat=/usr/bin/netcat \
- --enable-sysfsacpi
+%meson
%endif
-%make_build
+%meson_build
%install
-%make_install
+%meson_install
rm -rf %{buildroot}%{_libdir}/xfce4/modules/libxfce4sensors.la
@@ -141,13 +122,7 @@
%{_datadir}/xfce4/panel/plugins/xfce4-sensors-plugin.desktop
%{_datadir}/xfce4/panel/plugins/xfce4-sensors-plugin.css
%dir %{_libdir}/xfce4
-%dir %{_libdir}/xfce4/modules
-%{_libdir}/xfce4/modules/libxfce4sensors.so.*
%doc %{_mandir}/man1/xfce4-sensors.1*
-%files devel
-%{_libdir}/pkgconfig/*.pc
-%{_libdir}/xfce4/modules/libxfce4sensors.so
-
%files lang -f %{name}.lang