[gnome-settings-daemon] Update to 3.1.1

Tomas Bzatek tbzatek at fedoraproject.org
Wed May 11 15:44:39 UTC 2011


commit 86d764b24bf43293304f09ca03fed007214bd6f8
Author: Tomas Bzatek <tbzatek at redhat.com>
Date:   Wed May 11 17:44:26 2011 +0200

    Update to 3.1.1

 .gitignore                                         |    1 +
 0001-datetime-Fix-setting-NTP-on-Fedora-15.patch   |   27 ------------
 ...ia-keys-Fix-crash-when-keybindings-change.patch |   28 ------------
 ...l-with-absence-of-gnome-session-gracefull.patch |   44 --------------------
 gnome-settings-daemon.spec                         |   20 ++++-----
 sources                                            |    2 +-
 6 files changed, 11 insertions(+), 111 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c51c3a2..2be3298 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@ gnome-settings-daemon-2.31.6.tar.bz2
 /gnome-settings-daemon-3.0.0.tar.bz2
 /gnome-settings-daemon-3.0.0.1.tar.bz2
 /gnome-settings-daemon-3.0.1.tar.bz2
+/gnome-settings-daemon-3.1.1.tar.bz2
diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec
index 7cefdb1..fd51f13 100644
--- a/gnome-settings-daemon.spec
+++ b/gnome-settings-daemon.spec
@@ -1,13 +1,13 @@
 Name:           gnome-settings-daemon
-Version:        3.0.1
-Release:        5%{?dist}
+Version:        3.1.1
+Release:        1%{?dist}
 Summary:        The daemon sharing settings from GNOME to GTK+/KDE applications
 
 Group:          System Environment/Daemons
 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.0/%{name}-%{version}.tar.bz2
+Source:         http://download.gnome.org/sources/%{name}/3.1/%{name}-%{version}.tar.bz2
 
 Requires(pre):    GConf2 >= 2.14
 Requires(preun):  GConf2 >= 2.14
@@ -18,7 +18,7 @@ Requires: system-config-printer-udev
 
 BuildRequires:  dbus-glib-devel
 BuildRequires:  GConf2-devel
-BuildRequires:  gtk3-devel >= 2.99.0
+BuildRequires:  gtk3-devel >= 2.99.3
 BuildRequires:  gnome-desktop3-devel
 BuildRequires:  xorg-x11-proto-devel libXxf86misc-devel
 BuildRequires:  gstreamer-devel
@@ -30,7 +30,7 @@ BuildRequires:  gettext intltool
 BuildRequires:  fontconfig-devel
 BuildRequires:  libcanberra-devel
 BuildRequires:  polkit-devel
-BuildRequires:  autoconf automake libtool
+# BuildRequires:  autoconf automake libtool
 BuildRequires:  libxklavier-devel
 BuildRequires:  gsettings-desktop-schemas-devel >= 0.1.7
 BuildRequires:  PackageKit-glib-devel
@@ -39,9 +39,6 @@ BuildRequires:  upower-devel
 BuildRequires:  libgudev1-devel
 BuildRequires:  nss-devel
 
-Patch0: 0001-datetime-Fix-setting-NTP-on-Fedora-15.patch
-Patch1: 0001-updates-deal-with-absence-of-gnome-session-gracefull.patch
-
 %description
 A daemon to share settings from GNOME to other applications. It also
 handles global keybindings, as well as a number of desktop-wide settings.
@@ -58,10 +55,8 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b .sysv
-%patch1 -p1 -b .updates-crash
 
-autoreconf -i -f
+# autoreconf -i -f
 
 %build
 # https://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking
@@ -202,6 +197,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/gnome-settings-daemon-3.0/input-device-example.sh
 
 %changelog
+* Wed May 11 2011 Tomas Bzatek <tbzatek at redhat.com> - 3.1.1-1
+- Update to 3.1.1
+
 * Sat May 07 2011 Christopher Aillon <caillon at redhat.com> - 3.0.1-5
 - Update gsettings schema scriptlet
 
diff --git a/sources b/sources
index 5bba4a6..4978d73 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6407fa30e1f36481d3fe7de50f61d535  gnome-settings-daemon-3.0.1.tar.bz2
+58b33c712ae530c143434c0222efdc74  gnome-settings-daemon-3.1.1.tar.bz2


More information about the scm-commits mailing list