[perl-DBD-SQLite] New release, v1.31

Petr Sabata psabata at fedoraproject.org
Thu Sep 16 08:58:57 UTC 2010


commit 790330cb34e6cad118bb4a2683159e57975e32fb
Author: Petr Sabata <psabata at redhat.com>
Date:   Thu Sep 16 10:58:46 2010 +0200

    New release, v1.31

 perl-DBD-SQLite.spec |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/perl-DBD-SQLite.spec b/perl-DBD-SQLite.spec
index 8f10c0f..4a7f693 100644
--- a/perl-DBD-SQLite.spec
+++ b/perl-DBD-SQLite.spec
@@ -1,6 +1,6 @@
 Name:           perl-DBD-SQLite
-Version:        1.29
-Release:        4%{?dist}
+Version:        1.31
+Release:        1%{?dist}
 Summary:        SQLite DBI Driver
 
 Group:          Development/Libraries
@@ -8,7 +8,7 @@ License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/DBD-SQLite/
 Source0:        http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/DBD-SQLite-%{version}.tar.gz
 patch0:         perl-DBD-SQLite-bz543982.patch
-Patch1:         0001-Don-t-clean-temporary-files-in-child-processes.patch
+Patch1:         perl-DBD-SQLite-1.31-fts3-test.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # if sqlite >= 3.1.3 then
@@ -35,8 +35,8 @@ libraries.
 
 %prep
 %setup -q -n DBD-SQLite-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch0 -p1 -b .bz543982
+%patch1 -p1 -b .fts3-test
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -69,6 +69,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Sep 15 2010 Petr Sabata <psabata at redhat.com> - 1.31-1
+- New release, v1.31
+- Significant FTS3 changes -- might break compatibility with pre-1.30 applications using FTS3
+- New FTS3 tests patch by Paul Howarth
+
 * Tue Aug 24 2010 Adam Tkac <atkac redhat com> - 1.29-4
 - fix testsuite to run with the latest sqlite (bugs.debian.org/591111)
 


More information about the scm-commits mailing list