Hello community,
here is the log from the commit of package xfce4-panel-plugin-sensors for
openSUSE:Factory checked in at 2018-05-29 10:45:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-sensors (Old)
and /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-sensors.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-panel-plugin-sensors"
Tue May 29 10:45:46 2018 rev:20 rq:612382 version:1.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-sensors/xfce4-panel-plugin-sensors.changes
2017-03-02 19:43:14.337515260 +0100
+++
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-sensors.new/xfce4-panel-plugin-sensors.changes
2018-05-29 10:46:08.217797834 +0200
@@ -1,0 +2,10 @@
+Fri May 25 14:33:46 UTC 2018 - [email protected]
+
+- update to version 1.3.0
+ * no upstream changelog :-(
+ * ported to gtk3
+ * translation updates
+- remove obsolete xfce4-sensors-plugin-force-hddtemp-netcat.patch
+- use %license for LICENSE, drop similar COPYING file
+
+-------------------------------------------------------------------
Old:
----
xfce4-sensors-plugin-1.2.6.tar.bz2
xfce4-sensors-plugin-force-hddtemp-netcat.patch
New:
----
xfce4-sensors-plugin-1.3.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-panel-plugin-sensors.spec ++++++
--- /var/tmp/diff_new_pack.4jNnp4/_old 2018-05-29 10:46:10.949697026 +0200
+++ /var/tmp/diff_new_pack.4jNnp4/_new 2018-05-29 10:46:10.953696879 +0200
@@ -1,7 +1,7 @@
#
# spec file for package xfce4-panel-plugin-sensors
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,30 +16,27 @@
#
-%define panel_version 4.8.0
+%define panel_version 4.12.0
%define plugin_name xfce4-sensors-plugin
Name: xfce4-panel-plugin-sensors
-Version: 1.2.6
+Version: 1.3.0
Release: 0
Summary: Hardware Sensor Plugin for the Xfce Panel
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: System/GUI/XFCE
Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin
-Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.2/%{plugin_name}-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE xfce4-sensors-plugin-force-hddtemp-netcat.patch -- fix
crazy hddtemp detection [email protected]
-Patch0: xfce4-sensors-plugin-force-hddtemp-netcat.patch
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.3/%{plugin_name}-%{version}.tar.bz2
BuildRequires: fdupes
BuildRequires: intltool
BuildRequires: libsensors4-devel
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gthread-2.0)
-BuildRequires: pkgconfig(gtk+-2.0)
+BuildRequires: pkgconfig(gtk+-3.0) >= 3.20
BuildRequires: pkgconfig(libnotify)
-BuildRequires: pkgconfig(libxfce4panel-1.0)
-BuildRequires: pkgconfig(libxfce4ui-1)
-BuildRequires: pkgconfig(libxfce4util-1.0)
+BuildRequires: pkgconfig(libxfce4panel-2.0) >= %{panel_version}
+BuildRequires: pkgconfig(libxfce4ui-2) >= %{panel_version}
Requires: xfce4-panel >= %{panel_version}
Recommends: %{name}-lang = %{version}
Recommends: hddtemp
@@ -64,13 +61,13 @@
%prep
%setup -q -n %{plugin_name}-%{version}
-%patch0 -p1
%build
# --enable-netcat actually enables "hddtemp via netcat"
%configure \
--disable-static \
--enable-libsensors=yes \
+ --enable-pathchecks=no \
--enable-hddtemp \
--with-pathhddtemp=/usr/sbin/hddtemp \
--enable-netcat \
@@ -87,6 +84,8 @@
rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
+rm -f %{buildroot}%{_libdir}/xfce4/panel/plugins/libxfce4-sensors-plugin.la
+
%find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
%fdupes %{buildroot}%{_datadir}
@@ -104,15 +103,18 @@
%files
%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING LICENSE NEWS NOTES README TODO
+%doc AUTHORS ChangeLog NEWS NOTES README TODO
+%license LICENSE
%{_bindir}/xfce4-sensors
-%{_libexecdir}/xfce4/panel-plugins/xfce4-sensors-plugin
+%{_libdir}/xfce4/panel/plugins/libxfce4-sensors-plugin.so
%{_datadir}/icons/hicolor/*/apps/xfce-sensors.*
%{_datadir}/applications/xfce4-sensors.desktop
-%{_datadir}/xfce4/panel-plugins/xfce4-sensors-plugin.desktop
+%{_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
%defattr(-,root,root)
++++++ xfce4-sensors-plugin-1.2.6.tar.bz2 -> xfce4-sensors-plugin-1.3.0.tar.bz2
++++++
++++ 65568 lines of diff (skipped)