This commit is contained in:
Matthias Clasen 2011-09-20 11:56:53 -04:00
parent ad899dfb97
commit ec062c9364
3 changed files with 6 additions and 8 deletions

1
.gitignore vendored
View File

@ -25,3 +25,4 @@ gnome-settings-daemon-2.31.6.tar.bz2
/gnome-settings-daemon-3.1.3.tar.xz
/gnome-settings-daemon-3.1.4.tar.xz
/gnome-settings-daemon-3.1.91.tar.xz
/gnome-settings-daemon-3.1.92.tar.xz

View File

@ -1,5 +1,5 @@
Name: gnome-settings-daemon
Version: 3.1.91
Version: 3.1.92
Release: 1%{?dist}
Summary: The daemon sharing settings from GNOME to GTK+/KDE applications
@ -9,10 +9,6 @@ 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
# RFE: add support for chrony
# https://bugzilla.redhat.com/show_bug.cgi?id=723212
Patch0: chrony-support.patch
Requires(pre): GConf2 >= 2.14
Requires(preun): GConf2 >= 2.14
Requires(post): GConf2 >= 2.14
@ -62,7 +58,6 @@ developing applications that use %{name}.
%prep
%setup -q
%patch0 -p1 -b .chrony
# autoreconf -i -f
@ -196,7 +191,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/dbus-1/services/org.gnome.SettingsDaemon.service
%{_sysconfdir}/xdg/autostart/gnome-settings-daemon.desktop
%{_datadir}/icons/hicolor/*/apps/gsd-xrandr.*
%{_datadir}/icons/hicolor/*/actions/touchpad*
%{_libexecdir}/gsd-datetime-mechanism
%{_sysconfdir}/dbus-1/system.d/org.gnome.SettingsDaemon.DateTimeMechanism.conf
%{_datadir}/dbus-1/system-services/org.gnome.SettingsDaemon.DateTimeMechanism.service
@ -219,6 +213,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/gnome-settings-daemon-3.0/input-device-example.sh
%changelog
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
- Update to 3.1.92
* Tue Sep 6 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-1
- Update to 3.1.91

View File

@ -1 +1 @@
6162432ffa80e60775ddd8b10d0f47df gnome-settings-daemon-3.1.91.tar.xz
b001bda8ba244c43397511adced36114 gnome-settings-daemon-3.1.92.tar.xz