aboutsummaryrefslogtreecommitdiffstats
path: root/gnome-restore-gtk-icons/gnome-settings-daemon
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2015-04-06 21:37:46 +0800
committerTing-Wei Lan <lantw44@gmail.com>2015-04-15 23:48:43 +0800
commit82eacb2d250de3a521fdeff164458ba8d561930d (patch)
tree5750051c03894cb30f99264acb5c93f9c449abfb /gnome-restore-gtk-icons/gnome-settings-daemon
parent816a5efee9e0fcc3c278c3990499f7b2f54a7ed8 (diff)
downloadcopr-rpm-spec-82eacb2d250de3a521fdeff164458ba8d561930d.tar
copr-rpm-spec-82eacb2d250de3a521fdeff164458ba8d561930d.tar.gz
copr-rpm-spec-82eacb2d250de3a521fdeff164458ba8d561930d.tar.bz2
copr-rpm-spec-82eacb2d250de3a521fdeff164458ba8d561930d.tar.lz
copr-rpm-spec-82eacb2d250de3a521fdeff164458ba8d561930d.tar.xz
copr-rpm-spec-82eacb2d250de3a521fdeff164458ba8d561930d.tar.zst
copr-rpm-spec-82eacb2d250de3a521fdeff164458ba8d561930d.zip
gnome-restore-gtk-icons: Update gnome-settings-daemon to 3.14.3
Diffstat (limited to 'gnome-restore-gtk-icons/gnome-settings-daemon')
-rw-r--r--gnome-restore-gtk-icons/gnome-settings-daemon/gnome-settings-daemon.spec11
1 files changed, 6 insertions, 5 deletions
diff --git a/gnome-restore-gtk-icons/gnome-settings-daemon/gnome-settings-daemon.spec b/gnome-restore-gtk-icons/gnome-settings-daemon/gnome-settings-daemon.spec
index 74cab52..990f3f4 100644
--- a/gnome-restore-gtk-icons/gnome-settings-daemon/gnome-settings-daemon.spec
+++ b/gnome-restore-gtk-icons/gnome-settings-daemon/gnome-settings-daemon.spec
@@ -6,8 +6,8 @@
%global geocode_glib_version 3.10.0
Name: gnome-settings-daemon
-Version: 3.14.2
-Release: 2%{?dist}
+Version: 3.14.3
+Release: 1%{?dist}
Summary: The daemon sharing settings from GNOME to GTK+/KDE applications (Copr: lantw44/gnome-restore-gtk-icons)
Group: System Environment/Daemons
@@ -18,7 +18,6 @@ Source: http://download.gnome.org/sources/%{name}/3.14/%{name}-%{version
# disable wacom for ppc/ppc64 (used on RHEL)
Patch0: %{name}-3.5.4-ppc-no-wacom.patch
-Patch1: 0001-power-Don-t-forget-about-disabled-touchscreens.patch
# respect menus-have-icons and buttons-have-icons settings
Patch2: %{name}-3.14-respect-menus-buttons-icons.patch
@@ -103,8 +102,6 @@ developing applications that use %{name}.
autoreconf -i -f
-%patch1 -p1
-
%build
%configure --disable-static \
%if 0%{?rhel}
@@ -273,6 +270,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_libexecdir}/gsd-test-xsettings
%changelog
+* Tue Mar 24 2015 Rui Matos <rmatos@redhat.com> - 3.14.3-1
+- Update to 3.14.3
+- Remove upstreamed patch
+
* Tue Jan 20 2015 Bastien Nocera <bnocera@redhat.com> 3.14.2-2
- Fix disabled touchscreens when resuming from suspend (#1173849)