[perl-Text-CSV_XS] Update to 1.15

Paul Howarth pghmcfc at fedoraproject.org
Wed Feb 11 16:16:15 UTC 2015


commit 33f098dfcc34a7253bb29c1eb2c6cc865ce34185
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Feb 11 16:11:46 2015 +0000

    Update to 1.15
    
    - New upstream release 1.15
      - Remove perl recommendation from META as it breaks cpan clients

 perl-Text-CSV_XS.spec |    8 ++++++--
 sources               |    2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec
index 150ec5f..047e9b3 100644
--- a/perl-Text-CSV_XS.spec
+++ b/perl-Text-CSV_XS.spec
@@ -1,5 +1,5 @@
 Name:           perl-Text-CSV_XS
-Version:        1.14
+Version:        1.15
 Release:        1%{?dist}
 Summary:        Comma-separated values manipulation routines
 Group:          Development/Libraries
@@ -60,7 +60,7 @@ find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} +
 %{_fixperms} %{buildroot}
 
 %check
-make test %{?_smp_mflags}
+make %{?_smp_mflags} test
 
 %files
 %doc ChangeLog README examples/
@@ -69,6 +69,10 @@ make test %{?_smp_mflags}
 %{_mandir}/man3/Text::CSV_XS.3*
 
 %changelog
+* Wed Feb 11 2015 Paul Howarth <paul at city-fan.org> - 1.15-1
+- Update to 1.15:
+  - Remove perl recommendation from META as it breaks cpan clients
+
 * Mon Feb  2 2015 Paul Howarth <paul at city-fan.org> - 1.14-1
 - Update to 1.14:
   - Move to github
diff --git a/sources b/sources
index d9f0c8a..2d160f1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d4a198b0c0252392d378db7b323695d7  Text-CSV_XS-1.14.tgz
+eb677157de7ddcd00563c9c4c60528b8  Text-CSV_XS-1.15.tgz


More information about the scm-commits mailing list