[xfce4-diskperf-plugin] Update to 2.5.2 (Xfce 4.10 final)

Christoph Wickert cwickert at fedoraproject.org
Mon Apr 30 08:14:26 UTC 2012


commit ce1937024ab9f5af4ba46ff828e444cc5c948436
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Mon Apr 30 10:14:22 2012 +0200

    Update to 2.5.2 (Xfce 4.10 final)
    
    - Add VCS key

 .gitignore                 |    1 +
 sources                    |    2 +-
 xfce4-diskperf-plugin.spec |   18 +++++++++++++-----
 3 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ff521b0..d585086 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 xfce4-diskperf-plugin-2.2.0.tar.bz2
 /xfce4-diskperf-plugin-2.3.0.tar.bz2
 /xfce4-diskperf-plugin-2.5.1.tar.bz2
+/xfce4-diskperf-plugin-2.5.2.tar.bz2
diff --git a/sources b/sources
index 54d8d6a..8f94c2d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b6053881f3ddff90a0a0baa655c84b27  xfce4-diskperf-plugin-2.5.1.tar.bz2
+d52d981bb504ae63a0d762fdfbd5e9e5  xfce4-diskperf-plugin-2.5.2.tar.bz2
diff --git a/xfce4-diskperf-plugin.spec b/xfce4-diskperf-plugin.spec
index 6424d31..eeefcfb 100644
--- a/xfce4-diskperf-plugin.spec
+++ b/xfce4-diskperf-plugin.spec
@@ -1,22 +1,25 @@
 # Review: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=173660
 
 %global minor_version 2.5
+%global xfceversion 4.10
 
 Name:           xfce4-diskperf-plugin
-Version:        2.5.1
-Release:        2%{?dist}
+Version:        2.5.2
+Release:        1%{?dist}
 Summary:        Disk performance plugin for the Xfce panel
 
 Group:          User Interface/Desktops
 License:        BSD
 URL:            http://goodies.xfce.org/panel-plugins/{%name}
+#VCS: git:git://git.xfce.org/panel-plugins/xfce4-diskperf-plugin
 Source0:        http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  xfce4-panel-devel >= 4.8.0
 BuildRequires:  libxfce4ui-devel >= 4.8.0
-BuildRequires:  gettext, intltool
-Requires:       xfce4-panel >= 4.8.0
+BuildRequires:  gettext
+BuildRequires:  intltool
+Requires:       xfce4-panel >= %{xfceversion}
 
 %description
 The DiskPerf plugin displays disk/partition performance (bytes transfered per
@@ -34,10 +37,11 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL='install -p'
-chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/libdiskperf.so
 %find_lang %{name}
 # remove la file
 rm -rf %{buildroot}%{_libdir}/xfce4/panel/plugins/libdiskperf.la
+# make sure debuginfo is generated properly
+chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/libdiskperf.so
 
 
 %clean
@@ -51,6 +55,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Apr 30 2012 Christoph Wickert <cwickert at fedoraproject.org> - 2.5.2-1
+- Update to 2.5.2 (Xfce 4.10 final)
+- Add VCS key
+
 * Tue Apr 24 2012 Ville Skyttä <ville.skytta at iki.fi> - 2.5.1-2
 - Fix -debuginfo.
 


More information about the scm-commits mailing list