[gnote/f20] Enable optional x11 support for hotkeys

Ankur Sinha ankursinha at fedoraproject.org
Wed May 7 04:19:35 UTC 2014


commit 61f5fa5c27c7e86726ecfb221ae6f14f4dcc16af
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur at gmail.com>
Date:   Wed May 7 14:19:30 2014 +1000

    Enable optional x11 support for hotkeys
    
    rhbz 1094089

 gnote.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/gnote.spec b/gnote.spec
index ff72496..d7a877e 100644
--- a/gnote.spec
+++ b/gnote.spec
@@ -1,6 +1,6 @@
 Name:           gnote
 Version:        3.10.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Note-taking application
 Group:          User Interface/Desktops
 License:        GPLv3+
@@ -31,7 +31,7 @@ and consumes fewer resources.
 %setup -q
 
 %build
-%configure --disable-static --with-gnu-ld
+%configure --disable-static --with-gnu-ld --with-x11-support
 V=1 make %{?_smp_mflags}
 
 %install
@@ -78,8 +78,12 @@ fi
 %{_datadir}/appdata/%{name}.appdata.xml
 
 %changelog
+* Wed May 07 2014 Ankur Sinha <ankursinha AT fedoraproject DOT org> 3.10.3-2
+- Enable x11 support for hotkeys
+- rhbz 1094089
+
 * Thu Mar 06 2014 Ankur Sinha <ankursinha AT fedoraproject DOT org> 3.10.3-1
-- Update to latest 3.10.1 release
+- Update to latest 3.10.3 release
 - https://download.gnome.org/sources/gnote/3.10/gnote-3.10.3.news
 
 * Sat Nov 09 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 3.10.1-1


More information about the scm-commits mailing list