[xfce4-systemload-plugin] Update to 1.1.0

Kevin Fenzi kevin at fedoraproject.org
Sun Apr 22 02:10:49 UTC 2012


commit de33e4a697dab89f6c01b3969beff353dab8665e
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sat Apr 21 20:10:45 2012 -0600

    Update to 1.1.0

 .gitignore                   |    1 +
 sources                      |    2 +-
 xfce4-systemload-plugin.spec |   20 +++++++++++++-------
 3 files changed, 15 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 28b3976..c7db15e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 xfce4-systemload-plugin-0.4.2.tar.bz2
 /xfce4-systemload-plugin-1.0.0.tar.bz2
+/xfce4-systemload-plugin-1.1.0.tar.bz2
diff --git a/sources b/sources
index 1f71282..a59fd94 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-da4f0e8bfb57e18fe3e3e56507a681f7  xfce4-systemload-plugin-1.0.0.tar.bz2
+130ad7befddd8705ca09a98e9cee5c3e  xfce4-systemload-plugin-1.1.0.tar.bz2
diff --git a/xfce4-systemload-plugin.spec b/xfce4-systemload-plugin.spec
index 5a7cbf4..0cacfd5 100644
--- a/xfce4-systemload-plugin.spec
+++ b/xfce4-systemload-plugin.spec
@@ -1,8 +1,8 @@
-%global minor_version 1.0
+%global minor_version 1.1
 
 Name:          xfce4-systemload-plugin
-Version:       1.0.0
-Release:       6%{?dist}
+Version:       1.1.0
+Release:       1%{?dist}
 Summary:       Systemload monitor for the Xfce panel
 
 Group:         User Interface/Desktops
@@ -11,9 +11,11 @@ URL:           http://goodies.xfce.org/projects/panel-plugins/%{name}
 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.3.99.1, libxfcegui4-devel >= 4.3.99.1, libxml2-devel
+BuildRequires: xfce4-panel-devel >= 4.8.0
+BuildRequires: libxfce4ui-devel >= 4.8.0
+BuildRequires: libxml2-devel
 BuildRequires: gettext, intltool
-Requires:      xfce4-panel >= 4.4.0
+Requires:      xfce4-panel >= 4.8.0
 
 %description
 A system-load monitor plugin for the Xfce panel. It displays the current CPU 
@@ -30,6 +32,7 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 %find_lang %{name}
+rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/panel/plugins/libsystemload.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -37,10 +40,13 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog NEWS README
-%{_libexecdir}/xfce4/panel-plugins/%{name}
-%{_datadir}/xfce4/panel-plugins/*.desktop
+%{_libdir}/xfce4/panel/plugins/libsystemload.so
+%{_datadir}/xfce4/panel/plugins/*.desktop
 
 %changelog
+* Sat Apr 21 2012 Kevin Fenzi <kevin at scrye.com> - 1.1.0-1
+- Update to 1.1.0
+
 * Sun Apr 15 2012 Kevin Fenzi <kevin at scrye.com> - 1.0.0-6
 - Rebuild for Xfce 4.10(pre2)
 


More information about the scm-commits mailing list