From 9b1bb49191632d683adc1d800d93da18b217e298 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Thu, 22 Jan 2009 11:17:46 +0000 Subject: [PATCH] - Update to 3.03 - Don't package Artistic license text, not included in upstream release - New upstream maintainer -> new source URL --- .cvsignore | 2 +- perl-Date-Simple.spec | 18 ++++++++++-------- sources | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.cvsignore b/.cvsignore index 168aa31..538181c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Date-Simple-3.02.tar.gz +Date-Simple-3.03.tar.gz diff --git a/perl-Date-Simple.spec b/perl-Date-Simple.spec index 9f23418..a014d0e 100644 --- a/perl-Date-Simple.spec +++ b/perl-Date-Simple.spec @@ -1,11 +1,11 @@ Summary: Simple date object for perl Name: perl-Date-Simple -Version: 3.02 -Release: 9%{?dist} +Version: 3.03 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Date-Simple/ -Source0: http://search.cpan.org/CPAN/authors/id/Y/YV/YVES/Date-Simple-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/I/IZ/IZUT/Date-Simple-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) @@ -16,9 +16,6 @@ BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) %prep %setup -q -n Date-Simple-%{version} -# Artistic license text not included in tarball -/usr/bin/perldoc -t perlartistic > Artistic - # Spurious exec permissions in files from tarball /usr/bin/find lib -type f -exec %{__chmod} -x {} ';' %{__chmod} -x ChangeLog COPYING README Simple.xs @@ -50,12 +47,17 @@ BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) %files %defattr(-,root,root,-) -%doc Artistic ChangeLog COPYING README +%doc ChangeLog COPYING README %{perl_vendorarch}/Date/ %{perl_vendorarch}/auto/Date/ %{_mandir}/man3/Date::Simple*.3pm* %changelog +* Thu Jan 22 2009 Paul Howarth 3.03-1 +- Update to 3.03 +- Don't package Artistic license text, not included in upstream release +- New upstream maintainer -> new source URL + * Wed Feb 27 2008 Tom "spot" Callaway - 3.02-9 - Rebuild for perl 5.10 (again) @@ -63,7 +65,7 @@ BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) - Autorebuild for GCC 4.3 * Tue Jan 15 2008 Tom "spot" Callaway 3.02-7 -- rebuild for new perl +- Rebuild for new perl * Mon Aug 13 2007 Paul Howarth 3.02-6 - Clarify license as GPL v1 or later, or Artistic (same as perl) diff --git a/sources b/sources index d88f4cb..4241533 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9a9559617ea27d518c282e5fb8367775 Date-Simple-3.02.tar.gz +436049dc2c7dfd8423d8bcc807248b31 Date-Simple-3.03.tar.gz