From 6e0d925e78c7503b6be002a74336a8125e42a081 Mon Sep 17 00:00:00 2001
From: Paul Howarth <[email protected]>
Date: Wed, 26 Apr 2017 09:37:26 +0100
Subject: Update to 1.29

- New upstream release 1.29
  - More docs for bind_columns (CPAN RT#121350)
  - New attribute "strict" (also addresses CPAN RT#121350)
- Drop redundant Group: tag
---
 .rpmlint              | 7 ++++++-
 perl-Text-CSV_XS.spec | 9 +++++++--
 sources               | 2 +-
 3 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/.rpmlint b/.rpmlint
index 47289f6..e714bd1 100644
--- a/.rpmlint
+++ b/.rpmlint
@@ -1,2 +1,7 @@
 from Config import *
-addFilter("wrong-script-interpreter 
/usr/share/doc/perl-Text-CSV_XS-.*/examples/");
+
+# Upstream does this on purpose (2011-03-23):
+# "As Text::CSV_XS is so low-level, most of these files are actually *examples*
+# and not ready-to-run out-of-the-box scripts that work as expected, though
+# I must admit that some have evolved into being like that."
+addFilter("wrong-script-interpreter 
/usr/share/doc/perl-Text-CSV_XS.*/examples/[a-z0-9-]+(\.pl)? /pro/bin/perl")
diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec
index 96f8b80..2f7dbdd 100644
--- a/perl-Text-CSV_XS.spec
+++ b/perl-Text-CSV_XS.spec
@@ -1,8 +1,7 @@
 Name:           perl-Text-CSV_XS
-Version:        1.28
+Version:        1.29
 Release:        1%{?dist}
 Summary:        Comma-separated values manipulation routines
-Group:          Development/Libraries
 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
@@ -75,6 +74,12 @@ make %{?_smp_mflags} test
 %{_mandir}/man3/Text::CSV_XS.3*
 
 %changelog
+* Wed Apr 26 2017 Paul Howarth <[email protected]> - 1.29-1
+- Update to 1.29
+  - More docs for bind_columns (CPAN RT#121350)
+  - New attribute "strict" (also addresses CPAN RT#121350)
+- Drop redundant Group: tag
+
 * Wed Mar 22 2017 Paul Howarth <[email protected]> - 1.28-1
 - Update to 1.28
   - Fix length problem with bound empty fields and UTF-8 (CPAN RT#120655)
diff --git a/sources b/sources
index dd0641c..c97a936 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Text-CSV_XS-1.28.tgz) = 
5e40f50c16e2506f60cff1a344c9e45e73398bfe863c85a527a8aaf03ec5e3eb8b94796f548ccbe9cb7c123e79e1e882daec1fe81977142a03b1fed2ba46f60a
+SHA512 (Text-CSV_XS-1.29.tgz) = 
fb71d44c8ec8420d7f80a8c7a9a0fc5db5023303f6317a6e49b06681df2ebb7b88af14a43e50f97cc328921a636453fb6a9840f6251d0a2c48205cd48b1d529d
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-Text-CSV_XS.git/commit/?h=master&id=6e0d925e78c7503b6be002a74336a8125e42a081
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to