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 
"[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-diskperf/xfce4-panel-plugin-diskperf.changes
  2011-09-23 12:51:19.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-diskperf.new/xfce4-panel-plugin-diskperf.changes
     2012-04-19 10:42:03.000000000 +0200
@@ -1,0 +2,31 @@
+Tue Apr 17 19:37:04 UTC 2012 - [email protected]
+
+- corrected source URL
+
+-------------------------------------------------------------------
+Sat Apr 14 12:02:31 UTC 2012 - [email protected]
+
+- update to version 2.5.1
+  - translation updates
+
+-------------------------------------------------------------------
+Tue Apr 10 10:24:22 UTC 2012 - [email protected]
+
+- 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 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.npTV6G/_new  2012-04-19 10:42:04.000000000 +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 [email protected] -- Link explicitly against libm
-Patch0:         xfce4-diskperf-plugin-fix-libm-underlinking.patch
-# PATCH-FIX-UPDSTREAM 
xfce4-panel-plugin-diskperf-fix-transparency-colors.patch [email protected] -- 
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
+%{_libdir}/xfce4/panel/plugins/libdiskperf.so
+%{_datadir}/xfce4/panel/plugins/diskperf.desktop
 
 %files lang -f %{name}.lang
 

++++++ xfce4-diskperf-plugin-2.3.0.tar.bz2 -> 
xfce4-diskperf-plugin-2.5.1.tar.bz2 ++++++
++++ 45118 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to