[perl-Date-Easter] Upgrade to 1.22

David Dick ddick at fedoraproject.org
Sat Jan 24 08:41:08 UTC 2015


commit 85454d75bc338addbf2569c8d96cc2a863844c46
Author: David Dick <ddick at cpan.org>
Date:   Sat Jan 24 19:41:36 2015 +1100

    Upgrade to 1.22

 .gitignore            |    1 +
 perl-Date-Easter.spec |   14 +++++++++++---
 sources               |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 16590f2..5ab770e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Date-Easter-1.20.tar.gz
 /Date-Easter-1.21.tar.gz
+/Date-Easter-1.22.tar.gz
diff --git a/perl-Date-Easter.spec b/perl-Date-Easter.spec
index 68c8451..16a888c 100644
--- a/perl-Date-Easter.spec
+++ b/perl-Date-Easter.spec
@@ -1,6 +1,6 @@
 Name:           perl-Date-Easter
-Version:        1.21
-Release:        2%{?dist}
+Version:        1.22
+Release:        1%{?dist}
 Summary:        Calculates Easter for any given year
 License:        Artistic 2.0
 Group:          Development/Libraries
@@ -38,12 +38,20 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 make test
 
 %files
-%doc LICENSE README
+%if 0%{?_licensedir:1}
+%license LICENSE
+%else
+%doc LICENSE
+%endif
+%doc README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 %{_bindir}/*
 
 %changelog
+* Sat Jan 24 2015 David Dick <ddick at cpan.org> - 1.22-1
+- Upgrade to 1.22
+
 * Tue Aug 26 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.21-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 667ab01..d1b52db 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f6d61dc6756210b8ad6437f4ae0dbd78  Date-Easter-1.21.tar.gz
+05030e2943f4daf99d7715e80b9e3cfc  Date-Easter-1.22.tar.gz



More information about the perl-devel mailing list