diff --git a/.cvsignore b/.cvsignore index 1e618ca..7d3da6c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Date-Manip-5.48.tar.gz +Date-Manip-5.54.tar.gz diff --git a/perl-Date-Manip-5.48-datez-rhbz248500.patch b/perl-Date-Manip-5.48-datez-rhbz248500.patch index 542741e..f533469 100644 --- a/perl-Date-Manip-5.48-datez-rhbz248500.patch +++ b/perl-Date-Manip-5.48-datez-rhbz248500.patch @@ -1,7 +1,7 @@ -diff -ru Date-Manip-5.48/Manip.pm Date-Manip-5.48-new/Manip.pm ---- Date-Manip-5.48/Manip.pm 2007-11-27 14:10:10.000000000 +0000 -+++ Date-Manip-5.48-new/Manip.pm 2008-01-03 15:58:03.000000000 +0000 -@@ -3561,6 +3561,7 @@ +diff -up Date-Manip-5.54/lib/Date/Manip.pm.orig Date-Manip-5.54/lib/Date/Manip.pm +--- Date-Manip-5.54/lib/Date/Manip.pm.orig 2008-11-26 17:48:15.000000000 +0100 ++++ Date-Manip-5.54/lib/Date/Manip.pm 2008-11-26 17:50:10.000000000 +0100 +@@ -3569,6 +3569,7 @@ sub Date_TimeZone { $tz=$ENV{'SYS$TIMEZONE_DIFFERENTIAL'}/3600.; # e.g. '-4' for EDT } } @@ -9,7 +9,7 @@ diff -ru Date-Manip-5.48/Manip.pm Date-Manip-5.48-new/Manip.pm } else { $tz=`date +%Z 2> /dev/null`; chomp($tz); -@@ -3569,8 +3570,13 @@ +@@ -3577,8 +3578,13 @@ sub Date_TimeZone { chomp($tz); $tz=(split(/\s+/,$tz))[4]; } @@ -24,7 +24,7 @@ diff -ru Date-Manip-5.48/Manip.pm Date-Manip-5.48-new/Manip.pm } else { # We need to satisfy taint checking, but also look in all the # directories in @DatePath. -@@ -3585,6 +3591,11 @@ +@@ -3593,6 +3599,11 @@ sub Date_TimeZone { $tz=(split(/\s+/,$tz))[4]; } push(@tz,$tz) if (defined $tz); diff --git a/perl-Date-Manip.spec b/perl-Date-Manip.spec index 47033cb..65da2cd 100644 --- a/perl-Date-Manip.spec +++ b/perl-Date-Manip.spec @@ -1,6 +1,6 @@ Name: perl-Date-Manip -Version: 5.48 -Release: 3%{?dist} +Version: 5.54 +Release: 1%{?dist} Summary: A Perl module containing a wide variety of date manipulation routines Group: Development/Libraries @@ -9,7 +9,7 @@ URL: http://search.cpan.org/dist/Date-Manip/ Source0: http://www.cpan.org/authors/id/S/SB/SBECK/Date-Manip-%{version}.tar.gz Patch0: perl-Date-Manip-5.48-datez-rhbz248500.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) @@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Nov 26 2008 Stepan Kasal - 5.54-1 +- new upstream version + * Wed Feb 27 2008 Tom "spot" Callaway - 5.48-3 - Rebuild for perl 5.10 (again) diff --git a/sources b/sources index d1c4b81..f960558 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -961ba2cd3b00ea82f77e1fba10036c79 Date-Manip-5.48.tar.gz +16c343329bad644b17f4f8ec5fb243cf Date-Manip-5.54.tar.gz