rpms/perl-DateTime/devel .cvsignore, 1.6, 1.7 perl-DateTime.spec, 1.6, 1.7 sources, 1.6, 1.7

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sat Jul 29 19:20:58 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-DateTime/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23935

Modified Files:
	.cvsignore perl-DateTime.spec sources 
Log Message:
Update to DateTime 0.32.
Improve Summary, description, and source URLs.
Fix find option order.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	24 May 2006 23:34:41 -0000	1.6
+++ .cvsignore	29 Jul 2006 19:20:57 -0000	1.7
@@ -1,3 +1,3 @@
-DateTime-0.31.tar.gz
+DateTime-0.32.tar.gz
 DateTime-Locale-0.22.tar.gz
 DateTime-TimeZone-0.46.tar.gz


Index: perl-DateTime.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime/devel/perl-DateTime.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- perl-DateTime.spec	13 Jul 2006 20:54:01 -0000	1.6
+++ perl-DateTime.spec	29 Jul 2006 19:20:57 -0000	1.7
@@ -2,16 +2,16 @@
 %define DTLocale_version 0.22
 
 Name:           perl-DateTime
-Version:        0.31
-Release:        2%{?dist}
+Version:        0.32
+Release:        1%{?dist}
 Epoch:          1
-Summary:        DateTime Perl module
+Summary:        Date and time objects
 License:        GPL or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/DateTime/
-Source0:        http://www.cpan.org/modules/by-module/DateTime/DateTime-%{version}.tar.gz
-Source1:        http://www.cpan.org/modules/by-module/DateTime/DateTime-TimeZone-%{DTTimeZone_version}.tar.gz
-Source2:        http://www.cpan.org/modules/by-module/DateTime/DateTime-Locale-%{DTLocale_version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-%{version}.tar.gz
+Source1:        http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-%{DTTimeZone_version}.tar.gz
+Source2:        http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-%{DTLocale_version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Params::Validate) >= 0.76
@@ -31,10 +31,11 @@
 Provides:       perl(DateTimePPExtra)
 
 %description
-The DateTime.pm module aims to provide a complete, correct, and easy to use
-date/time object implementation. Currently it handles many date
-calculations, date math (addition and subtraction), and provides convenient
-methods for retrieving portions of a date/time.
+DateTime is a class for the representation of date/time combinations, and
+is part of the Perl DateTime project. For details on this project please
+see http://datetime.perl.org/. The DateTime site has a FAQ which may help
+answer many "how do I do X?" questions. The FAQ is at
+http://datetime.perl.org/faq.html.
 
 %prep
 %setup -q -T -c -n DateTimeBundle -a 0
@@ -85,7 +86,7 @@
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null \;
+find %{buildroot} -depth  -type d -exec rmdir {} 2>/dev/null \;
 
 chmod -R u+rwX,go+rX,go-w %{buildroot}/*
 
@@ -128,6 +129,11 @@
 %{perl_vendorarch}/DateTime*.pm
 
 %changelog
+* Fri Jul 28 2006 Steven Pritchard <steve at kspei.com> 1:0.32-1
+- Update to DateTime 0.32.
+- Improve Summary, description, and source URLs.
+- Fix find option order.
+
 * Thu Jul 13 2006 Steven Pritchard <steve at kspei.com> 1:0.31-2
 - BR DateTime::Format::ICal and DateTime::Format::Strptime for better
   test coverage.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	24 May 2006 23:34:41 -0000	1.6
+++ sources	29 Jul 2006 19:20:57 -0000	1.7
@@ -1,3 +1,3 @@
-f5142045e7e68c02a310405e994f8233  DateTime-0.31.tar.gz
+6cc7208029b13bc8097ab2b77df070b1  DateTime-0.32.tar.gz
 bcf9fa78efa8d00fad1293b9d860ce75  DateTime-Locale-0.22.tar.gz
 fe52d18c393d3e7841be0aba972e4e43  DateTime-TimeZone-0.46.tar.gz




More information about the fedora-extras-commits mailing list