Author: sls Date: Thu Oct 29 16:44:55 2009 GMT Module: packages Tag: HEAD ---- Log message: - added perl510.patch
---- Files affected: packages/perl-Locale-gettext: perl-Locale-gettext.spec (1.34 -> 1.35) , perl510.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/perl-Locale-gettext/perl-Locale-gettext.spec diff -u packages/perl-Locale-gettext/perl-Locale-gettext.spec:1.34 packages/perl-Locale-gettext/perl-Locale-gettext.spec:1.35 --- packages/perl-Locale-gettext/perl-Locale-gettext.spec:1.34 Sat Mar 14 12:51:20 2009 +++ packages/perl-Locale-gettext/perl-Locale-gettext.spec Thu Oct 29 17:44:50 2009 @@ -6,11 +6,12 @@ Summary(pl.UTF-8): Moduł Perla Locale::gettext - funkcje do obsługi komunikatów Name: perl-Locale-gettext Version: 1.05 -Release: 5 +Release: 6 License: GPL or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pnam}-%{version}.tar.gz # Source0-md5: f3d3f474a1458f37174c410dfef61a46 +Patch0: perl510.patch URL: http://search.cpan.org/dist/gettext/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 @@ -29,6 +30,7 @@ %prep %setup -q -n %{pnam}-%{version} +%patch0 -p1 %build %{__perl} Makefile.PL \ @@ -62,6 +64,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.35 2009/10/29 16:44:50 sls +- added perl510.patch + Revision 1.34 2009/03/14 11:51:20 hawk - release 5 ================================================================ Index: packages/perl-Locale-gettext/perl510.patch diff -u /dev/null packages/perl-Locale-gettext/perl510.patch:1.1 --- /dev/null Thu Oct 29 17:44:55 2009 +++ packages/perl-Locale-gettext/perl510.patch Thu Oct 29 17:44:50 2009 @@ -0,0 +1,12 @@ +fix for warnings about 'main::LC_ALL' +stolen from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479803 +--- liblocale-gettext-perl-1.05.orig/gettext.pm 2008-05-07 09:40:23.000000000 +0200 ++++ liblocale-gettext-perl-1.05/gettext.pm 2008-05-07 09:41:04.000000000 +0200 +@@ -32,6 +32,7 @@ + =cut + + use Carp; ++use POSIX qw(:locale_h); + + require Exporter; + require DynaLoader; ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Locale-gettext/perl-Locale-gettext.spec?r1=1.34&r2=1.35&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
