Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xfce4-sensors-plugin for 
openSUSE:Factory checked in at 2025-06-16 11:12:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-sensors-plugin (Old)
 and      /work/SRC/openSUSE:Factory/.xfce4-sensors-plugin.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfce4-sensors-plugin"

Mon Jun 16 11:12:06 2025 rev:9 rq:1285840 version:1.5.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/xfce4-sensors-plugin/xfce4-sensors-plugin.changes    
    2025-01-13 17:49:38.173403912 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-sensors-plugin.new.19631/xfce4-sensors-plugin.changes
     2025-06-16 11:12:10.818553844 +0200
@@ -1,0 +2,13 @@
+Sat Jun 14 15:17:35 UTC 2025 - Flann van der Eik <fl...@opensuse.org>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  xfce4-sensors-plugin-1.4.5.tar.bz2

New:
----
  xfce4-sensors-plugin-1.5.0.tar.xz

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

Other differences:
------------------
++++++ xfce4-sensors-plugin.spec ++++++
--- /var/tmp/diff_new_pack.NTikTU/_old  2025-06-16 11:12:11.398577811 +0200
+++ /var/tmp/diff_new_pack.NTikTU/_new  2025-06-16 11:12:11.398577811 +0200
@@ -16,21 +16,23 @@
 #
 
 
-%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.5
+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:  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.0
@@ -38,8 +40,8 @@
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22.0
 BuildRequires:  pkgconfig(libnotify) >= 0.7
 BuildRequires:  pkgconfig(libxfce4panel-2.0) >= %{panel_version}
-BuildRequires:  pkgconfig(libxfce4ui-2) >= 4.16.0
-BuildRequires:  pkgconfig(libxfce4util-1.0) >= 4.17.2
+BuildRequires:  pkgconfig(libxfce4ui-2) >= %{panel_version}
+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
 

Reply via email to