[perl-Date-Calc] 6.4 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Thu Mar 12 16:24:42 UTC 2015


commit d78e6cac7868c75d5878822bbea83c5f21988346
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Thu Mar 12 17:17:03 2015 +0100

    6.4 bump

 .gitignore                  |   1 +
 Date-Calc-6.3-century.patch | 433 --------------------------------------------
 perl-Date-Calc.spec         |  11 +-
 sources                     |   2 +-
 4 files changed, 7 insertions(+), 440 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d7f9ae7..ebe0c0a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Date-Calc-6.3.tar.gz
+/Date-Calc-6.4.tar.gz
diff --git a/perl-Date-Calc.spec b/perl-Date-Calc.spec
index 672b205..ef8b95b 100644
--- a/perl-Date-Calc.spec
+++ b/perl-Date-Calc.spec
@@ -1,12 +1,10 @@
 Name:           perl-Date-Calc
-Version:        6.3
-Release:        18%{?dist}
+Version:        6.4
+Release:        1%{?dist}
 Summary:        Gregorian calendar date calculations
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Date-Calc/
 Source0:        http://www.cpan.org/authors/id/S/ST/STBEY/Date-Calc-%{version}.tar.gz
-# rt#101232
-Patch0:         Date-Calc-6.3-century.patch
 BuildArch:      noarch
 # Build
 BuildRequires:  perl
@@ -22,7 +20,6 @@ BuildRequires:  perl(overload)
 BuildRequires:  perl(POSIX)
 BuildRequires:  perl(vars)
 # Tests only
-BuildRequires:  perl(Exporter)
 Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 Requires:       perl(Bit::Vector) >= 7.1
 Requires:       perl(Carp::Clan) >= 6.04
@@ -40,7 +37,6 @@ thereby complying with all relevant norms and standards: ISO/R
 
 %prep
 %setup -q -n Date-Calc-%{version}
-%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1
@@ -67,6 +63,9 @@ make test
 
 
 %changelog
+* Thu Mar 12 2015 Jitka Plesnikova <jplesnik at redhat.com> - 6.4-1
+- 6.4 bump
+
 * Wed Jan 07 2015 Petr Ĺ abata <contyk at redhat.com> - 6.3-18
 - Adapt the test suite for the 2015-2115 era
 
diff --git a/sources b/sources
index 275ea6c..eebd895 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9b64555b7051c1beb6b61daead2d01b3  Date-Calc-6.3.tar.gz
+69c635070d38c884682bfd4657031a8d  Date-Calc-6.4.tar.gz


More information about the scm-commits mailing list