[perl-CPAN-Changes] Update to 0.29

Paul Howarth pghmcfc at fedoraproject.org
Thu Jul 24 15:45:37 UTC 2014


commit 93a2b823968242135da9215b3e6705002fe1bf0a
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Jul 24 16:44:55 2014 +0100

    Update to 0.29
    
    - New upstream release 0.29:
      - Groups are now objects (CPAN::Changes::Group); backwards compatibility
        from hashes should be preserved (GH #22)

 perl-CPAN-Changes.spec |   10 +++++++++-
 sources                |    2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/perl-CPAN-Changes.spec b/perl-CPAN-Changes.spec
index eb01aa5..2f32dde 100644
--- a/perl-CPAN-Changes.spec
+++ b/perl-CPAN-Changes.spec
@@ -1,6 +1,6 @@
 Name:		perl-CPAN-Changes
 Summary:	Read and write Changes files
-Version:	0.28
+Version:	0.29
 Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -13,12 +13,14 @@ BuildRequires:	perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(File::Path)
 BuildRequires:	perl(Pod::Usage)
 BuildRequires:	perl(Scalar::Util)
+BuildRequires:	perl(strict)
 BuildRequires:	perl(Test::Builder)
 BuildRequires:	perl(Test::More) >= 0.96
 BuildRequires:	perl(Test::Pod) >= 1.00
 BuildRequires:	perl(Test::Pod::Coverage) >= 1.00
 BuildRequires:	perl(Text::Wrap)
 BuildRequires:	perl(version) >= 0.79
+BuildRequires:	perl(warnings)
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
@@ -56,11 +58,17 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 %{perl_vendorlib}/Test/
 %{_mandir}/man1/tidy_changelog.1*
 %{_mandir}/man3/CPAN::Changes.3pm*
+%{_mandir}/man3/CPAN::Changes::Group.3pm*
 %{_mandir}/man3/CPAN::Changes::Release.3pm*
 %{_mandir}/man3/CPAN::Changes::Spec.3pm*
 %{_mandir}/man3/Test::CPAN::Changes.3pm*
 
 %changelog
+* Thu Jul 24 2014 Paul Howarth <paul at city-fan.org> - 0.29-1
+- Update to 0.29:
+  - Groups are now objects (CPAN::Changes::Group); backwards compatibility
+    from hashes should be preserved (GH #22)
+
 * Thu Jun 12 2014 Paul Howarth <paul at city-fan.org> - 0.28-1
 - Update to 0.28:
   - Add "SEE ALSO" links to similar modules (CPAN RT#94636)
diff --git a/sources b/sources
index 2c8d8cc..2fd0be6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6caa7a52d8ae9b47804a1240e1a7e3ce  CPAN-Changes-0.28.tar.gz
+63321aa4599dc6cfb0b335e45c5c0ffb  CPAN-Changes-0.29.tar.gz



More information about the perl-devel mailing list