From 6833921ca5dc6ed5ade0a628d43d12fad4eabcfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Kasal?= Date: Wed, 25 Nov 2009 11:28:27 +0000 Subject: [PATCH] new upstream version --- .cvsignore | 2 +- perl-DBD-SQLite.spec | 15 ++++++++------- sources | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index b1098ca..edbd2d4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -DBD-SQLite-1.25.tar.gz +DBD-SQLite-1.27.tar.gz diff --git a/perl-DBD-SQLite.spec b/perl-DBD-SQLite.spec index b3edee0..197a85f 100644 --- a/perl-DBD-SQLite.spec +++ b/perl-DBD-SQLite.spec @@ -1,6 +1,6 @@ Name: perl-DBD-SQLite -Version: 1.25 -Release: 4%{?dist} +Version: 1.27 +Release: 1%{?dist} Summary: Self Contained RDBMS in a DBI Driver Group: Development/Libraries @@ -33,7 +33,6 @@ DBD::SQLite includes the entire thing in the distribution. So in order to get a fast transaction capable RDBMS working for your perl project you simply have to install this module, and nothing else. -As of version 1.09 it can use the external SQLite library (>= 3.1.3). %prep %setup -q -n DBD-SQLite-%{version} @@ -46,14 +45,13 @@ make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' -find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -type f \( -name .packlist -o \ + -name '*.bs' -size 0 \) -exec rm -f {} ';' +find $RPM_BUILD_ROOT -depth -type d -empty -exec rmdir {} ';' %{_fixperms} $RPM_BUILD_ROOT/* %check -# These tests are failing on x86_64, FIXME. make test @@ -70,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Nov 25 2009 Stepan Kasal 1.27-1 +- new upstream version + * Fri Sep 11 2009 Chris Weyl - 1.25-4 - Filtering errant private provides diff --git a/sources b/sources index c5f89ae..6521818 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3bc9c8f141cb6c9256ea6dbcddbb9fe7 DBD-SQLite-1.25.tar.gz +aef159ec069efecdb0929126dddddbf4 DBD-SQLite-1.27.tar.gz