[xfce4-netload-plugin] Update to 1.2.0

Kevin Fenzi kevin at fedoraproject.org
Fri Jul 20 23:05:11 UTC 2012


commit 877fe4f36f1e896f85287272033539c4ff86c44b
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Fri Jul 20 17:05:08 2012 -0600

    Update to 1.2.0

 .gitignore                |    1 +
 sources                   |    2 +-
 xfce4-netload-plugin.spec |   24 +++++-------------------
 3 files changed, 7 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eacc4c9..c46a772 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 xfce4-netload-plugin-0.4.0.tar.bz2
 /xfce4-netload-plugin-1.0.0.tar.bz2
 /xfce4-netload-plugin-1.1.0.tar.bz2
+/xfce4-netload-plugin-1.2.0.tar.bz2
diff --git a/sources b/sources
index dca9c83..497b763 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-19bee8171e7d681cb79539417f0b5917  xfce4-netload-plugin-1.1.0.tar.bz2
+05180d60ed347029dc125368c1d4406e  xfce4-netload-plugin-1.2.0.tar.bz2
diff --git a/xfce4-netload-plugin.spec b/xfce4-netload-plugin.spec
index 68ceb06..97762e6 100644
--- a/xfce4-netload-plugin.spec
+++ b/xfce4-netload-plugin.spec
@@ -1,18 +1,14 @@
 %global minor_version 1.1
 
 Name:           xfce4-netload-plugin
-Version:        1.1.0
-Release:        4%{?dist}
+Version:        1.2.0
+Release:        1%{?dist}
 Summary:        Network-load monitor for the Xfce panel
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://goodies.xfce.org/projects/panel-plugins/%{name}
 Source0:        http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2
-Patch0:         %{name}-1.1.0-new-plugin-location.patch
-# contains all translations from translations.xfce.org as of 2012-03-09
-Patch1:         %{name}-1.1.0-update-translations.patch
-#VCS: git:git://git.xfce.org/panel-plugins/xfce4-netload-plugin
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  pkgconfig(libxfce4panel-1.0) >= 4.7.0
@@ -28,13 +24,6 @@ A network-load monitor plugin for the Xfce panel.
 %prep
 %setup -q
 
-# use new location for xfce4-panel 4.8 plugins (if possible)
-%if 0%{?fedora} >= 15 || 0%{?rhel} >= 6
-%patch0 -p1 -b .new-location
-%endif
-
-%patch1 -p1 -b .update
-
 
 %build
 %configure
@@ -70,17 +59,14 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog README
 %{_datadir}/icons/hicolor/*/*/*
-
-%if 0%{?fedora} >= 15 || 0%{?rhel} >= 6
-%{_libdir}/xfce4/panel/plugins/%{name}
-%{_datadir}/xfce4/panel/plugins/*.desktop
-%else
 %{_libexecdir}/xfce4/panel-plugins/%{name}
 %{_datadir}/xfce4/panel-plugins/*.desktop
-%endif
 
 
 %changelog
+* Fri Jul 20 2012 Kevin Fenzi <kevin at scrye.com> - 1.2.0-1
+- Update to 1.2.0 
+
 * Sun Apr 15 2012 Kevin Fenzi <kevin at scrye.com> - 1.1.0-4
 - Rebuild for Xfce 4.10(pre2)
 


More information about the scm-commits mailing list