[perl-HTTP-Date] 6.02 bump

Petr Pisar ppisar at fedoraproject.org
Mon Apr 2 08:45:00 UTC 2012


commit b93910fc8ec92c6bdd6528034f6993c65ea4852b
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Apr 2 10:44:39 2012 +0200

    6.02 bump

 perl-HTTP-Date.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/perl-HTTP-Date.spec b/perl-HTTP-Date.spec
index 721a56c..d2aa4ac 100644
--- a/perl-HTTP-Date.spec
+++ b/perl-HTTP-Date.spec
@@ -1,5 +1,5 @@
 Name:           perl-HTTP-Date
-Version:        6.01
+Version:        6.02
 Release:        1%{?dist}
 Summary:        Date conversion routines
 License:        GPL+ or Artistic
@@ -7,8 +7,9 @@ Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/HTTP-Date/
 Source0:        http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Date-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Time::Local)
 BuildRequires:  perl(Time::Zone)
 # Tests only:
@@ -40,12 +41,14 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Apr 02 2012 Petr Pisar <ppisar at redhat.com> - 6.02-1
+- 6.02 bump
+
 * Thu Feb 16 2012 Petr Pisar <ppisar at redhat.com> - 6.01-1
 - 6.01 bump
 


More information about the scm-commits mailing list