This commit is contained in:
Matthias Clasen 2011-08-16 15:05:56 -04:00
parent 1d7746c0e7
commit 876a5c1569
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@ gnome-settings-daemon-2.31.6.tar.bz2
/gnome-settings-daemon-3.1.2.tar.xz
/gnome-settings-daemon-3.1.3.tar.xz
/gnome-settings-daemon-3.1.4.tar.xz
/gnome-settings-daemon-3.1.5.tar.xz

View File

@ -1,6 +1,6 @@
Name: gnome-settings-daemon
Version: 3.1.4
Release: 5%{?dist}
Version: 3.1.5
Release: 1%{?dist}
Summary: The daemon sharing settings from GNOME to GTK+/KDE applications
Group: System Environment/Daemons
@ -14,7 +14,6 @@ Source: http://download.gnome.org/sources/%{name}/3.1/%{name}-%{version}
Patch0: chrony-support.patch
Patch1: fallback-mounter.patch
Patch2: 0001-wacom-invert-TPCButton-setting.patch
# upstream fix
Patch3: 0001-color-don-t-use-uninitialized-GErrors.patch
@ -70,7 +69,6 @@ developing applications that use %{name}.
%setup -q
%patch0 -p1 -b .chrony
%patch1 -p1 -b .fallback
%patch2 -p1 -b .wacom-invert-tpcbutton
%patch3 -p1 -b .color-crash
# autoreconf -i -f
@ -239,6 +237,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/gnome-settings-daemon-3.0/input-device-example.sh
%changelog
* Tue Aug 16 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.5-1
- Update to 3.1.5
* Tue Aug 16 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-5
- Fix a crash a startup (#728903)

View File

@ -1 +1 @@
c95910376e4310afa497cdc33dc09ae0 gnome-settings-daemon-3.1.4.tar.xz
3a742a30be701d8148b62332db43f5a0 gnome-settings-daemon-3.1.5.tar.xz