rpms/perl-Unicode-Map8/devel perl-Unicode-Map8-0.12-declaration.patch, NONE, 1.1 perl-Unicode-Map8-0.12-type.patch, NONE, 1.1 perl-Unicode-Map8.spec, 1.10, 1.11

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Sat Oct 28 09:12:54 UTC 2006


Author: abompard

Update of /cvs/extras/rpms/perl-Unicode-Map8/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13784/devel

Modified Files:
	perl-Unicode-Map8.spec 
Added Files:
	perl-Unicode-Map8-0.12-declaration.patch 
	perl-Unicode-Map8-0.12-type.patch 
Log Message:
add openSuSE patches for x86_64

perl-Unicode-Map8-0.12-declaration.patch:

--- NEW FILE perl-Unicode-Map8-0.12-declaration.patch ---
--- map8.h
+++ map8.h
@@ -81,7 +81,7 @@
 
 U16*  map8_to_str16(Map8*, U8*, U16*, int, int*);
 U8*   map8_to_str8 (Map8*, U16*, U8*, int, int*);
-U8*   map8_recode_8(Map8*, Map8*, U8*, U8*, int, int*);
+U8*   map8_recode8 (Map8*, Map8*, U8*, U8*, int, int*);
 
 int   map8_empty_block(Map8*, U8);
 

perl-Unicode-Map8-0.12-type.patch:

--- NEW FILE perl-Unicode-Map8-0.12-type.patch ---
--- Map8.xs
+++ Map8.xs
@@ -348,7 +348,7 @@
 	Map8* m2
 	PREINIT:
 	    STRLEN len;
-	    STRLEN rlen;
+	    int rlen;
 	    char*  res;
 	INPUT:
 	    char* str = SvPV(ST(2), len);


Index: perl-Unicode-Map8.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Unicode-Map8/devel/perl-Unicode-Map8.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- perl-Unicode-Map8.spec	30 Aug 2006 16:19:50 -0000	1.10
+++ perl-Unicode-Map8.spec	28 Oct 2006 09:12:24 -0000	1.11
@@ -2,7 +2,7 @@
 
 Name:           perl-Unicode-Map8
 Version:        0.12
-Release:        9%{?dist}
+Release:        10%{?dist}
 
 Summary:        Mapping table between 8-bit chars and Unicode for Perl
 
@@ -10,13 +10,12 @@
 License:        GPL or Artistic
 URL:            http://search.cpan.org/dist/Unicode-Map8/
 Source0:        http://www.cpan.org/authors/id/G/GA/GAAS/Unicode-Map8-0.12.tar.gz
+Patch0:         perl-Unicode-Map8-0.12-declaration.patch
+Patch1:         perl-Unicode-Map8-0.12-type.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  perl(Unicode::String)
 
-# Does not work on x86_64, see bug #182514
-ExcludeArch:  x86_64
-
 
 %description
 The Unicode::Map8 class implements efficient mapping tables between
@@ -65,6 +64,9 @@
 
 
 %changelog
+* Sat Oct 28 2006 Aurelien Bompard <abompard at fedoraproject.org> 0.12-10
+- add patches for x86_64
+
 * Wed Aug 30 2006 Aurelien Bompard <abompard at fedoraproject.org> 0.12-9
 - rebuild
 




More information about the fedora-extras-commits mailing list