Update to 6.21.

This commit is contained in:
Marcela Mašláňová 2011-01-18 09:29:40 +01:00
parent 5529f1a396
commit c109af8c2e
3 changed files with 13 additions and 16 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ Date-Manip-6.07.tar.gz
/Date-Manip-6.13.tar.gz
/Date-Manip-6.14.tar.gz
/Date-Manip-6.20.tar.gz
/Date-Manip-6.21.tar.gz

View File

@ -1,15 +1,13 @@
Name: perl-Date-Manip
Version: 6.20
Version: 6.21
Release: 1%{?dist}
Summary: A Perl module containing a wide variety of date manipulation routines
Summary: Date manipulation routines
Group: Development/Libraries
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Date-Manip/
Source0: http://www.cpan.org/authors/id/S/SB/SBECK/Date-Manip-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch
BuildRequires: perl(Carp)
BuildRequires: perl(Encode)
@ -29,20 +27,15 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
Provides: perl-DateManip = %{version}-%{release}
Obsoletes: perl-DateManip < 5.48-1
%{?perl_default_filter}
%description
Date::Manip is a series of modules designed to make any common date/time
manipulation easy to do. Operations such as comparing two times,
calculating a time a given amount of time from another, or parsing
international times are all easily done. From the very beginning, the main
focus of Date::Manip has been to be able to do ANY desired date/time
operation easily, not necessarily quickly. Also, it is definitely oriented
towards the type of operations we (as people) tend to think of rather than
those operations used routinely by computers. There are other modules that
can do a subset of the operations available in Date::Manip much quicker
than those presented here, so be sure to read the section SHOULD I USE
DATE::MANIP in the Date::Manip::Misc document before deciding which of the
Date and Time modules from CPAN is for you.
operation easy to do. Operations such as comparing two times, calculating a
time a given amount of time from another, or parsing international times
are all easily done. It deals with time as it is used in the Gregorian
calendar (the one currently in use) with full support for time changes due
to daylight saving time.
%prep
%setup -q -n Date-Manip-%{version}
@ -74,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Jan 18 2011 Marcela Mašláňová <mmaslano@redhat.com> - 6.21-1
- update to 6.21
* Fri Dec 3 2010 Petr Sabata <psabata@redhat.com> - 6.20-1
- 6.20 bump, internal resources might be incompatible with previous versions

View File

@ -1 +1 @@
196076af3aa50fee294551e67b42d9e3 Date-Manip-6.20.tar.gz
80b48ad87ee11ce3e440a39fa0e03eb6 Date-Manip-6.21.tar.gz