[Fedora-i18n-bugs] [eekboard] Add patch for newer pygobject2.

Daiki Ueno ueno at fedoraproject.org
Fri Mar 11 08:12:52 UTC 2011


commit 846f20871c111841267a30ae5a1327313eabe2da
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Fri Mar 11 17:14:08 2011 +0900

    Add patch for newer pygobject2.

 eekboard.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/eekboard.spec b/eekboard.spec
index 61fb925..d6c95ab 100644
--- a/eekboard.spec
+++ b/eekboard.spec
@@ -1,12 +1,13 @@
 Name:		eekboard
 Version:	0.90.5
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	An Easy-to-use Virtual Keyboard Toolkit
 
 Group:		Applications/System
 License:	GPLv3+
 URL:		http://ueno.github.com/eekboard/
 Source0:	http://github.com/downloads/ueno/eekboard/eekboard-%{version}.tar.gz
+Patch0:		eekboard-pygobject2.patch
 BuildRequires:	libfakekey-devel
 BuildRequires:	libXtst-devel
 #BuildRequires:	clutter-gtk-devel
@@ -60,6 +61,7 @@ This package contains the Python language binding of eekboard client library.
 
 %prep
 %setup -q
+%patch0 -p1 -b .pygobject2
 
 
 %build
@@ -128,6 +130,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Mar 11 2011 Daiki Ueno <dueno at redhat.com> - 0.90.5-2
+- apply a patch to support newer pygobject2
+
 * Fri Mar 11 2011 Daiki Ueno <dueno at redhat.com> - 0.90.5-1
 - new upstream release
 


More information about the i18n-bugs mailing list