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

Bastien Nocera hadess at fedoraproject.org
Fri Nov 11 13:04:57 UTC 2011


commit 2cd5b0ad935dfa2fa7be623878f5a39bac0ba8d3
Author: Bastien Nocera <hadess at hadess.net>
Date:   Fri Nov 11 13:04:51 2011 +0000

    Update to 3.2.2

 .gitignore                            |    1 +
 gnome-settings-daemon.spec            |   13 +++--
 gsd-printer-object-registration.patch |   93 ---------------------------------
 sources                               |    2 +-
 4 files changed, 10 insertions(+), 99 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ea3112b..c206e9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@ gnome-settings-daemon-2.31.6.tar.bz2
 /gnome-settings-daemon-3.1.92.tar.xz
 /gnome-settings-daemon-3.2.0.tar.xz
 /gnome-settings-daemon-3.2.1.tar.xz
+/gnome-settings-daemon-3.2.2.tar.xz
diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec
index 874e793..1cc2dab 100644
--- a/gnome-settings-daemon.spec
+++ b/gnome-settings-daemon.spec
@@ -1,6 +1,6 @@
 Name:           gnome-settings-daemon
-Version:        3.2.1
-Release:        4%{?dist}
+Version:        3.2.2
+Release:        1%{?dist}
 Summary:        The daemon sharing settings from GNOME to GTK+/KDE applications
 
 Group:          System Environment/Daemons
@@ -8,8 +8,9 @@ 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
+
+# Fedora specific patch
 Patch0: gsd-calculator.patch
-Patch1: gsd-printer-object-registration.patch
 
 Requires(pre):    GConf2 >= 2.14
 Requires(preun):  GConf2 >= 2.14
@@ -63,8 +64,7 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 
-%patch1 -p1 -b .gsd-printer
+%patch0 -p1 -b. .calc
 
 # autoreconf -i -f
 
@@ -220,6 +220,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/gnome-settings-daemon-3.0/input-device-example.sh
 
 %changelog
+* Fri Nov 11 2011 Bastien Nocera <bnocera at redhat.com> 3.2.2-1
+- Update to 3.2.2
+
 * Wed Oct 26 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.1-4
 - Rebuilt for glibc bug#747377
 
diff --git a/sources b/sources
index 598f400..8186a97 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a410fc235418ac74c5a79cb0fd5a3199  gnome-settings-daemon-3.2.1.tar.xz
+eb21af36feace3529965ebe17a063d63  gnome-settings-daemon-3.2.2.tar.xz


More information about the scm-commits mailing list