rpms/guichan/devel guichan-0.8.1-extended-utf8-support.patch, NONE, 1.1 guichan.spec, 1.10, 1.11

Michael Thomas wart at fedoraproject.org
Fri Jan 1 21:24:14 UTC 2010


Author: wart

Update of /cvs/pkgs/rpms/guichan/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29709

Modified Files:
	guichan.spec 
Added Files:
	guichan-0.8.1-extended-utf8-support.patch 
Log Message:
Add patch for extended UTF-8 support (bz #549867)



guichan-0.8.1-extended-utf8-support.patch:
 key.hpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE guichan-0.8.1-extended-utf8-support.patch ---
diff -Naur guichan-0.8.1.orig/include/guichan/key.hpp guichan-0.8.1/include/guichan/key.hpp > guichan-0.8.1-extended-utf8-support.patch
--- guichan-0.8.1.orig/include/guichan/key.hpp	2008-04-12 14:20:09.000000000 +0200
+++ guichan-0.8.1/include/guichan/key.hpp	2009-12-22 21:36:49.280614542 +0100
@@ -125,7 +125,7 @@
             SPACE              = ' ',
             TAB                = '\t',
             ENTER              = '\n',
-            LEFT_ALT           = 1000,
+            LEFT_ALT           = -1000,
             RIGHT_ALT,
             LEFT_SHIFT,
             RIGHT_SHIFT,


Index: guichan.spec
===================================================================
RCS file: /cvs/pkgs/rpms/guichan/devel/guichan.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- guichan.spec	25 Jul 2009 01:51:09 -0000	1.10
+++ guichan.spec	1 Jan 2010 21:24:14 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           guichan
 Version:        0.8.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Portable C++ GUI library for games using Allegro, SDL and OpenGL
 
 Group:          Development/Libraries
@@ -8,6 +8,7 @@ License:        BSD
 URL:            http://guichan.sourceforge.net
 #Source0:        http://downloads.sourceforge.net/guichan/%{name}-%{version}.tar.gz
 Source0:        http://guichan.googlecode.com/files/%{name}-%{version}.tar.gz
+Patch0:         guichan-0.8.1-extended-utf8-support.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  allegro-devel, SDL-devel, SDL_image-devel, libGL-devel
@@ -29,6 +30,7 @@ package is needed to build programs writ
 
 %prep
 %setup -q
+%patch0 -p1
 
 
 %build
@@ -77,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Dec 31 2009 Wart <wart at kobold.org> 0.8.1-4
+- Add patch for extended utf8 support (bz #549867)
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list