pghmcfc pushed to perl-CPAN-Changes (master). "Update to 0.400001 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue May 26 13:30:10 UTC 2015


From 965f9e59a6d3afaed75bdf3e34f588f6605ab01b Mon Sep 17 00:00:00 2001
From: Paul Howarth <paul at city-fan.org>
Date: Tue, 26 May 2015 14:29:09 +0100
Subject: Update to 0.400001
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- New upstream release 0.400001
  - Accept either UTF-8 or ISO-8859-1 files and decode them
  - Only treat bracketed text if it is on its own line with no other brackets
  - Bump version.pm prereq to make sure it works properly
  - Let long tokens (like URLs) overflow rather than splitting them into
    multiple lines
  - Don't wrap on non-breaking spaces
  - Clean up packaging
  - Return undef for dates or notes that don't exist
  - Quote meta chars to fix a problem that clobbered dates with timezones due
    to the '+' char (GH #20)
- This release by HAARG → update source URL
- Classify buildreqs by usage

diff --git a/perl-CPAN-Changes.spec b/perl-CPAN-Changes.spec
index ac1b90c..06f1b88 100644
--- a/perl-CPAN-Changes.spec
+++ b/perl-CPAN-Changes.spec
@@ -1,28 +1,36 @@
 Name:		perl-CPAN-Changes
 Summary:	Read and write Changes files
-Version:	0.30
-Release:	2%{?dist}
+Version:	0.400001
+Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/CPAN-Changes/
-Source0:	http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/CPAN-Changes-%{version}.tar.gz 
+Source0:	http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/CPAN-Changes-%{version}.tar.gz 
 BuildArch:	noarch
+# Module Build
 BuildRequires:	perl
-BuildRequires:	perl(Cwd)
 BuildRequires:	perl(ExtUtils::MakeMaker)
-BuildRequires:	perl(File::Path)
-BuildRequires:	perl(Moo)
-BuildRequires:	perl(Pod::Usage)
+# Module Runtime
+BuildRequires:	perl(Encode)
 BuildRequires:	perl(Scalar::Util)
 BuildRequires:	perl(strict)
 BuildRequires:	perl(Test::Builder)
+BuildRequires:	perl(Text::Wrap)
+BuildRequires:	perl(version) >= 0.99.06
+BuildRequires:	perl(warnings)
+# Script Runtime
+BuildRequires:	perl(Getopt::Long)
+BuildRequires:	perl(Pod::Usage)
+# Test Suite
 BuildRequires:	perl(Test::More) >= 0.96
+# Optional Tests
+BuildRequires:	perl(Moo)
+# Extra Tests
 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)
+# Runtime
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:	perl(version) >= 0.99.06
 
 %description
 It is standard practice to include a Changes file in your distribution. The
@@ -58,13 +66,28 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 %{perl_vendorlib}/CPAN/
 %{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*
+%{_mandir}/man3/CPAN::Changes.3*
+%{_mandir}/man3/CPAN::Changes::Group.3*
+%{_mandir}/man3/CPAN::Changes::Release.3*
+%{_mandir}/man3/CPAN::Changes::Spec.3*
+%{_mandir}/man3/Test::CPAN::Changes.3*
 
 %changelog
+* Tue May 26 2015 Paul Howarth <paul at city-fan.org> - 0.400001-1
+- Update to 0.400001
+  - Accept either UTF-8 or ISO-8859-1 files and decode them
+  - Only treat bracketed text if it is on its own line with no other brackets
+  - Bump version.pm prereq to make sure it works properly
+  - Let long tokens (like URLs) overflow rather than splitting them into
+    multiple lines
+  - Don't wrap on non-breaking spaces
+  - Clean up packaging
+  - Return undef for dates or notes that don't exist
+  - Quote meta chars to fix a problem that clobbered dates with timezones due
+    to the '+' char (GH #20)
+- This release by HAARG → update source URL
+- Classify buildreqs by usage
+
 * Fri Aug 29 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.30-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index f8af43f..f889dbb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e4fe1e341f58a760059a34510ba1766  CPAN-Changes-0.30.tar.gz
+ab9cd5a03a505f010469a813801d2e18  CPAN-Changes-0.400001.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-CPAN-Changes.git/commit/?h=master&id=965f9e59a6d3afaed75bdf3e34f588f6605ab01b


More information about the scm-commits mailing list