2.91.90
This commit is contained in:
parent
a922ce8d7b
commit
52f2a86a17
1
.gitignore
vendored
1
.gitignore
vendored
@ -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.7.tar.bz2
|
||||||
/gnome-settings-daemon-2.91.8.tar.bz2
|
/gnome-settings-daemon-2.91.8.tar.bz2
|
||||||
/gnome-settings-daemon-2.91.9.tar.bz2
|
/gnome-settings-daemon-2.91.9.tar.bz2
|
||||||
|
/gnome-settings-daemon-2.91.90.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: gnome-settings-daemon
|
Name: gnome-settings-daemon
|
||||||
Version: 2.91.9
|
Version: 2.91.90
|
||||||
Release: 6%{?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
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -33,12 +33,7 @@ BuildRequires: libcanberra-devel
|
|||||||
BuildRequires: polkit-devel
|
BuildRequires: polkit-devel
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
BuildRequires: libxklavier-devel
|
BuildRequires: libxklavier-devel
|
||||||
BuildRequires: gsettings-desktop-schemas-devel >= 0.1.2
|
BuildRequires: gsettings-desktop-schemas-devel >= 0.1.7
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
%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
|
||||||
@ -56,9 +51,6 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .tz-setting
|
|
||||||
%patch1 -p1 -b .media-keys
|
|
||||||
#%patch3 -p1 -b .slight-hinting
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# https://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking
|
# 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
|
%{_libdir}/pkgconfig/gnome-settings-daemon.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 2.91.90-1
|
||||||
|
- Update to 2.91.90
|
||||||
|
|
||||||
* Wed Feb 16 2011 Bastien Nocera <bnocera@redhat.com> 2.91.9-6
|
* Wed Feb 16 2011 Bastien Nocera <bnocera@redhat.com> 2.91.9-6
|
||||||
- Fix crasher when media keys GSettings value changes
|
- Fix crasher when media keys GSettings value changes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user