pghmcfc pushed to perl-Text-CSV_XS (perl-Text-CSV_XS-1.20-1.fc24). "Update to 1.20 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Oct 9 13:29:41 UTC 2015


From f65ae7d9eb97ed932a86468190653ffc64941c3e Mon Sep 17 00:00:00 2001
From: Paul Howarth <paul at city-fan.org>
Date: Fri, 9 Oct 2015 14:14:33 +0100
Subject: Update to 1.20

- New upstream release 1.20
  - Use "say" in synopsis
  - Remove needless special characters in doc section
  - Change doc =item attributes for new to =head for index
  - Add known_attributes function/method
  - Add contributor notes
  - Allow undef as value for aliased attributes
- Explicitly BR: perl-devel, needed for EXTERN.h
---
 perl-Text-CSV_XS.spec | 21 ++++++++++++++++++---
 sources               |  2 +-
 2 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec
index f50b5b3..2f3ded3 100644
--- a/perl-Text-CSV_XS.spec
+++ b/perl-Text-CSV_XS.spec
@@ -1,5 +1,5 @@
 Name:           perl-Text-CSV_XS
-Version:        1.19
+Version:        1.20
 Release:        1%{?dist}
 Summary:        Comma-separated values manipulation routines
 Group:          Development/Libraries
@@ -7,7 +7,12 @@ License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Text-CSV_XS/
 Source0:        http://www.cpan.org/authors/id/H/HM/HMBRAND/Text-CSV_XS-%{version}.tgz
 # Build:
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  gcc
+BuildRequires:  make
 BuildRequires:  perl
+BuildRequires:  perl-devel
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 # Run-time:
 BuildRequires:  perl(Carp)
@@ -21,7 +26,7 @@ BuildRequires:  perl(warnings)
 BuildRequires:  perl(base)
 BuildRequires:  perl(charnames)
 BuildRequires:  perl(Config)
-# Specific version ≥ 2.68 for Encode is recommended but not required
+# Specific version ≥ 2.78 for Encode is recommended but not required
 BuildRequires:  perl(Encode)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Tie::Scalar)
@@ -63,12 +68,22 @@ find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} +
 make %{?_smp_mflags} test
 
 %files
-%doc ChangeLog README examples/
+%doc ChangeLog CONTRIBUTING.md README examples/
 %{perl_vendorarch}/Text/
 %{perl_vendorarch}/auto/Text/
 %{_mandir}/man3/Text::CSV_XS.3*
 
 %changelog
+* Fri Oct  9 2015 Paul Howarth <paul at city-fan.org> - 1.20-1
+- Update to 1.20
+  - Use "say" in synopsis
+  - Remove needless special characters in doc section
+  - Change doc =item attributes for new to =head for index
+  - Add known_attributes function/method
+  - Add contributor notes
+  - Allow undef as value for aliased attributes
+- Explicitly BR: perl-devel, needed for EXTERN.h
+
 * Wed Jun 17 2015 Paul Howarth <paul at city-fan.org> - 1.19-1
 - Update to 1.19
   - Guard tests against $PERL_UNICODE
diff --git a/sources b/sources
index e2e4efa..58e9775 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d25bb37e43a836a3f396faf387307548  Text-CSV_XS-1.19.tgz
+c593604ccbf486a08353ffc9336e490e  Text-CSV_XS-1.20.tgz
-- 
cgit v0.11.2


	http://pkgs.fedoraproject.org/cgit/perl-Text-CSV_XS.git/commit/?h=perl-Text-CSV_XS-1.20-1.fc24&id=f65ae7d9eb97ed932a86468190653ffc64941c3e


More information about the perl-devel mailing list