Hello community,
here is the log from the commit of package xfce4-panel-plugin-netload for
openSUSE:Factory checked in at 2017-05-29 22:19:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-netload (Old)
and /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-netload.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-panel-plugin-netload"
Mon May 29 22:19:00 2017 rev:16 rq:489458 version:1.3.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-netload/xfce4-panel-plugin-netload.changes
2014-11-24 11:10:12.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-netload.new/xfce4-panel-plugin-netload.changes
2017-05-29 22:19:03.688973260 +0200
@@ -1,0 +2,18 @@
+Wed Apr 19 20:23:42 UTC 2017 - [email protected]
+
+- update to version 1.3.1
+ - set progressbar minimal width and height depending on
+ orientation (bxo#12941, bxo#12949)
+ - apply css on the correct widget class for Gtk 3.16/3.18
+ - rework the use of GtkCssProvider to use a singleton
+ - translation updates
+
+-------------------------------------------------------------------
+Sun Nov 27 12:18:55 UTC 2016 - [email protected]
+
+- update to version 1.3.0
+ - port to gtk+3/libxfce4ui-2/libxfce4panel-2.0
+ - fix progress bar grow direction in deskbar and vertical modes
+- do not package ChangeLog; NEWS is good enough
+
+-------------------------------------------------------------------
Old:
----
xfce4-netload-plugin-1.2.4.tar.bz2
New:
----
xfce4-netload-plugin-1.3.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-panel-plugin-netload.spec ++++++
--- /var/tmp/diff_new_pack.un024G/_old 2017-05-29 22:19:05.248753016 +0200
+++ /var/tmp/diff_new_pack.un024G/_new 2017-05-29 22:19:05.252752452 +0200
@@ -1,7 +1,7 @@
#
# spec file for package xfce4-panel-plugin-netload
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,23 +16,23 @@
#
-%define panel_version 4.8.0
+%define panel_version 4.12.0
%define plugin_name xfce4-netload-plugin
Name: xfce4-panel-plugin-netload
-Version: 1.2.4
+Version: 1.3.1
Release: 0
Summary: Network Load Monitoring Plugin for the Xfce Panel
License: GPL-2.0+
Group: System/GUI/XFCE
Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin
-Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.2/%{plugin_name}-%{version}.tar.bz2
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.3/%{plugin_name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM xfce4-panel-plugin-netload-fix-array-out-of-bounds.patch
bxo#11328 [email protected] -- Fix an array out of bounds write
Patch0: xfce4-panel-plugin-netload-fix-array-out-of-bounds.patch
BuildRequires: fdupes
BuildRequires: intltool
-BuildRequires: pkgconfig(libxfce4panel-1.0)
-BuildRequires: pkgconfig(libxfce4ui-1)
+BuildRequires: pkgconfig(libxfce4panel-2.0) >= %{panel_version}
+BuildRequires: pkgconfig(libxfce4ui-2) >= %{panel_version}
Requires: xfce4-panel >= %{panel_version}
Recommends: %{name}-lang = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -68,9 +68,9 @@
%files
%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README
+%doc AUTHORS COPYING NEWS README
%{_libdir}/xfce4/panel/plugins/libnetload.so
-%{_datadir}/xfce4/panel-plugins/netload.desktop
+%{_datadir}/xfce4/panel/plugins/netload.desktop
%{_datadir}/icons/hicolor/*/apps/xfce4-netload-plugin.*
%files lang -f %{name}.lang
++++++ xfce4-netload-plugin-1.2.4.tar.bz2 -> xfce4-netload-plugin-1.3.1.tar.bz2
++++++
++++ 11170 lines of diff (skipped)
++++++ xfce4-panel-plugin-netload-fix-array-out-of-bounds.patch ++++++
--- /var/tmp/diff_new_pack.un024G/_old 2017-05-29 22:19:05.548710662 +0200
+++ /var/tmp/diff_new_pack.un024G/_new 2017-05-29 22:19:05.548710662 +0200
@@ -1,10 +1,10 @@
-Index: xfce4-netload-plugin-1.2.4/panel-plugin/net.c
+Index: b/panel-plugin/net.c
===================================================================
---- xfce4-netload-plugin-1.2.4.orig/panel-plugin/net.c
-+++ xfce4-netload-plugin-1.2.4/panel-plugin/net.c
-@@ -33,6 +33,8 @@
- #include <config.h>
- #endif
+--- a/panel-plugin/net.c
++++ b/panel-plugin/net.c
+@@ -35,6 +35,8 @@
+
+ #include <libxfce4util/libxfce4util.h>
+#include <glib.h>
+