commit perl-Unicode-String for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Unicode-String for openSUSE:Factory checked in at 2015-08-29 20:04:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Unicode-String (Old) and /work/SRC/openSUSE:Factory/.perl-Unicode-String.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-Unicode-String" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Unicode-String/perl-Unicode-String.changes 2014-10-16 18:16:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Unicode-String.new/perl-Unicode-String.changes 2015-08-29 20:04:49.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Aug 27 10:42:46 UTC 2015 - hsk@imb-jena.de + +- perl522.patch: fix to make module work with perl-5.22 + +------------------------------------------------------------------- New: ---- perl522.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Unicode-String.spec ++++++ --- /var/tmp/diff_new_pack.3S2bHF/_old 2015-08-29 20:04:50.000000000 +0200 +++ /var/tmp/diff_new_pack.3S2bHF/_new 2015-08-29 20:04:50.000000000 +0200 @@ -24,6 +24,7 @@ Group: Development/Libraries/Perl Url: http://cpan.org/modules/by-module/Unicode/ Source: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Unicode-String-%version.tar... +Patch0: perl522.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} BuildRequires: perl @@ -46,6 +47,7 @@ %prep %setup -n Unicode-String-%{version} +%patch0 -p2 %build perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" ++++++ perl522.patch ++++++ --- a/Unicode-String-2.09/lib/Unicode/CharName.pm 2005-10-25 20:11:00.000000000 +0200 +++ b/Unicode-String-2.09/lib/Unicode/CharName.pm 2015-08-27 12:33:13.761929481 +0200 @@ -77,7 +77,7 @@ return join("", "HANGUL SYLLABLE ", @s) } } - _init_names() unless defined %NAMES; + _init_names() unless %NAMES; $NAMES{sprintf("%04X",$code)} }
participants (1)
-
root@hilbert.suse.de