From ee5ab116beef327a0cbb88a9fe008265b5576723 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Thu, 12 May 2016 14:46:24 +0100
Subject: Update to 0.49

- New upstream release 0.49
  - Simplified test-table-name generation
  - Prefer quote_empty over quote_always for size (Text::CSV_XS => 1.18)
  - Add CONTRIBUTING.md
  - It's 2016
  - Added docs to warn for reserved words (CPAN RT#106529)
  - Minor spelling corrections
  - Test with perl 5.24.0, DBI 1.636, SQL::Statement 1.410, Text::CSV_XS 1.23
- Make %files list more explicit
---
 perl-DBD-CSV.spec | 27 +++++++++++++++++++++------
 sources           |  2 +-
 2 files changed, 22 insertions(+), 7 deletions(-)

diff --git a/perl-DBD-CSV.spec b/perl-DBD-CSV.spec
index 1f25e36..b3ca064 100644
--- a/perl-DBD-CSV.spec
+++ b/perl-DBD-CSV.spec
@@ -1,13 +1,16 @@
 Name:           perl-DBD-CSV
-Version:        0.48
-Release:        4%{?dist}
+Version:        0.49
+Release:        1%{?dist}
 Summary:        DBI driver for CSV files
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/DBD-CSV/
 Source0:        
http://search.cpan.org/CPAN/authors/id/H/HM/HMBRAND/DBD-CSV-%{version}.tgz
 BuildArch:      noarch
+BuildRequires:  coreutils
+BuildRequires:  make
 BuildRequires:  perl
+BuildRequires:  perl-generators
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(lib)
@@ -17,7 +20,7 @@ BuildRequires:  perl(vars)
 # The DBI and SQL::Statement are needed per DBD::CVS POD.
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(DBD::File) >= 0.42
-BuildRequires:  perl(DBI) >= 1.631
+BuildRequires:  perl(DBI) >= 1.628
 BuildRequires:  perl(DynaLoader)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(IO::File)
@@ -32,6 +35,7 @@ BuildRequires:  perl(Test::More) >= 0.90
 Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
 Requires:       perl(DBD::File) >= 0.42
 Requires:       perl(DBI) >= 1.628
+Requires:       perl(Exporter)
 Requires:       perl(SQL::Statement) >= 1.405
 Requires:       perl(Text::CSV_XS) >= 1.01
 
@@ -62,13 +66,24 @@ make pure_install DESTDIR=%{buildroot}
 make test
 
 %files
-%doc ChangeLog README
+%doc ChangeLog CONTRIBUTING.md README
 %{perl_vendorlib}/Bundle/
 %{perl_vendorlib}/DBD/
-%{_mandir}/man3/*.3pm*
-%exclude %{perl_vendorlib}/DBI/Test
+%{_mandir}/man3/Bundle::DBD::CSV.3*
+%{_mandir}/man3/DBD::CSV.3*
 
 %changelog
+* Thu May 12 2016 Paul Howarth <p...@city-fan.org> - 0.49-1
+- Update to 0.49
+  - Simplified test-table-name generation
+  - Prefer quote_empty over quote_always for size (Text::CSV_XS => 1.18)
+  - Add CONTRIBUTING.md
+  - It's 2016
+  - Added docs to warn for reserved words (CPAN RT#106529)
+  - Minor spelling corrections
+  - Test with perl 5.24.0, DBI 1.636, SQL::Statement 1.410, Text::CSV_XS 1.23
+- Make %%files list more explicit
+
 * Thu Feb 04 2016 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.48-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index b8e1ff3..dee31fa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-11391a868171dfe493f0a907d8c33596  DBD-CSV-0.48.tgz
+9c9016f8c4fa8efa4d957a02e0a2e056  DBD-CSV-0.49.tgz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-DBD-CSV.git/commit/?h=master&id=ee5ab116beef327a0cbb88a9fe008265b5576723
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to