[xfce4-panel] Update to 4.9.1

Kevin Fenzi kevin at fedoraproject.org
Thu Apr 5 01:16:43 UTC 2012


commit cbcbee0218aec92881dea5e9672694400700bb15
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Wed Apr 4 19:16:39 2012 -0600

    Update to 4.9.1

 .gitignore       |    1 +
 sources          |    2 +-
 xfce4-panel.spec |   18 +++++++++---------
 3 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fb7f6bf..eb56c43 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ xfce4-panel-4.6.4.tar.bz2
 /xfce4-panel-4.8.4.tar.bz2
 /xfce4-panel-4.8.5.tar.bz2
 /xfce4-panel-4.8.6.tar.bz2
+/xfce4-panel-4.9.1.tar.bz2
diff --git a/sources b/sources
index e0ae508..2faea7c 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
 311746c0b3a0539abb838a2165251a41  xfce4-clock.png
 25c31cc29b91c92502364efb6fc0b068  xfce4-clock.svg
-9d7bf0503d5867c4044cef04bb5845b1  xfce4-panel-4.8.6.tar.bz2
+b8e87fe982cba33bd16533523fec005d  xfce4-panel-4.9.1.tar.bz2
diff --git a/xfce4-panel.spec b/xfce4-panel.spec
index a9d2b0c..ddee5be 100644
--- a/xfce4-panel.spec
+++ b/xfce4-panel.spec
@@ -1,8 +1,8 @@
-%global xfceversion 4.8
+%global xfceversion 4.9
 
 Name:           xfce4-panel
-Version:        4.8.6
-Release:        4%{?dist}
+Version:        4.9.1
+Release:        1%{?dist}
 Summary:        Next generation panel for Xfce
 
 Group:          User Interface/Desktops
@@ -12,9 +12,7 @@ Source0:        http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-
 # clock icon taken from system-config-date, license is GPLv2+
 Source1:        xfce4-clock.png
 Source2:        xfce4-clock.svg
-# https://bugzilla.redhat.com/show_bug.cgi?id=748226
-# patch taken from http://git.xfce.org/xfce/xfce4-panel/commit/?id=fad7e1e6
-Patch0:         xfce4-panel-4.8.6-directorymenu-workingdir.patch
+Patch1:         xfce4-panel-4.9.1-fix-desktopfile.patch
 ## Downstream patches
 # FIXME: do the patch once SIG has decided about a panel layout
 Patch10:         xfce4-panel-4.8.2-defaults.patch
@@ -76,8 +74,8 @@ plugins for xfce4-panel.
 
 %prep
 %setup -q
-%patch0 -p1 -b .workingdir
-%patch10 -p1 -b .default
+%patch1 -p1
+#patch10 -p1 -b .default
 
 # Fix icon in 'Add new panel item' dialog
 sed -i 's|Icon=office-calendar|Icon=xfce4-clock|g' plugins/clock/clock.desktop.in
@@ -145,7 +143,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc COPYING AUTHORS ChangeLog NEWS README docs/README.gtkrc-2.0
-%doc %{_docdir}/%{name}/
 %config(noreplace) %{_sysconfdir}/xdg/xfce4/panel/default.xml
 %{_bindir}/*
 %{_libdir}/libxfce4panel-*.so.*
@@ -166,6 +163,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_includedir}/xfce4/libxfce4panel-*/
 
 %changelog
+* Mon Apr 02 2012 Kevin Fenzi <kevin at scrye.com> - 4.9.1-1
+- Update to 4.9.1
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.8.6-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list