[perl-Text-CSV_XS] 1.02 bump

Petr Šabata psabata at fedoraproject.org
Wed Nov 20 07:50:31 UTC 2013


commit fb0d2ca78701cf5bc77a8b1a1c706a63e4f23b71
Author: Petr Šabata <contyk at redhat.com>
Date:   Wed Nov 20 16:50:58 2013 +0900

    1.02 bump

 .gitignore            |    1 +
 perl-Text-CSV_XS.spec |   11 +++++++----
 sources               |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e1f0250..b99989b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@ Text-CSV_XS-0.72.tgz
 /Text-CSV_XS-0.99.tgz
 /Text-CSV_XS-1.00.tgz
 /Text-CSV_XS-1.01.tgz
+/Text-CSV_XS-1.02.tgz
diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec
index 5a33fd9..69aa99c 100644
--- a/perl-Text-CSV_XS.spec
+++ b/perl-Text-CSV_XS.spec
@@ -1,6 +1,6 @@
 Name:           perl-Text-CSV_XS
-Version:        1.01
-Release:        4%{?dist}
+Version:        1.02
+Release:        1%{?dist}
 Summary:        Comma-separated values manipulation routines
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -52,8 +52,8 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
+find %{buildroot} -type f -name .packlist -exec rm -f {} +
+find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} +
 chmod -R u+w %{buildroot}/*
 
 %check
@@ -67,6 +67,9 @@ make test %{?_smp_mflags}
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Wed Nov 20 2013 Petr Šabata <contyk at redhat.com> - 1.02-1
+- 1.02 bump
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.01-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 168d592..ddd3763 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c75429eebc96be8e8c4ba5aef387f3e5  Text-CSV_XS-1.01.tgz
+6eea14245cd119f8b81ef2d1db852323  Text-CSV_XS-1.02.tgz



More information about the perl-devel mailing list