[xfce4-settings] Update to 4.10.1

Kevin Fenzi kevin at fedoraproject.org
Sun May 5 16:44:53 UTC 2013


commit 3e6893f4d7a9cb7b24d1c50b4b344c82a6120046
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sun May 5 10:44:50 2013 -0600

    Update to 4.10.1

 .gitignore                                       |    1 +
 sources                                          |    2 +-
 xfce4-settings-4.10.0-NameOwnerChanged.patch     |   55 -----
 xfce4-settings-4.10.0-gtk3-theme-detection.patch |   22 --
 xfce4-settings-4.8.3-monitor-position.patch      |  282 ----------------------
 xfce4-settings.spec                              |   24 +--
 6 files changed, 8 insertions(+), 378 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aa3b11b..e2380fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ xfce4-settings-4.6.5.tar.bz2
 /xfce4-settings-4.9.4.tar.bz2
 /xfce4-settings-4.9.5.tar.bz2
 /xfce4-settings-4.10.0.tar.bz2
+/xfce4-settings-4.10.1.tar.bz2
diff --git a/sources b/sources
index c918fc4..0348c94 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cc4dd9179ead9046c056431f01a12000  xfce4-settings-4.10.0.tar.bz2
+eaa86dd86ef0dad9cf7af1ee2c831972  xfce4-settings-4.10.1.tar.bz2
diff --git a/xfce4-settings.spec b/xfce4-settings.spec
index d4d1af4..164faa6 100644
--- a/xfce4-settings.spec
+++ b/xfce4-settings.spec
@@ -1,8 +1,8 @@
 %global xfceversion 4.10
 
 Name:           xfce4-settings
-Version:        4.10.0
-Release:        4%{?dist}
+Version:        4.10.1
+Release:        1%{?dist}
 Summary:        Settings Manager for Xfce
 
 Group:          User Interface/Desktops
@@ -10,17 +10,6 @@ License:        GPLv2+
 URL:            http://www.xfce.org/
 #VCS git:git://git.xfce.org/xfce/xfce4-settings
 Source0:        http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
-# Add patch to handle position settings on multi monitor setups
-# https://bugzilla.xfce.org/show_bug.cgi?id=7465
-Patch0:         xfce4-settings-4.8.3-monitor-position.patch
-# Fix GTK3 theme handling
-# https://bugzilla.xfce.org/show_bug.cgi?id=9272
-# http://git.xfce.org/xfce/xfce4-settings/commit/?id=8032dd77
-Patch1:         xfce4-settings-4.10.0-gtk3-theme-detection.patch
-# Prevent accidental shutdown of xfsettingsd
-# https://bugzilla.xfce.org/show_bug.cgi?id=9273
-# http://git.xfce.org/xfce/xfce4-settings/commit/?id=2ec63604
-Patch2:         xfce4-settings-4.10.0-NameOwnerChanged.patch
 ## Downstream patches
 # Use Fedora theme and font settings
 Patch10:         xfce4-settings-4.9.4-fedora.patch
@@ -57,15 +46,11 @@ This package includes the settings manager applications for the Xfce desktop.
 
 %prep
 %setup -q
-%patch0 -p1 -b .multi-monitor-position
-%patch1 -p1 -b .gtk3-theme
-%patch2 -p1 -b .NameOwnerChanged
 %patch10 -p1 -b .fedora
 
 
 %build
-# add --enable-maintainer-mode to regen after multi monitor setup patch.
-%configure --enable-maintainer-mode --enable-sound-settings --enable-pluggable-dialogs
+%configure --enable-sound-settings --enable-pluggable-dialogs
 make %{?_smp_mflags} V=1
 
 
@@ -102,6 +87,9 @@ rm -rf %{buildroot}
 %{_libdir}/xfce4/settings
 
 %changelog
+* Sun May 05 2013 Kevin Fenzi <kevin at scrye.com> 4.10.1-1
+- Update to 4.10.1
+
 * Fri Jan 25 2013 Christoph Wickert <cwickert at fedoraproject.org> - 4.10.0-4
 - Fix syntax error in the fedora patch (#863337)
 


More information about the scm-commits mailing list