[gnome-settings-daemon/f16] Update to 3.2.1

Bastien Nocera hadess at fedoraproject.org
Mon Oct 17 15:49:51 UTC 2011


commit 6486f079dbd574ed41a69b085e9b74ecb11ec7a9
Author: Bastien Nocera <hadess at hadess.net>
Date:   Mon Oct 17 16:49:48 2011 +0100

    Update to 3.2.1

 .gitignore                                         |    1 +
 chrony-support.patch                               |   84 --------------------
 gnome-settings-daemon-3.2.0-dpms_on.patch          |   39 ---------
 gnome-settings-daemon-3.2.0-no_default_sleep.patch |   41 ----------
 ...gs-daemon-3.2.0-power-restore_only_if_set.patch |   53 ------------
 ...daemon-3.2.0-power-revert_only_if_dimming.patch |   33 --------
 gnome-settings-daemon.spec                         |   17 +---
 sources                                            |    2 +-
 8 files changed, 7 insertions(+), 263 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 76bb7b6..ea3112b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@ gnome-settings-daemon-2.31.6.tar.bz2
 /gnome-settings-daemon-3.1.91.tar.xz
 /gnome-settings-daemon-3.1.92.tar.xz
 /gnome-settings-daemon-3.2.0.tar.xz
+/gnome-settings-daemon-3.2.1.tar.xz
diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec
index 2901a34..a375509 100644
--- a/gnome-settings-daemon.spec
+++ b/gnome-settings-daemon.spec
@@ -1,6 +1,6 @@
 Name:           gnome-settings-daemon
-Version:        3.2.0
-Release:        3%{?dist}
+Version:        3.2.1
+Release:        1%{?dist}
 Summary:        The daemon sharing settings from GNOME to GTK+/KDE applications
 
 Group:          System Environment/Daemons
@@ -8,12 +8,6 @@ License:        GPLv2+
 URL:            http://download.gnome.org/sources/%{name}
 #VCS: git:git://git.gnome.org/gnome-settings-daemon
 Source:         http://download.gnome.org/sources/%{name}/3.1/%{name}-%{version}.tar.xz
-# post-3.2.0 fixes; remove these when 3.2.1 is released
-Patch0:         %{name}-3.2.0-power-restore_only_if_set.patch
-Patch1:         %{name}-3.2.0-power-revert_only_if_dimming.patch
-Patch2:         gnome-settings-daemon-3.2.0-no_default_sleep.patch
-Patch3:         gnome-settings-daemon-3.2.0-dpms_on.patch
-# post-3.20 fixes
 
 Requires(pre):    GConf2 >= 2.14
 Requires(preun):  GConf2 >= 2.14
@@ -67,10 +61,6 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b .restore_only_if_set
-%patch1 -p1 -b .revert_only_if_dimming
-%patch2 -p1 -b .no_default_sleep
-%patch3 -p1 -b .dpms_on
 
 # autoreconf -i -f
 
@@ -226,6 +216,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/gnome-settings-daemon-3.0/input-device-example.sh
 
 %changelog
+* Mon Oct 17 2011 Bastien Nocera <bnocera at redhat.com> 3.2.1-1
+- Update to 3.2.1
+
 * Wed Oct 12 2011 Adam Williamson <awilliam at redhat.com> - 3.2.0-3
 - backports: another brightness fix and no idle sleep
 
diff --git a/sources b/sources
index cdbb894..598f400 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-418c880430529c91e0503c22c8db8774  gnome-settings-daemon-3.2.0.tar.xz
+a410fc235418ac74c5a79cb0fd5a3199  gnome-settings-daemon-3.2.1.tar.xz


More information about the scm-commits mailing list