commit 454a4dc77d31928d4075e284af2868bbbe6e1b06 Author: Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> Date: Sun Jun 24 17:30:12 2012 +0200 Really add the patch perl-Unicode-String-2.09-undefined.patch | 12 ++++++++++++ perl-Unicode-String.spec | 5 ++++- 2 files changed, 16 insertions(+), 1 deletions(-) --- diff --git a/perl-Unicode-String-2.09-undefined.patch b/perl-Unicode-String-2.09-undefined.patch new file mode 100644 index 0000000..184b447 --- /dev/null +++ b/perl-Unicode-String-2.09-undefined.patch @@ -0,0 +1,12 @@ +diff -ru libunicode-string-perl-2.09.pristine/lib/Unicode/CharName.pm libunicode-string-perl-2.09/lib/Unicode/CharName.pm +--- libunicode-string-perl-2.09.pristine/lib/Unicode/CharName.pm 2005-10-25 19:11:00.000000000 +0100 ++++ libunicode-string-perl-2.09/lib/Unicode/CharName.pm 2012-01-24 12:56:59.730653088 +0000 +@@ -77,7 +77,7 @@ + return join("", "HANGUL SYLLABLE ", @s) + } + } +- _init_names() unless defined %NAMES; ++ _init_names() unless %NAMES; + $NAMES{sprintf("%04X",$code)} + } + diff --git a/perl-Unicode-String.spec b/perl-Unicode-String.spec index c28855f..6a5a8e4 100644 --- a/perl-Unicode-String.spec +++ b/perl-Unicode-String.spec @@ -1,6 +1,6 @@ Name: perl-Unicode-String Version: 2.09 -Release: 23%{?dist} +Release: 24%{?dist} Summary: Perl modules to handle various Unicode issues @@ -64,6 +64,9 @@ make test %changelog +* Sun Jun 24 2012 Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> - 2.09-24 +- Really add the patch + * Sun Jun 24 2012 Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> - 2.09-23 - Add patch to suppress warnings (#834867) - Clean up spec file -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel