diff --git a/cinnamon-settings-daemon.spec b/cinnamon-settings-daemon.spec index 5aa5d9e..70aef80 100644 --- a/cinnamon-settings-daemon.spec +++ b/cinnamon-settings-daemon.spec @@ -2,7 +2,7 @@ Name: cinnamon-settings-daemon Version: 1.0.0 -Release: 0.3.git%{_internal_version}%{?dist} +Release: 0.4.git%{_internal_version}%{?dist} Summary: The daemon sharing settings from CINNAMON to GTK+/KDE applications Group: System Environment/Daemons @@ -13,6 +13,9 @@ URL: http://cinnamon.linuxmint.com Source0: http://leigh123linux.fedorapeople.org/pub/cinnamon-settings-daemon/source/cinnamon-settings-daemon-%{version}.git%{_internal_version}.tar.gz Patch0: %{name}_gnome_3.9.patch +# https://git.gnome.org/browse/gnome-settings-daemon/commit/plugins/common/gsd-input-helper.c?id=14f92b1479aa065edf3f0aa86b87d4c4ff1fe2ba +Patch1: media_keys_fix.patch + Requires: control-center-filesystem Requires: hicolor-icon-theme @@ -75,6 +78,7 @@ This package contains the updates plugin for %{name} %prep %setup -q -n linuxmint-cinnamon-settings-daemon-%{_internal_version} %patch0 -p1 +%patch1 -p1 NOCONFIGURE=1 ./autogen.sh %build @@ -248,6 +252,9 @@ fi %{_datadir}/dbus-1/interfaces/org.cinnamon.SettingsDaemonUpdates.xml %changelog +* Wed Jul 24 2013 Leigh Scott - 1.0.0-0.4.git42cc1ce +- add patch to fix media keys + * Sat Jul 20 2013 Leigh Scott - 1.0.0-0.3.git42cc1ce - rebuilt as the koji storage move lost the previous build