commit xfce4-panel-plugin-diskperf for openSUSE:Factory

2019-02-19 Thread root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-diskperf for 
openSUSE:Factory checked in at 2019-02-19 12:00:42

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-diskperf (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-diskperf.new.28833 
(New)


Package is "xfce4-panel-plugin-diskperf"

Tue Feb 19 12:00:42 2019 rev:16 rq:676993 version:2.6.1

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-diskperf/xfce4-panel-plugin-diskperf.changes
  2017-04-29 10:52:52.493732375 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-diskperf.new.28833/xfce4-panel-plugin-diskperf.changes
   2019-02-19 12:01:56.469090232 +0100
@@ -1,0 +2,6 @@
+Sun Feb 17 16:38:14 UTC 2019 - Maurizio Galli 
+
+-  Added patch missing_sysmacros.patch
+   sys/sysmacros.h required for glibc-2.25+ (bxo#13940) and (boo#1125650)
+
+---

New:

  missing_sysmacros.patch



Other differences:
--
++ xfce4-panel-plugin-diskperf.spec ++
--- /var/tmp/diff_new_pack.dASdHs/_old  2019-02-19 12:01:58.257089307 +0100
+++ /var/tmp/diff_new_pack.dASdHs/_new  2019-02-19 12:01:58.261089306 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-diskperf
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,17 +22,19 @@
 Version:2.6.1
 Release:0
 Summary:Disk Performance 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-diskperf-plugin
 Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/2.6/%{plugin_name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM missing_sysmacros.patch maurizioga...@opensuse.org -- 
Support  include required for glibc-2.25+ 
+# Fix for bxo#13940
+Patch1: missing_sysmacros.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 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
 
 %description
 The DiskPerf plugin displays the disk/partition performance as trasferred data
@@ -42,10 +44,11 @@
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
+%patch1 -p1
 
 %build
 %configure --disable-static
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install
@@ -58,12 +61,11 @@
 %fdupes %{buildroot}%{_datadir}
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README
+%doc AUTHORS ChangeLog NEWS README
+%license COPYING
 %{_libdir}/xfce4/panel/plugins/libdiskperf.so
 %{_datadir}/xfce4/panel/plugins/diskperf.desktop
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++ missing_sysmacros.patch ++
diff -rub xfce4-diskperf-plugin-2.6.1/panel-plugin/devperf.c 
xfce4-diskperf-plugin-2.6.1-patched/panel-plugin/devperf.c
--- xfce4-diskperf-plugin-2.6.1/panel-plugin/devperf.c  2017-02-25 
17:57:00.0 +0800
+++ xfce4-diskperf-plugin-2.6.1-patched/panel-plugin/devperf.c  2019-02-18 
00:33:06.963847369 +0800
@@ -35,6 +35,7 @@
 #include 
 /* for major() and minor() */
 #define _BSD_SOURCE
+#include 
 #include 
 
 



commit xfce4-panel-plugin-diskperf for openSUSE:Factory

2017-04-29 Thread root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-diskperf for 
openSUSE:Factory checked in at 2017-04-29 10:52:51

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-diskperf (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-diskperf.new (New)


Package is "xfce4-panel-plugin-diskperf"

Sat Apr 29 10:52:51 2017 rev:15 rq:490157 version:2.6.1

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-diskperf/xfce4-panel-plugin-diskperf.changes
  2015-03-09 10:07:44.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-diskperf.new/xfce4-panel-plugin-diskperf.changes
 2017-04-29 10:52:52.493732375 +0200
@@ -1,0 +2,14 @@
+Wed Apr 19 20:18:37 UTC 2017 - seife+...@b1-systems.com
+
+- update to version 2.6.1 (2017-02-25)
+  * stop always showing activity (bxo#12942)
+  * fix sizing issues and GtkCssProvider lifecycle
+  * fix linux for devices with major > 255 (bxo#13281)
+
+---
+Sun Nov 27 12:34:19 UTC 2016 - seife+...@b1-systems.com
+
+- update to version 2.6.0
+  - port to gtk+3/libxfce4ui-2/libxfce4panel-2.0
+
+---

Old:

  xfce4-diskperf-plugin-2.5.5.tar.bz2

New:

  xfce4-diskperf-plugin-2.6.1.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-diskperf.spec ++
--- /var/tmp/diff_new_pack.DQZE3n/_old  2017-04-29 10:52:53.381606945 +0200
+++ /var/tmp/diff_new_pack.DQZE3n/_new  2017-04-29 10:52:53.385606380 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-diskperf
 #
-# Copyright (c) 2015 SUSE LINUX 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,20 +16,20 @@
 #
 
 
-%define panel_version 4.8.0
+%define panel_version 4.12.0
 %define plugin_name xfce4-diskperf-plugin
 Name:   xfce4-panel-plugin-diskperf
-Version:2.5.5
+Version:2.6.1
 Release:0
 Summary:Disk Performance Plugin for the Xfce Panel
 License:GPL-2.0+
 Group:  System/GUI/XFCE
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin
-Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/2.5/%{plugin_name}-%{version}.tar.bz2
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/2.6/%{plugin_name}-%{version}.tar.bz2
 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

++ xfce4-diskperf-plugin-2.5.5.tar.bz2 -> 
xfce4-diskperf-plugin-2.6.1.tar.bz2 ++
 20041 lines of diff (skipped)




commit xfce4-panel-plugin-diskperf for openSUSE:Factory

2015-03-09 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-diskperf for 
openSUSE:Factory checked in at 2015-03-09 10:07:43

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-diskperf (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-diskperf.new (New)


Package is "xfce4-panel-plugin-diskperf"

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-diskperf/xfce4-panel-plugin-diskperf.changes
  2012-07-02 11:26:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-diskperf.new/xfce4-panel-plugin-diskperf.changes
 2015-03-09 10:07:44.0 +0100
@@ -1,0 +2,9 @@
+Tue Mar  3 21:20:17 UTC 2015 - g...@opensuse.org
+
+- update to version 2.5.5
+  - use the new GtkTooltip API
+  - fix a memory leak in the FreeBSD codepath (bxo#11153)
+  - add support for FreeBSD (bxo#10350)
+  - updated translations
+
+---

Old:

  xfce4-diskperf-plugin-2.5.4.tar.bz2

New:

  xfce4-diskperf-plugin-2.5.5.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-diskperf.spec ++
--- /var/tmp/diff_new_pack.JJMoY6/_old  2015-03-09 10:07:45.0 +0100
+++ /var/tmp/diff_new_pack.JJMoY6/_new  2015-03-09 10:07:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-diskperf
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -18,9 +18,8 @@
 
 %define panel_version 4.8.0
 %define plugin_name xfce4-diskperf-plugin
-
 Name:   xfce4-panel-plugin-diskperf
-Version:2.5.4
+Version:2.5.5
 Release:0
 Summary:Disk Performance Plugin for the Xfce Panel
 License:GPL-2.0+
@@ -46,21 +45,18 @@
 
 %build
 %configure --disable-static
-make %{_smp_mflags} V=1
+make %{?_smp_mflags} V=1
 
 %install
 %make_install
 
-rm %{buildroot}%{_libdir}/xfce4/panel/plugins/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
 
 %find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
 
 %fdupes %{buildroot}%{_datadir}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
@@ -68,5 +64,6 @@
 %{_datadir}/xfce4/panel/plugins/diskperf.desktop
 
 %files lang -f %{name}.lang
+%defattr(-,root,root)
 
 %changelog

++ xfce4-diskperf-plugin-2.5.4.tar.bz2 -> 
xfce4-diskperf-plugin-2.5.5.tar.bz2 ++
 22798 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xfce4-panel-plugin-diskperf for openSUSE:Factory

2012-05-23 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-diskperf for 
openSUSE:Factory checked in at 2012-05-23 08:54:04

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-diskperf (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-diskperf.new (New)


Package is "xfce4-panel-plugin-diskperf", Maintainer is 
"xfce-maintain...@suse.de"

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-diskperf/xfce4-panel-plugin-diskperf.changes
  2012-05-08 06:50:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-diskperf.new/xfce4-panel-plugin-diskperf.changes
 2012-05-23 09:07:41.0 +0200
@@ -1,0 +2,9 @@
+Mon May 14 11:04:31 UTC 2012 - g...@opensuse.org
+
+- update to version 2.5.3
+  - use newer tooltip API
+  - make tooltip strings translatable and MB->MiB string updates
+  - always update progress bars even if stats are unavailable
+  - improve multirow panel support
+
+---

Old:

  xfce4-diskperf-plugin-2.5.2.tar.bz2

New:

  xfce4-diskperf-plugin-2.5.3.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-diskperf.spec ++
--- /var/tmp/diff_new_pack.isQP7x/_old  2012-05-23 09:07:42.0 +0200
+++ /var/tmp/diff_new_pack.isQP7x/_new  2012-05-23 09:07:42.0 +0200
@@ -20,7 +20,7 @@
 %define plugin_name xfce4-diskperf-plugin
 
 Name:   xfce4-panel-plugin-diskperf
-Version:2.5.2
+Version:2.5.3
 Release:0
 Summary:Disk Performance Plugin for the Xfce Panel
 License:GPL-2.0+

++ xfce4-diskperf-plugin-2.5.2.tar.bz2 -> 
xfce4-diskperf-plugin-2.5.3.tar.bz2 ++
 4990 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xfce4-panel-plugin-diskperf for openSUSE:Factory

2012-05-07 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-diskperf for 
openSUSE:Factory checked in at 2012-05-08 06:49:45

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-diskperf (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-diskperf.new (New)


Package is "xfce4-panel-plugin-diskperf", Maintainer is 
"xfce-maintain...@suse.de"

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-diskperf/xfce4-panel-plugin-diskperf.changes
  2012-04-19 10:42:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-diskperf.new/xfce4-panel-plugin-diskperf.changes
 2012-05-08 06:50:52.0 +0200
@@ -1,0 +2,12 @@
+Sun Apr 29 21:53:43 UTC 2012 - g...@opensuse.org
+
+- update to version 2.5.2
+  - gracefully handle device that are not present and show
+statistics only when the device is plugged
+
+---
+Fri Apr 20 10:07:23 UTC 2012 - g...@opensuse.org
+
+- added documentation files
+
+---

Old:

  xfce4-diskperf-plugin-2.5.1.tar.bz2

New:

  xfce4-diskperf-plugin-2.5.2.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-diskperf.spec ++
--- /var/tmp/diff_new_pack.MatIxo/_old  2012-05-08 06:50:53.0 +0200
+++ /var/tmp/diff_new_pack.MatIxo/_new  2012-05-08 06:50:53.0 +0200
@@ -20,7 +20,7 @@
 %define plugin_name xfce4-diskperf-plugin
 
 Name:   xfce4-panel-plugin-diskperf
-Version:2.5.1
+Version:2.5.2
 Release:0
 Summary:Disk Performance Plugin for the Xfce Panel
 License:GPL-2.0+
@@ -63,6 +63,7 @@
 
 %files
 %defattr(-,root,root)
+%doc AUTHORS ChangeLog COPYING NEWS README
 %{_libdir}/xfce4/panel/plugins/libdiskperf.so
 %{_datadir}/xfce4/panel/plugins/diskperf.desktop
 

++ xfce4-diskperf-plugin-2.5.1.tar.bz2 -> 
xfce4-diskperf-plugin-2.5.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-diskperf-plugin-2.5.1/ChangeLog 
new/xfce4-diskperf-plugin-2.5.2/ChangeLog
--- old/xfce4-diskperf-plugin-2.5.1/ChangeLog   2012-04-13 12:24:00.0 
+0200
+++ new/xfce4-diskperf-plugin-2.5.2/ChangeLog   2012-04-29 21:51:27.0 
+0200
@@ -1,3 +1,205 @@
+commit 6f9ac6c1841b98d51f0658e4b263a4d653ebc8c6
+Author: Landry Breuil 
+Date:   Sun Apr 29 21:49:51 2012 +0200
+
+updates for 2.5.2
+
+commit 8a9bb487670801afa4cc7157f8c0b4cff5f874a8
+Author: Jeff Bailes 
+Date:   Sat Apr 28 01:44:51 2012 +0200
+
+l10n: Updated English (United Kingdom) (en_GB) translation to 100%
+
+New status: 36 messages complete with 0 fuzzies and 0 untranslated.
+
+Transmitted-via: Transifex (translations.xfce.org).
+
+commit 569d92302d6b6a9f74f81acc04d27e5b8e27210f
+Author: Mario Blättermann 
+Date:   Wed Apr 25 20:43:34 2012 +0200
+
+l10n: Updated German (de) translation to 100%
+
+New status: 36 messages complete with 0 fuzzies and 0 untranslated.
+
+Transmitted-via: Transifex (translations.xfce.org).
+
+commit 0eabca67a69b2f68682bab4a66da56d784033b0d
+Merge: 1aa0ff0 a0a597e
+Author: Landry Breuil 
+Date:   Wed Apr 25 19:43:19 2012 +0200
+
+Merge branch 'master' of 
git://git.xfce.org/panel-plugins/xfce4-diskperf-plugin
+
+commit 1aa0ff06b6509529c811ca9192a4fdfab61affca
+Author: Harald Judt 
+Date:   Wed Apr 25 19:42:26 2012 +0200
+
+Linux: Init device before gathering stats. (bug #6749)
+
+Init the device when it has not been done before. This enables
+monitoring when a device becomes re-/attached after panel startup.
+Useful for monitoring removable devices like USB sticks.
+
+commit ad59251801e95013b8c5b9b38119b607ac2a41f9
+Author: Harald Judt 
+Date:   Wed Apr 25 19:41:39 2012 +0200
+
+Do not display an error message for a device in the configuration dialog. 
(bug #6749)
+
+If the device does not exist or there are other problems accessing
+it, do not show the error message in the configuration dialog and
+prevent the user to set the devicename. Instead, the tooltip will
+tell when there are problems gathering stats.
+
+commit eddc5ce5a21930526246390e9eca2ce9223676ff
+Author: Harald Judt 
+Date:   Wed Apr 25 19:40:38 2012 +0200
+
+Show tooltip when device stats are not available. (bug #6749)
+
+When a device does not exist, or the stats are not available for
+whatever reason, make the tooltip convey that information to the
+user.
+
+Without this patch, no tooltip will be shown at all.
+
+commit a0a597eab07083a37e34dd75f3b857aa01e92c07
+Author: Masato Hashimoto 
+Date:   Mon Apr 23 14:10:08 2012 +0200
+
+l10n: Updated Japanese (ja) translation 

commit xfce4-panel-plugin-diskperf for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-diskperf for 
openSUSE:Factory checked in at 2012-04-19 10:41:57

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-diskperf (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-diskperf.new (New)


Package is "xfce4-panel-plugin-diskperf", Maintainer is 
"xfce-maintain...@suse.de"

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-diskperf/xfce4-panel-plugin-diskperf.changes
  2011-09-23 12:51:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-diskperf.new/xfce4-panel-plugin-diskperf.changes
 2012-04-19 10:42:03.0 +0200
@@ -1,0 +2,31 @@
+Tue Apr 17 19:37:04 UTC 2012 - g...@opensuse.org
+
+- corrected source URL
+
+---
+Sat Apr 14 12:02:31 UTC 2012 - g...@opensuse.org
+
+- update to version 2.5.1
+  - translation updates
+
+---
+Tue Apr 10 10:24:22 UTC 2012 - g...@opensuse.org
+
+- update to version 2.5.0
+  - build the plugin as a module, loadable by Xfce4's panel wrapper
+  - use an icon name compliant to the spec
+
+---
+Tue Apr  3 14:49:47 UTC 2012 - g...@opensuse.org
+
+- update to version 2.4.0
+  - port to libxfce4ui
+  - Port to panel 4.9
+  - Fix translations
+  - explicitely link with libm
+- drop obsolete xfce4-diskperf-plugin-fix-libm-underlinking.patch
+  and xfce4-panel-plugin-diskperf-fix-transparency-colors.patch
+- specfile cleanup
+- correct dependencies
+
+---

Old:

  xfce4-diskperf-plugin-2.3.0.tar.bz2
  xfce4-diskperf-plugin-fix-libm-underlinking.patch
  xfce4-panel-plugin-diskperf-fix-transparency-colors.patch

New:

  xfce4-diskperf-plugin-2.5.1.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-diskperf.spec ++
--- /var/tmp/diff_new_pack.npTV6G/_old  2012-04-19 10:42:04.0 +0200
+++ /var/tmp/diff_new_pack.npTV6G/_new  2012-04-19 10:42:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-diskperf
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,46 +20,42 @@
 %define plugin_name xfce4-diskperf-plugin
 
 Name:   xfce4-panel-plugin-diskperf
+Version:2.5.1
+Release:0
+Summary:Disk Performance Plugin for the Xfce Panel
 License:GPL-2.0+
-Version:2.3.0
-Release:4
-Summary:Disk performance plugin for the Xfce panel
-Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin
-Source0:xfce4-diskperf-plugin-2.3.0.tar.bz2
 Group:  System/GUI/XFCE
-BuildRequires:  intltool
+Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/2.5/%{plugin_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
+BuildRequires:  intltool
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
-BuildRequires:  xfce4-dev-tools
-Requires:   xfce4-panel >= 4.8.0
+BuildRequires:  pkgconfig(libxfce4ui-1)
+Requires:   xfce4-panel >= %{panel_version}
 Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# PATCH-FIX-UPSTREAM xfce4-diskperf-plugin-fix-libm-underlinking.patch 
bxo#7982 g...@opensuse.org -- Link explicitly against libm
-Patch0: xfce4-diskperf-plugin-fix-libm-underlinking.patch
-# PATCH-FIX-UPDSTREAM 
xfce4-panel-plugin-diskperf-fix-transparency-colors.patch g...@opensuse.org -- 
Fixes transparency and bar colors (backported from upstream git)
-Patch1: xfce4-panel-plugin-diskperf-fix-transparency-colors.patch
 
 %description
 The DiskPerf plugin displays the disk/partition performance as trasferred data
 per second.
 
-
-
 %lang_package
+
 %prep
 %setup -q -n %{plugin_name}-%{version}
-%patch0 -p1
-%patch1 -p1
 
 %build
-xdt-autogen
 %configure --disable-static
 make %{_smp_mflags} V=1
 
 %install
 %make_install
+
+rm %{buildroot}%{_libdir}/xfce4/panel/plugins/*.la
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{plugin_name} %{name}.lang
+
+%find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
+
 %fdupes %{buildroot}%{_datadir}
 
 %clean
@@ -67,8 +63,8 @@
 
 %files
 %defattr(-,root,root)
-%{_libexecdir}/xfce4/panel-plugins/xfce4-diskperf-plugin
-%{_datadir}/xfce4/panel-plugins/diskperf.desktop
+%{_lib

commit xfce4-panel-plugin-diskperf for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-diskperf for 
openSUSE:Factory checked in at 2011-12-06 19:14:49

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-diskperf (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-diskperf.new (New)


Package is "xfce4-panel-plugin-diskperf", Maintainer is 
"xfce-maintain...@suse.de"

Changes:




Other differences:
--
++ xfce4-panel-plugin-diskperf.spec ++
--- /var/tmp/diff_new_pack.cB00J7/_old  2011-12-06 19:54:30.0 +0100
+++ /var/tmp/diff_new_pack.cB00J7/_new  2011-12-06 19:54:30.0 +0100
@@ -20,7 +20,7 @@
 %define plugin_name xfce4-diskperf-plugin
 
 Name:   xfce4-panel-plugin-diskperf
-License:GPLv2+
+License:GPL-2.0+
 Version:2.3.0
 Release:4
 Summary:Disk performance plugin for the Xfce panel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xfce4-panel-plugin-diskperf for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package xfce4-panel-plugin-diskperf for 
openSUSE:Factory
checked in at Wed Sep 21 17:27:29 CEST 2011.




--- xfce4-panel-plugin-diskperf/xfce4-panel-plugin-diskperf.changes 
2011-03-09 22:34:42.0 +0100
+++ 
/mounts/work_src_done/STABLE/xfce4-panel-plugin-diskperf/xfce4-panel-plugin-diskperf.changes
2011-09-19 14:37:53.0 +0200
@@ -1,0 +2,14 @@
+Mon Sep 19 12:35:50 UTC 2011 - g...@opensuse.org
+
+- removed unrelated autoconf from the underlinking patch which
+  broke the build on older releases
+- added xfce4-panel-plugin-diskperf-fix-transparency-colors.patch
+  which fixes transparency and bar colors (backported from upstream
+  git)
+
+---
+Sun Sep 18 21:10:27 UTC 2011 - crrodrig...@opensuse.org
+
+- Link with libm as well. 
+
+---

calling whatdependson for head-i586


New:

  xfce4-diskperf-plugin-fix-libm-underlinking.patch
  xfce4-panel-plugin-diskperf-fix-transparency-colors.patch



Other differences:
--
++ xfce4-panel-plugin-diskperf.spec ++
--- /var/tmp/diff_new_pack.HT7tUn/_old  2011-09-21 17:27:23.0 +0200
+++ /var/tmp/diff_new_pack.HT7tUn/_new  2011-09-21 17:27:23.0 +0200
@@ -30,9 +30,14 @@
 BuildRequires:  intltool
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
+BuildRequires:  xfce4-dev-tools
 Requires:   xfce4-panel >= 4.8.0
 Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# PATCH-FIX-UPSTREAM xfce4-diskperf-plugin-fix-libm-underlinking.patch 
bxo#7982 g...@opensuse.org -- Link explicitly against libm
+Patch0: xfce4-diskperf-plugin-fix-libm-underlinking.patch
+# PATCH-FIX-UPDSTREAM 
xfce4-panel-plugin-diskperf-fix-transparency-colors.patch g...@opensuse.org -- 
Fixes transparency and bar colors (backported from upstream git)
+Patch1: xfce4-panel-plugin-diskperf-fix-transparency-colors.patch
 
 %description
 The DiskPerf plugin displays the disk/partition performance as trasferred data
@@ -43,8 +48,11 @@
 %lang_package
 %prep
 %setup -q -n %{plugin_name}-%{version}
+%patch0 -p1
+%patch1 -p1
 
 %build
+xdt-autogen
 %configure --disable-static
 make %{_smp_mflags} V=1
 

++ xfce4-diskperf-plugin-fix-libm-underlinking.patch ++
diff -ur xfce4-diskperf-plugin-2.3.0.orig/configure.ac 
xfce4-diskperf-plugin-2.3.0/configure.ac
--- xfce4-diskperf-plugin-2.3.0.orig/configure.ac   2011-01-21 
02:03:08.0 +0100
+++ xfce4-diskperf-plugin-2.3.0/configure.ac2011-09-19 14:20:05.642999822 
+0200
@@ -56,6 +56,8 @@
 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.90])
 XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.90])
 
+AC_SEARCH_LIBS(sin, m)
+
 dnl ***
 dnl *** Check for debugging support ***
 dnl ***
++ xfce4-panel-plugin-diskperf-fix-transparency-colors.patch ++
>From 4d708bb4d2754328c0da6fe62a5b17b579c6f4c8 Mon Sep 17 00:00:00 2001
From: Florian Rivoal 
Date: Sat, 26 Feb 2011 10:48:30 +
Subject: Appearance improvements

Fixes transparency and bar colors, thanks to the patch from bug #7342.
---
diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index d6ff862..43b0390 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -293,14 +293,15 @@ static int SetSingleBarColor (struct diskperf_t 
*p_poPlugin, int p_iBar)
 Widget_t   *pwBar;
 
 pwBar = poMonitor->aoPerfBar[p_iBar].pwBar;
-poStyle = gtk_widget_get_modifier_style (GTK_WIDGET (*pwBar));
-if (!poStyle)
-   poStyle = gtk_rc_style_new ();
-else {
-   poStyle->color_flags[GTK_STATE_PRELIGHT] |= GTK_RC_BG;
-   poStyle->bg[GTK_STATE_PRELIGHT] = poConf->aoColor[p_iBar];
-}
-gtk_widget_modify_style (GTK_WIDGET (*pwBar), poStyle);
+   gtk_widget_modify_bg(GTK_WIDGET(*pwBar),
+GTK_STATE_PRELIGHT,
+&poConf->aoColor[p_iBar]);
+   gtk_widget_modify_bg(GTK_WIDGET(*pwBar),
+GTK_STATE_SELECTED,
+&poConf->aoColor[p_iBar]);
+   gtk_widget_modify_base(GTK_WIDGET(*pwBar),
+GTK_STATE_SELECTED,
+&poConf->aoColor[p_iBar]);
 return (0);
 }  /* SetSingleBarColor() */
 
--
cgit 





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xfce4-panel-plugin-diskperf for openSUSE:Factory

2011-03-17 Thread h_root

Hello community,

here is the log from the commit of package xfce4-panel-plugin-diskperf for 
openSUSE:Factory
checked in at Thu Mar 17 11:30:50 CET 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/xfce4-panel-plugin-diskperf/xfce4-panel-plugin-diskperf.changes
2011-03-09 22:34:42.0 +0100
@@ -0,0 +1,5 @@
+---
+Wed Mar  9 11:00:00 UTC 2011 - g...@opensuse.org
+
+- new package (split off from xfce4-panel-plugins)
+

calling whatdependson for head-i586


New:

  xfce4-diskperf-plugin-2.3.0.tar.bz2
  xfce4-panel-plugin-diskperf.changes
  xfce4-panel-plugin-diskperf.spec



Other differences:
--
++ xfce4-panel-plugin-diskperf.spec ++
#
# spec file for package xfce4-panel-plugin-diskperf
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define panel_version 4.8.0
%define plugin_name xfce4-diskperf-plugin

Name:   xfce4-panel-plugin-diskperf
License:GPLv2+
Version:2.3.0
Release:4
Summary:Disk performance plugin for the Xfce panel
Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin
Source0:xfce4-diskperf-plugin-2.3.0.tar.bz2
Group:  System/GUI/XFCE
BuildRequires:  intltool
BuildRequires:  fdupes
BuildRequires:  pkgconfig(libxfce4panel-1.0)
Requires:   xfce4-panel >= 4.8.0
Recommends: %{name}-lang = %{version}
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
The DiskPerf plugin displays the disk/partition performance as trasferred data
per second.



%lang_package
%prep
%setup -q -n %{plugin_name}-%{version}

%build
%configure --disable-static
make %{_smp_mflags} V=1

%install
%make_install
rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
%find_lang %{plugin_name} %{name}.lang
%fdupes %{buildroot}%{_datadir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_libexecdir}/xfce4/panel-plugins/xfce4-diskperf-plugin
%{_datadir}/xfce4/panel-plugins/diskperf.desktop

%files lang -f %{name}.lang

%changelog





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org