[perl-Date-Manip] Update to 6.21.

Marcela Mašláňová mmaslano at fedoraproject.org
Tue Jan 18 08:29:59 UTC 2011


commit c109af8c2edb8d024f9613dbd7da591f2c97d774
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Tue Jan 18 09:29:40 2011 +0100

    Update to 6.21.

 .gitignore           |    1 +
 perl-Date-Manip.spec |   26 +++++++++++---------------
 sources              |    2 +-
 3 files changed, 13 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fb109d2..5c8e08f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/perl-Date-Manip.spec b/perl-Date-Manip.spec
index 1b7b456..9c7b7fc 100644
--- a/perl-Date-Manip.spec
+++ b/perl-Date-Manip.spec
@@ -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 at redhat.com> - 6.21-1
+- update to 6.21
+
 * Fri Dec  3 2010 Petr Sabata <psabata at redhat.com> - 6.20-1
 - 6.20 bump, internal resources might be incompatible with previous versions
 
diff --git a/sources b/sources
index 5cf6ed1..8e6103a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-196076af3aa50fee294551e67b42d9e3  Date-Manip-6.20.tar.gz
+80b48ad87ee11ce3e440a39fa0e03eb6  Date-Manip-6.21.tar.gz



More information about the perl-devel mailing list