perl-* rebuild perl-5.42.2
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- 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);
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
--- 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);
|
||||
@@ -21,6 +21,10 @@
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-Unicode-String</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>Unicode-Map8-0.13-type.diff</Patch>
|
||||
<Patch>Unicode-Map8-0.13-declaration.diff</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
|
||||
Reference in New Issue
Block a user