[perl-Spiffy] Update to 0.35

Paul Howarth pghmcfc at fedoraproject.org
Tue Jul 22 11:01:06 UTC 2014


commit 7d13e7fa33d5e088ef2ad86537c3102ddaaf2fec
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Jul 22 11:58:12 2014 +0100

    Update to 0.35
    
    - New upstream release 0.35
      - Fix Meta and add Contributing
    - Use %license where possible

 perl-Spiffy.spec |   13 +++++++++++--
 sources          |    2 +-
 2 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/perl-Spiffy.spec b/perl-Spiffy.spec
index a37d556..a2e6fed 100644
--- a/perl-Spiffy.spec
+++ b/perl-Spiffy.spec
@@ -1,5 +1,5 @@
 Name:           perl-Spiffy
-Version:        0.32
+Version:        0.35
 Release:        1%{?dist}
 Summary:        Framework for doing object oriented (OO) programming in Perl
 License:        GPL+ or Artistic
@@ -60,14 +60,23 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 %check
 make test RELEASE_TESTING=1
 
+# Support use of %%license on old distributions
+%{!?_licensedir:%global license %%doc}
+
 %files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes CONTRIBUTING README
 %{perl_vendorlib}/Spiffy.pm
 %doc %{perl_vendorlib}/Spiffy.pod
 %{perl_vendorlib}/Spiffy/
 %{_mandir}/man3/Spiffy.3pm*
 
 %changelog
+* Tue Jul 22 2014 Paul Howarth <paul at city-fan.org> - 0.35-1
+- Update to 0.35
+  - Fix Meta and add Contributing
+- Use %%license where possible
+
 * Wed Jun 18 2014 Paul Howarth <paul at city-fan.org> - 0.32-1
 - Update to 0.32
   - Release with Zilla::Dist
diff --git a/sources b/sources
index 1a0f982..6ff2936 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fe38ed4e8f4a6f4626a85ac6b0837b61  Spiffy-0.32.tar.gz
+4a2f20ccdfa3c6a4e1c3b99f43b672e7  Spiffy-0.35.tar.gz



More information about the perl-devel mailing list