diff --git a/.gitignore b/.gitignore index 57e9555..5da4be6 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ gnome-settings-daemon-2.31.6.tar.bz2 /gnome-settings-daemon-2.91.7.tar.bz2 /gnome-settings-daemon-2.91.8.tar.bz2 /gnome-settings-daemon-2.91.9.tar.bz2 +/gnome-settings-daemon-2.91.90.tar.bz2 diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec index e434caf..7c4695d 100644 --- a/gnome-settings-daemon.spec +++ b/gnome-settings-daemon.spec @@ -1,6 +1,6 @@ Name: gnome-settings-daemon -Version: 2.91.9 -Release: 6%{?dist} +Version: 2.91.90 +Release: 1%{?dist} Summary: The daemon sharing settings from GNOME to GTK+/KDE applications Group: System Environment/Daemons @@ -33,12 +33,7 @@ BuildRequires: libcanberra-devel BuildRequires: polkit-devel BuildRequires: autoconf automake libtool BuildRequires: libxklavier-devel -BuildRequires: gsettings-desktop-schemas-devel >= 0.1.2 - -Patch0: 0001-datetime-Fix-gsd_datetime_check_tz_name-never-workin.patch -Patch1: 0001-media-keys-Fix-crash-when-keybindings-change.patch -# change font rendering -#Patch3: slight-hinting.patch +BuildRequires: gsettings-desktop-schemas-devel >= 0.1.7 %description A daemon to share settings from GNOME to other applications. It also @@ -56,9 +51,6 @@ developing applications that use %{name}. %prep %setup -q -%patch0 -p1 -b .tz-setting -%patch1 -p1 -b .media-keys -#%patch3 -p1 -b .slight-hinting %build # https://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking @@ -123,6 +115,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : %{_libdir}/pkgconfig/gnome-settings-daemon.pc %changelog +* Tue Feb 22 2011 Matthias Clasen 2.91.90-1 +- Update to 2.91.90 + * Wed Feb 16 2011 Bastien Nocera 2.91.9-6 - Fix crasher when media keys GSettings value changes diff --git a/sources b/sources index 761a0e0..5ee2f55 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -51ab015d3d08c7f0c85e3c60b733e179 gnome-settings-daemon-2.91.9.tar.bz2 +57a65d00ed96a42b2abaa6c21defdfe7 gnome-settings-daemon-2.91.90.tar.bz2