[xfdesktop] Update to 4.9.2

Kevin Fenzi kevin at fedoraproject.org
Thu Apr 5 03:12:36 UTC 2012


commit 1211fead711873a216383881718d98aff57501ef
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Wed Apr 4 21:12:33 2012 -0600

    Update to 4.9.2

 .gitignore                        |    1 +
 sources                           |    2 +-
 xfdesktop-4.9.2-fix-desktop.patch |   12 ++++++++++++
 xfdesktop.spec                    |   15 ++++++++++-----
 4 files changed, 24 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4d25876..a1c8033 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ xfdesktop-4.6.2.tar.bz2
 /xfdesktop-4.8.1.tar.bz2
 /xfdesktop-4.8.2.tar.bz2
 /xfdesktop-4.8.3.tar.bz2
+/xfdesktop-4.9.2.tar.bz2
diff --git a/sources b/sources
index c9fadd4..3b63118 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-617c667c469698e8c974e38412cb484c  xfdesktop-4.8.3.tar.bz2
+c9e9d28f77bf028b4ab7a8c427bfa891  xfdesktop-4.9.2.tar.bz2
diff --git a/xfdesktop-4.9.2-fix-desktop.patch b/xfdesktop-4.9.2-fix-desktop.patch
new file mode 100644
index 0000000..d52d47f
--- /dev/null
+++ b/xfdesktop-4.9.2-fix-desktop.patch
@@ -0,0 +1,12 @@
+diff -Nur xfdesktop-4.9.2.orig/settings/xfce-backdrop-settings.desktop.in xfdesktop-4.9.2/settings/xfce-backdrop-settings.desktop.in
+--- xfdesktop-4.9.2.orig/settings/xfce-backdrop-settings.desktop.in	2012-04-01 03:10:12.000000000 -0600
++++ xfdesktop-4.9.2/settings/xfce-backdrop-settings.desktop.in	2012-04-03 15:10:16.561323417 -0600
+@@ -6,7 +6,7 @@
+ Icon=preferences-desktop-wallpaper
+ Terminal=false
+ Type=Application
+-Categories=XFCE;GTK;Settings;DesktopSettings;X-XFCE-SettingsDialog;X-XFCE-PersonalSettings;
++Categories=GTK;Settings;DesktopSettings;X-XFCE-SettingsDialog;X-XFCE-PersonalSettings;
+ OnlyShowIn=XFCE;
+ StartupNotify=true
+ X-XfcePluggable=true
diff --git a/xfdesktop.spec b/xfdesktop.spec
index 6ef6bf3..f7f614a 100644
--- a/xfdesktop.spec
+++ b/xfdesktop.spec
@@ -1,8 +1,8 @@
-%global xfceversion 4.8
+%global xfceversion 4.9
 
 Name:           xfdesktop
-Version:        4.8.3
-Release:        2%{?dist}
+Version:        4.9.2
+Release:        1%{?dist}
 Summary:        Desktop manager for the XFce Desktop Environment
 
 Group:          User Interface/Desktops
@@ -11,10 +11,12 @@ URL:            http://www.xfce.org/
 Source0:        http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
 # Change default background for Fedora
 Patch0:         xfdesktop-4.5.92-backdrop-image.patch
+# Fix desktop file
+Patch1:         xfdesktop-4.9.2-fix-desktop.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libxfce4ui-devel >= 4.8.0
-BuildRequires:  xfce4-panel-devel >= %{version}
+BuildRequires:  xfce4-panel-devel >= %{xfceversion}
 BuildRequires:  libxml2-devel
 BuildRequires:  gettext
 BuildRequires:  exo-devel
@@ -49,6 +51,7 @@ This package includes a desktop manager for the XFce Desktop Environment.
 %setup -q
 
 %patch0 -p1 -b .backdrop
+%patch1 -p1
 
 
 %build
@@ -90,7 +93,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc README TODO ChangeLog NEWS COPYING AUTHORS
-%doc %{_docdir}/%{name}/
 %{_bindir}/*
 %{_datadir}/applications/*
 %{_datadir}/icons/hicolor/*/*/*
@@ -100,6 +102,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Apr 03 2012 Kevin Fenzi <kevin at scrye.com> - 4.9.2-1
+- Update to 4.9.2
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.8.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list