[libxfce4ui] Fix Control shortcuts (#768704) Add review # and VCS key

Christoph Wickert cwickert at fedoraproject.org
Mon Dec 19 13:41:45 UTC 2011


commit a54bed4f0bb0cfb741ce77e4720eb14268e13b07
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Mon Dec 19 14:41:37 2011 +0100

    Fix Control shortcuts (#768704)
    Add review # and VCS key

 libxfce4ui.spec |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/libxfce4ui.spec b/libxfce4ui.spec
index c707ed7..caa8acd 100644
--- a/libxfce4ui.spec
+++ b/libxfce4ui.spec
@@ -1,15 +1,21 @@
+# Review at https://bugzilla.redhat.com/show_bug.cgi?id=554599
+
 %global xfceversion 4.8
 
 Name:           libxfce4ui
 Version:        4.8.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Commonly used Xfce widgets
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://xfce.org/
+#VCS git:git://git.xfce.org/xfce/libxfce4ui
 Source0:        http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
 Patch0:         libxfce4ui-4.7.6-keyboard-shortcuts.patch
+# From https://bugzilla.redhat.com/show_bug.cgi?id=768704
+# Still needs to be upstreamed
+Patch1:         libxfce4ui-4.8.0-fix-control-shortcuts.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  glib2-devel >= 2.12.0
@@ -52,6 +58,7 @@ developing applications that use %{name}.
 %prep
 %setup -q
 %patch0 -p1 -b .shortcut
+%patch1 -p1 -b .fix-control-shortcuts
 
 
 %build
@@ -90,6 +97,7 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
 %{_libdir}/*.so.*
 
+
 %files devel
 %defattr(-,root,root,-)
 %doc TODO
@@ -98,7 +106,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 %doc %{_datadir}/gtk-doc/
 
+
 %changelog
+* Sun Dec 18 2011 Christoph Wickert <cwickert at fedoraproject.org> - 4.8.0-6
+- Fix Control shortcuts (#768704)
+- Add review # and VCS key
+
 * Tue Dec 06 2011 Adam Jackson <ajax at redhat.com> - 4.8.0-5
 - Rebuild for new libpng
 


More information about the scm-commits mailing list