From c59d3546a079579e31907a3268c95c907d43f966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 2 Apr 2013 10:11:18 +0200 Subject: [PATCH] 0.97 bump, performance enhancement --- .gitignore | 1 + perl-Text-CSV_XS.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e02d036..5dc94ce 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ Text-CSV_XS-0.72.tgz /Text-CSV_XS-0.94.tgz /Text-CSV_XS-0.95.tgz /Text-CSV_XS-0.96.tgz +/Text-CSV_XS-0.97.tgz diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 5aed1af..34dc03a 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -1,5 +1,5 @@ Name: perl-Text-CSV_XS -Version: 0.96 +Version: 0.97 Release: 1%{?dist} Summary: Comma-separated values manipulation routines Group: Development/Libraries @@ -67,6 +67,9 @@ make test %{?_smp_mflags} %{_mandir}/man3/*.3pm* %changelog +* Tue Apr 02 2013 Petr Šabata - 0.97-1 +- 0.97 bump, performance enhancement + * Wed Mar 27 2013 Petr Šabata - 0.96-1 - 0.96 bump diff --git a/sources b/sources index f776709..e4a1358 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -27d5c4aacf34791824a1826f93015c3d Text-CSV_XS-0.96.tgz +0661ffaabc368338a4c001d71fe0551e Text-CSV_XS-0.97.tgz