[perl-DBD-SQLite] 1.42 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Thu Mar 20 13:21:08 UTC 2014


commit f669a35d11fb944ab089f9885d9eefffb365e202
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Thu Mar 20 14:21:01 2014 +0100

    1.42 bump

 .gitignore                                         |    1 +
 ...e-1.40-check_only_whether_sort_is_defined.patch |   26 ---------
 DBD-SQLite-1.41_03-adapt_sqlite_3_8_2.patch        |   56 --------------------
 perl-DBD-SQLite.spec                               |   20 +++----
 sources                                            |    2 +-
 5 files changed, 11 insertions(+), 94 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0ee023f..08385ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ DBD-SQLite-1.29.tar.gz
 /DBD-SQLite-1.37.tar.gz
 /DBD-SQLite-1.39.tar.gz
 /DBD-SQLite-1.40.tar.gz
+/DBD-SQLite-1.42.tar.gz
diff --git a/perl-DBD-SQLite.spec b/perl-DBD-SQLite.spec
index 1d3c04a..606c690 100644
--- a/perl-DBD-SQLite.spec
+++ b/perl-DBD-SQLite.spec
@@ -1,27 +1,25 @@
 Name:           perl-DBD-SQLite
-Version:        1.40
-Release:        3%{?dist}
+Version:        1.42
+Release:        1%{?dist}
 Summary:        SQLite DBI Driver
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/DBD-SQLite/
 Source0:        http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/DBD-SQLite-%{version}.tar.gz
 patch0:         perl-DBD-SQLite-bz543982.patch
-# Fix tests with sqlite >= 3.8.0, in upstram after 1.40, bug #1058709
-Patch1:         DBD-SQLite-1.40-check_only_whether_sort_is_defined.patch
-# Fix tests with sqlite >= 3.8.2, in upstream after 1.41_03, bug #1058709
-Patch2:         DBD-SQLite-1.41_03-adapt_sqlite_3_8_2.patch
 # if sqlite >= 3.1.3 then
 #   perl-DBD-SQLite uses the external library
 # else
 #   perl-DBD-SQLite is self-contained (uses the sqlite local copy)
 BuildRequires:  sqlite-devel
 BuildRequires:  perl
+BuildRequires:  perl(Config)
 BuildRequires:  perl(constant)
-BuildRequires:  perl(DynaLoader)
-BuildRequires:  perl(ExtUtils::MakeMaker)
 # Prevent bug #443495
 BuildRequires:  perl(DBI) >= 1.607
+BuildRequires:  perl(DynaLoader)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec) >= 0.82
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Tests only
@@ -29,7 +27,6 @@ BuildRequires:  perl(Carp)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Encode)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(File::Spec) >= 0.82
 BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(locale)
@@ -49,8 +46,6 @@ libraries.
 %prep
 %setup -q -n DBD-SQLite-%{version}
 %patch0 -p1 -b .bz543982
-%patch1 -p1
-%patch2 -p1
 
 %build
 CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor
@@ -72,6 +67,9 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Thu Mar 20 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.42-1
+- 1.42 bump
+
 * Wed Jan 29 2014 Petr Pisar <ppisar at redhat.com> - 1.40-3
 - Fix tests with sqlite >= 3.8.2 (bug #1058709)
 
diff --git a/sources b/sources
index 34ab6ce..73839c8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b9876882186499583428b14cf5c0e29c  DBD-SQLite-1.40.tar.gz
+86cfaf477cb9ddc39508f74f4268fc79  DBD-SQLite-1.42.tar.gz



More information about the perl-devel mailing list