From 19bb5abcd1a81b0e46950f08a0dd130ee7142605 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Mon, 5 Jun 2017 01:37:50 +0200 Subject: [PATCH] Perl 5.26 rebuild --- perl-Text-CSV_XS.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 2f7dbdd..5646729 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -1,6 +1,6 @@ Name: perl-Text-CSV_XS Version: 1.29 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Comma-separated values manipulation routines License: GPL+ or Artistic URL: http://search.cpan.org/dist/Text-CSV_XS/ @@ -74,6 +74,9 @@ make %{?_smp_mflags} test %{_mandir}/man3/Text::CSV_XS.3* %changelog +* Sun Jun 04 2017 Jitka Plesnikova - 1.29-2 +- Perl 5.26 rebuild + * Wed Apr 26 2017 Paul Howarth - 1.29-1 - Update to 1.29 - More docs for bind_columns (CPAN RT#121350)