[perl-DBD-CSV] 0.46 bump

Paul Howarth pghmcfc at fedoraproject.org
Sun Nov 16 20:41:48 UTC 2014


commit 70be69ccba63596cf1ce68c17bc5c616a8dc6320
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Nov 16 19:57:55 2014 +0000

    0.46 bump

 .gitignore        |   13 +------------
 perl-DBD-CSV.spec |    7 +++++--
 sources           |    2 +-
 3 files changed, 7 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index db6eb8b..53e2f61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1 @@
-DBD-CSV-0.30.tgz
-/DBD-CSV-0.31.tgz
-/DBD-CSV-0.33.tgz
-/DBD-CSV-0.34.tgz
-/DBD-CSV-0.35.tgz
-/DBD-CSV-0.36.tgz
-/DBD-CSV-0.38.tgz
-/DBD-CSV-0.40.tgz
-/DBD-CSV-0.41.tgz
-/DBD-CSV-0.43.tgz
-/DBD-CSV-0.44.tgz
-/DBD-CSV-0.45.tgz
+/DBD-CSV-[0-9.]*.tgz
diff --git a/perl-DBD-CSV.spec b/perl-DBD-CSV.spec
index 60e892e..5cad68e 100644
--- a/perl-DBD-CSV.spec
+++ b/perl-DBD-CSV.spec
@@ -1,5 +1,5 @@
 Name:           perl-DBD-CSV
-Version:        0.45
+Version:        0.46
 Release:        1%{?dist}
 Summary:        DBI driver for CSV files
 Group:          Development/Libraries
@@ -57,7 +57,7 @@ make %{?_smp_mflags}
 %install
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} +
-chmod -R u+w %{buildroot}/*
+%{_fixperms} %{buildroot}
 
 %check
 make test
@@ -70,6 +70,9 @@ make test
 %exclude %{perl_vendorlib}/DBI/Test
 
 %changelog
+* Sun Nov 16 2014 Paul Howarth <paul at city-fan.org> - 0.46-1
+- 0.46 bump
+
 * Wed Oct 29 2014 Petr Ĺ abata <contyk at redhat.com> - 0.45-1
 - 0.45 bump
 
diff --git a/sources b/sources
index f2efb16..7c28186 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b85686658ee4f08bd32e06ffb816c01e  DBD-CSV-0.45.tgz
+80c898d34920b50a6b958a06734eef2f  DBD-CSV-0.46.tgz


More information about the scm-commits mailing list