[xfdesktop] Update to 4.10.3 with various fixes.

Kevin Fenzi kevin at fedoraproject.org
Sun Nov 16 16:09:58 UTC 2014


commit 7b9cb19505a6fb5051077dedd40650c9d97abe35
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sun Nov 16 09:09:51 2014 -0700

    Update to 4.10.3 with various fixes.

 .gitignore                                     |    1 +
 sources                                        |    2 +-
 xfdesktop-4.10.0-new-background-location.patch |   40 ---------------
 xfdesktop-4.10.1-background-bug.patch          |   65 ------------------------
 xfdesktop-4.9.2-fix-desktop.patch              |   12 ----
 xfdesktop.spec                                 |   10 ++--
 6 files changed, 7 insertions(+), 123 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3c797a5..6c9f56b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ xfdesktop-4.6.2.tar.bz2
 /xfdesktop-4.10.0.tar.bz2
 /xfdesktop-4.10.1.tar.bz2
 /xfdesktop-4.10.2.tar.bz2
+/xfdesktop-4.10.3.tar.bz2
diff --git a/sources b/sources
index 92786ce..efa1ef4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-54a84ce63046c279fc3ec3f436d2f1b0  xfdesktop-4.10.2.tar.bz2
+11c9601f99080b47ee92b2ea30d30355  xfdesktop-4.10.3.tar.bz2
diff --git a/xfdesktop.spec b/xfdesktop.spec
index 15f4cb3..3efad03 100644
--- a/xfdesktop.spec
+++ b/xfdesktop.spec
@@ -1,8 +1,8 @@
 %global xfceversion 4.10
 
 Name:           xfdesktop
-Version:        4.10.2
-Release:        4%{?dist}
+Version:        4.10.3
+Release:        1%{?dist}
 Summary:        Desktop manager for the Xfce Desktop Environment
 
 Group:          User Interface/Desktops
@@ -10,8 +10,6 @@ License:        GPLv2+
 URL:            http://www.xfce.org/
 #VCS: git:git://git.xfce.org/xfce/xfdesktop
 Source0:        http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
-# Fix desktop file
-Patch1:         xfdesktop-4.9.2-fix-desktop.patch
 ## Downstream patches
 # Change default background for Fedora
 Patch10:        xfdesktop-4.9.3-backdrop-image.patch
@@ -48,7 +46,6 @@ This package includes a desktop manager for the Xfce Desktop Environment.
 %prep
 %setup -q
 
-%patch1 -p1 -b .fix
 %patch10 -p1 -b .backdrop
 
 
@@ -100,6 +97,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sun Nov 16 2014 Kevin Fenzi <kevin at scrye.com> 4.10.3-1
+- Update to 4.10.3 with various fixes.
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.10.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list