rpms/perl-DateTime-Format-Strptime/devel .cvsignore, 1.4, 1.5 perl-DateTime-Format-Strptime.spec, 1.10, 1.11 sources, 1.4, 1.5 perl-DateTime-Format-Strptime-004_locale_defaults.patch, 1.1, NONE

Paul Howarth pghmcfc at fedoraproject.org
Tue Feb 16 08:13:56 UTC 2010


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-DateTime-Format-Strptime/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1669

Modified Files:
	.cvsignore perl-DateTime-Format-Strptime.spec sources 
Removed Files:
	perl-DateTime-Format-Strptime-004_locale_defaults.patch 
Log Message:
* Tue Feb 16 2010 Paul Howarth <paul at city-fan.org> 1.1000-1
- Fix FTBFS (#564718) by bumping buildreq version of perl(DateTime) from 0.4304
  to 0.44 (RPM considers 0.4304 > 0.44, unlike perl) and bumping version to
  1.1000 for compatibility with DateTime::Locale 0.43 (upstream ticket 19)
- Update buildreq version requirement for perl(DateTime::Locale) to 0.43
- Drop test patch, no longer needed
- Run additional tests for full locale coverage



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DateTime-Format-Strptime/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	22 Sep 2008 18:23:05 -0000	1.4
+++ .cvsignore	16 Feb 2010 08:13:56 -0000	1.5
@@ -1 +1 @@
-DateTime-Format-Strptime-1.0800.tgz
+DateTime-Format-Strptime-1.1000.tgz


Index: perl-DateTime-Format-Strptime.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DateTime-Format-Strptime/devel/perl-DateTime-Format-Strptime.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- perl-DateTime-Format-Strptime.spec	7 Dec 2009 11:31:17 -0000	1.10
+++ perl-DateTime-Format-Strptime.spec	16 Feb 2010 08:13:56 -0000	1.11
@@ -1,16 +1,15 @@
 Name:           perl-DateTime-Format-Strptime
-Version:        1.0800
-Release:        4%{?dist}
+Version:        1.1000
+Release:        1%{?dist}
 Summary:        Parse and format strp and strf time patterns
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/DateTime-Format-Strptime/
 Source0:        http://www.cpan.org/authors/id/R/RI/RICKM/DateTime-Format-Strptime-%{version}.tgz
-Patch0:         perl-DateTime-Format-Strptime-004_locale_defaults.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  perl(DateTime) >= 0.4304
-BuildRequires:  perl(DateTime::Locale) >= 0.41
+BuildRequires:  perl(DateTime) >= 0.44
+BuildRequires:  perl(DateTime::Locale) >= 0.43
 BuildRequires:  perl(DateTime::TimeZone) >= 0.79
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Params::Validate) >= 0.64
@@ -25,7 +24,6 @@ returns the DateTime object associated.
 
 %prep
 %setup -q -n DateTime-Format-Strptime-%{version}
-%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -43,6 +41,7 @@ find $RPM_BUILD_ROOT -depth -type d -exe
 
 %check
 make test
+make test_more
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -54,13 +53,21 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
-* Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 1.0800-4
-- rebuild against perl 5.10.1
+* Tue Feb 16 2010 Paul Howarth <paul at city-fan.org> 1.1000-1
+- Fix FTBFS (#564718) by bumping buildreq version of perl(DateTime) from 0.4304
+  to 0.44 (RPM considers 0.4304 > 0.44, unlike perl) and bumping version to
+  1.1000 for compatibility with DateTime::Locale 0.43 (upstream ticket 19)
+- Update buildreq version requirement for perl(DateTime::Locale) to 0.43
+- Drop test patch, no longer needed
+- Run additional tests for full locale coverage
 
-* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0800-3
+* Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> 1.0800-4
+- Rebuild against perl 5.10.1
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> 1.0800-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
-* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0800-2
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> 1.0800-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
 * Fri Aug 29 2008 Steven Pritchard <steve at kspei.com> 1.0800-1
@@ -71,7 +78,7 @@ rm -rf $RPM_BUILD_ROOT
 - Patch t/004_locale_defaults.t to work around change in DateTime::Locale.
 
 * Tue Mar 04 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.0702-2
-- rebuild for new perl
+- Rebuild for new perl
 
 * Thu Jan 03 2008 Steven Pritchard <steve at kspei.com> 1.0702-1
 - Update to 1.0702.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DateTime-Format-Strptime/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	22 Sep 2008 18:23:05 -0000	1.4
+++ sources	16 Feb 2010 08:13:56 -0000	1.5
@@ -1 +1 @@
-930bdda4cbf0e5414a70759861655a12  DateTime-Format-Strptime-1.0800.tgz
+bf7f6b219e34411aa3f5d0de56fda393  DateTime-Format-Strptime-1.1000.tgz


--- perl-DateTime-Format-Strptime-004_locale_defaults.patch DELETED ---



More information about the scm-commits mailing list