- new upstream version

This commit is contained in:
Štěpán Kasal 2008-11-26 17:07:07 +00:00
parent 98b466d08d
commit 8244b0ccd4
4 changed files with 14 additions and 11 deletions

View File

@ -1 +1 @@
Date-Manip-5.48.tar.gz Date-Manip-5.54.tar.gz

View File

@ -1,7 +1,7 @@
diff -ru Date-Manip-5.48/Manip.pm Date-Manip-5.48-new/Manip.pm diff -up Date-Manip-5.54/lib/Date/Manip.pm.orig Date-Manip-5.54/lib/Date/Manip.pm
--- Date-Manip-5.48/Manip.pm 2007-11-27 14:10:10.000000000 +0000 --- Date-Manip-5.54/lib/Date/Manip.pm.orig 2008-11-26 17:48:15.000000000 +0100
+++ Date-Manip-5.48-new/Manip.pm 2008-01-03 15:58:03.000000000 +0000 +++ Date-Manip-5.54/lib/Date/Manip.pm 2008-11-26 17:50:10.000000000 +0100
@@ -3561,6 +3561,7 @@ @@ -3569,6 +3569,7 @@ sub Date_TimeZone {
$tz=$ENV{'SYS$TIMEZONE_DIFFERENTIAL'}/3600.; # e.g. '-4' for EDT $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 { } else {
$tz=`date +%Z 2> /dev/null`; $tz=`date +%Z 2> /dev/null`;
chomp($tz); chomp($tz);
@@ -3569,8 +3570,13 @@ @@ -3577,8 +3578,13 @@ sub Date_TimeZone {
chomp($tz); chomp($tz);
$tz=(split(/\s+/,$tz))[4]; $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 { } else {
# We need to satisfy taint checking, but also look in all the # We need to satisfy taint checking, but also look in all the
# directories in @DatePath. # directories in @DatePath.
@@ -3585,6 +3591,11 @@ @@ -3593,6 +3599,11 @@ sub Date_TimeZone {
$tz=(split(/\s+/,$tz))[4]; $tz=(split(/\s+/,$tz))[4];
} }
push(@tz,$tz) if (defined $tz); push(@tz,$tz) if (defined $tz);

View File

@ -1,6 +1,6 @@
Name: perl-Date-Manip Name: perl-Date-Manip
Version: 5.48 Version: 5.54
Release: 3%{?dist} Release: 1%{?dist}
Summary: A Perl module containing a wide variety of date manipulation routines Summary: A Perl module containing a wide variety of date manipulation routines
Group: Development/Libraries 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 Source0: http://www.cpan.org/authors/id/S/SB/SBECK/Date-Manip-%{version}.tar.gz
Patch0: perl-Date-Manip-5.48-datez-rhbz248500.patch 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 BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Wed Nov 26 2008 Stepan Kasal <skasal@redhat.com> - 5.54-1
- new upstream version
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 5.48-3 * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 5.48-3
- Rebuild for perl 5.10 (again) - Rebuild for perl 5.10 (again)

View File

@ -1 +1 @@
961ba2cd3b00ea82f77e1fba10036c79 Date-Manip-5.48.tar.gz 16c343329bad644b17f4f8ec5fb243cf Date-Manip-5.54.tar.gz