Author: mmaslano Update of /cvs/pkgs/rpms/perl-DateTime-Format-DateManip/devel In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7834 Modified Files: perl-DateTime-Format-DateManip.spec Added Files: DateTime-Format-DateManip-01conversion.patch Log Message: * Fri Apr 30 2010 Marcela Maslanova <mmaslano@xxxxxxxxxx> - 0.04-6 - Mass rebuild with perl-5.12.0 & apply debian patch on test DateTime-Format-DateManip-01conversion.patch: 01conversions.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- NEW FILE DateTime-Format-DateManip-01conversion.patch --- diff -up DateTime-Format-DateManip-0.04/t/01conversions.t.old DateTime-Format-DateManip-0.04/t/01conversions.t --- DateTime-Format-DateManip-0.04/t/01conversions.t.old 2010-05-13 12:23:46.229941045 +0200 +++ DateTime-Format-DateManip-0.04/t/01conversions.t 2010-05-13 12:24:59.874945126 +0200 @@ -10,7 +10,7 @@ use Date::Manip; my $dfdm = "DateTime::Format::DateManip"; ## Set the timezone for Date::Manip and DateTime -my $dm_tz = "EST"; +my $dm_tz = "US/Eastern"; my $dt_tz = "US/Eastern"; # Setup Date::Manip manually so we can force the TZ to beat a config @@ -21,7 +21,7 @@ Date_Init("TZ=$dm_tz"); my @dm_to_dt_tests = (["March 23, 2003" => DateTime->new(year => 2003, month => 3, day => 23, time_zone => $dt_tz) ], - ["March 23, 2003 12:00 EST" => + ["March 23, 2003 12:00 US/Eastern" => DateTime->new(year => 2003, month => 3, day => 23, hour => 12, time_zone => $dt_tz) ], ); Index: perl-DateTime-Format-DateManip.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime-Format-DateManip/devel/perl-DateTime-Format-DateManip.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-DateTime-Format-DateManip.spec 7 May 2010 11:39:30 -0000 1.7 +++ perl-DateTime-Format-DateManip.spec 13 May 2010 10:27:08 -0000 1.8 @@ -6,6 +6,7 @@ License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DateTime-Format-DateManip/ Source0: http://www.cpan.org/authors/id/B/BB/BBENNETT/dt-fmt-datemanip/DateTime-Format-DateManip-%{version}.tar.gz +Patch0: DateTime-Format-DateManip-01conversion.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -25,6 +26,7 @@ objects. Recurrences are note yet suppor %prep %setup -q -n DateTime-Format-DateManip-%{version} +%patch0 -p1 %build %{__perl} Build.PL installdirs=vendor @@ -52,7 +54,7 @@ rm -rf %{buildroot} %changelog * Fri Apr 30 2010 Marcela Maslanova <mmaslano@xxxxxxxxxx> - 0.04-6 -- Mass rebuild with perl-5.12.0 +- Mass rebuild with perl-5.12.0 & apply debian patch on test * Mon Dec 7 2009 Stepan Kasal <skasal@xxxxxxxxxx> - 0.04-5 - rebuild against perl 5.10.1 -- 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