Compare commits

...

7 Commits
master ... f21

Author SHA1 Message Date
David King
5478c00263 Update to 3.14.4 2015-05-01 17:18:00 +01:00
Rui Matos
2b24689b14 Update to 3.14.3 2015-03-24 14:14:15 +01:00
Bastien Nocera
c6abb7e4cc Fix disabled touchscreens when resuming from suspend (#1173849) 2015-01-20 17:16:33 +01:00
Kalev Lember
7fc7db046d Update to 3.14.2 2014-11-11 22:53:02 +01:00
Richard Hughes
927237f3e4 Fix compile on RHEL 2014-11-01 22:03:42 +00:00
Richard Hughes
116972e62e Do not depend on Wayland on non-Fedora 2014-10-31 17:12:38 +00:00
Richard Hughes
de60b4793c trivial: Fix the ppc RHEL patch 2014-10-29 18:30:31 +00:00
3 changed files with 26 additions and 5 deletions

View File

@ -1,8 +1,8 @@
diff -up gnome-settings-daemon-3.5.4/configure.ac.ppc-no-wacom gnome-settings-daemon-3.5.4/configure.ac
--- gnome-settings-daemon-3.5.4/configure.ac.ppc-no-wacom 2012-07-17 18:42:41.000000000 +0200
+++ gnome-settings-daemon-3.5.4/configure.ac 2012-07-17 18:43:39.000000000 +0200
@@ -222,12 +222,12 @@ dnl ------------------------------------
PKG_CHECK_MODULES(COLOR, [colord >= 0.1.9 gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION libcanberra-gtk3])
@@ -248,12 +248,12 @@ fi
AC_SUBST(GEOCLUE_DBUS_INTERFACE_XML)
dnl ---------------------------------------------------------------------------
-dnl - wacom (disabled for s390/s390x and non Linux platforms)

View File

@ -6,8 +6,8 @@
%global geocode_glib_version 3.10.0
Name: gnome-settings-daemon
Version: 3.14.1
Release: 2%{?dist}
Version: 3.14.4
Release: 1%{?dist}
Summary: The daemon sharing settings from GNOME to GTK+/KDE applications
Group: System Environment/Daemons
@ -45,7 +45,9 @@ BuildRequires: lcms2-devel >= 2.2
BuildRequires: libXi-devel libXfixes-devel
BuildRequires: systemd-devel
BuildRequires: libXtst-devel
%if 0%{?fedora}
BuildRequires: libwayland-client-devel
%endif
BuildRequires: libxslt
BuildRequires: docbook-style-xsl
BuildRequires: xkeyboard-config-devel
@ -93,6 +95,9 @@ autoreconf -i -f
%build
%configure --disable-static \
%if 0%{?rhel}
--disable-wayland \
%endif
--enable-profiling
make %{?_smp_mflags}
@ -256,6 +261,22 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_libexecdir}/gsd-test-xsettings
%changelog
* Fri May 01 2015 David King <amigadave@amigadave.com> - 3.14.4-1
- Update to 3.14.4
* 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)
* Tue Nov 11 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.2-1
- Update to 3.14.2
* Sat Nov 01 2014 Richard Hughes <rhughes@redhat.com> - 3.14.1-3
- Fix compile on RHEL
* Sun Oct 26 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-2
- Obsolete drwright

View File

@ -1 +1 @@
2151ac3352a9cfaff6adf1902f7c96c7 gnome-settings-daemon-3.14.1.tar.xz
217be26a9eb1ee972cebd244e72de768 gnome-settings-daemon-3.14.4.tar.xz