New release, v1.31

f38
Petr Sabata 15 years ago
parent acf6c396c2
commit 790330cb34

@ -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@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)

Loading…
Cancel
Save