[gnote] Enable optional x11 support for hotkeys

Ankur Sinha ankursinha at fedoraproject.org
Wed May 7 04:26:14 UTC 2014


commit f7cf857f4ad895794b4e9653628b5a317df4a321
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur at gmail.com>
Date:   Wed May 7 14:26:10 2014 +1000

    Enable optional x11 support for hotkeys
    
    rhbz 1094089

 gnote.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/gnote.spec b/gnote.spec
index 6b5437c..487705f 100644
--- a/gnote.spec
+++ b/gnote.spec
@@ -1,6 +1,6 @@
 Name:           gnote
 Version:        3.13.0
-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,6 +78,10 @@ fi
 %{_datadir}/appdata/%{name}.appdata.xml
 
 %changelog
+* Wed May 07 2014 Ankur Sinha <ankursinha AT fedoraproject DOT org> 3.13.0-2
+- Enable optional x11 support for hotkeys
+- rhbz 1094089
+
 * Fri May 02 2014 Kalev Lember <kalevlember at gmail.com> - 3.13.0-1
 - Update to 3.13.0
 


More information about the scm-commits mailing list