Update to 3.13.92
This commit is contained in:
parent
3f7db885c8
commit
b8d49a8d16
@ -6,7 +6,7 @@
|
|||||||
%global geocode_glib_version 3.10.0
|
%global geocode_glib_version 3.10.0
|
||||||
|
|
||||||
Name: gnome-settings-daemon
|
Name: gnome-settings-daemon
|
||||||
Version: 3.13.91
|
Version: 3.13.92
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The daemon sharing settings from GNOME to GTK+/KDE applications
|
Summary: The daemon sharing settings from GNOME to GTK+/KDE applications
|
||||||
|
|
||||||
@ -46,7 +46,6 @@ BuildRequires: libXi-devel libXfixes-devel
|
|||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
BuildRequires: libXtst-devel
|
BuildRequires: libXtst-devel
|
||||||
BuildRequires: libxkbfile-devel
|
BuildRequires: libxkbfile-devel
|
||||||
BuildRequires: ibus-devel
|
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
BuildRequires: docbook-style-xsl
|
BuildRequires: docbook-style-xsl
|
||||||
BuildRequires: xkeyboard-config-devel
|
BuildRequires: xkeyboard-config-devel
|
||||||
@ -66,6 +65,10 @@ Requires: libgweather%{?_isa} >= %{libgweather_version}
|
|||||||
|
|
||||||
Obsoletes: %{name}-updates < 3.13.1
|
Obsoletes: %{name}-updates < 3.13.1
|
||||||
|
|
||||||
|
# Input sources handling was moved to gnome-shell / mutter; make sure not to
|
||||||
|
# break older gnome-shell versions.
|
||||||
|
Conflicts: gnome-shell < 3.13.92
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A daemon to share settings from GNOME to other applications. It also
|
A daemon to share settings from GNOME to other applications. It also
|
||||||
handles global keybindings, as well as a number of desktop-wide settings.
|
handles global keybindings, as well as a number of desktop-wide settings.
|
||||||
@ -222,8 +225,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.enums.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.enums.xml
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.gschema.xml
|
||||||
|
|
||||||
%{_datadir}/dbus-1/services/org.freedesktop.IBus.service
|
|
||||||
|
|
||||||
%{_datadir}/man/man1/gnome-settings-daemon.1.gz
|
%{_datadir}/man/man1/gnome-settings-daemon.1.gz
|
||||||
|
|
||||||
|
|
||||||
@ -256,6 +257,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%{_libexecdir}/gsd-test-xsettings
|
%{_libexecdir}/gsd-test-xsettings
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
|
||||||
|
- Update to 3.13.92
|
||||||
|
|
||||||
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
|
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
|
||||||
- Update to 3.13.91
|
- Update to 3.13.91
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user