diff --git a/.gitignore b/.gitignore index c206e9b..452550d 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ gnome-settings-daemon-2.31.6.tar.bz2 /gnome-settings-daemon-3.2.0.tar.xz /gnome-settings-daemon-3.2.1.tar.xz /gnome-settings-daemon-3.2.2.tar.xz +/gnome-settings-daemon-3.3.2.tar.xz diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec index bc6ade6..ed380f1 100644 --- a/gnome-settings-daemon.spec +++ b/gnome-settings-daemon.spec @@ -1,5 +1,5 @@ Name: gnome-settings-daemon -Version: 3.2.2 +Version: 3.3.2 Release: 1%{?dist} Summary: The daemon sharing settings from GNOME to GTK+/KDE applications @@ -7,19 +7,14 @@ 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.2/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/%{name}/3.3/%{name}-%{version}.tar.xz # Fedora specific patch Patch0: gsd-calculator.patch -Requires(pre): GConf2 >= 2.14 -Requires(preun): GConf2 >= 2.14 -Requires(post): GConf2 >= 2.14 - Requires: control-center-filesystem BuildRequires: dbus-glib-devel -BuildRequires: GConf2-devel BuildRequires: gtk3-devel >= 2.99.3 BuildRequires: gnome-desktop3-devel >= 3.1.4 BuildRequires: xorg-x11-proto-devel libXxf86misc-devel @@ -217,6 +212,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/gnome-settings-daemon-3.0/input-device-example.sh %changelog +* Wed Nov 23 2011 Matthias Clasen - 3.3.2-1 +- Update to 3.3.2 + * Fri Nov 11 2011 Bastien Nocera 3.2.2-1 - Update to 3.2.2 diff --git a/sources b/sources index 8186a97..9cb4de4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eb21af36feace3529965ebe17a063d63 gnome-settings-daemon-3.2.2.tar.xz +10c9a2f0ae675d361f1c64079727866d gnome-settings-daemon-3.3.2.tar.xz