Author: kasal Update of /cvs/extras/rpms/perl-DBD-SQLite/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22469 Modified Files: .cvsignore perl-DBD-SQLite.spec sources Log Message: new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DBD-SQLite/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- .cvsignore 29 May 2009 07:40:48 -0000 1.8 +++ .cvsignore 25 Nov 2009 11:28:27 -0000 1.9 @@ -1 +1 @@ -DBD-SQLite-1.25.tar.gz +DBD-SQLite-1.27.tar.gz Index: perl-DBD-SQLite.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DBD-SQLite/devel/perl-DBD-SQLite.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -p -r1.31 -r1.32 --- perl-DBD-SQLite.spec 12 Sep 2009 04:19:03 -0000 1.31 +++ perl-DBD-SQLite.spec 25 Nov 2009 11:28:27 -0000 1.32 @@ -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 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_ %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 <skasal@xxxxxxxxxx> 1.27-1 +- new upstream version + * Fri Sep 11 2009 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> - 1.25-4 - Filtering errant private provides Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DBD-SQLite/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- sources 29 May 2009 07:40:48 -0000 1.8 +++ sources 25 Nov 2009 11:28:27 -0000 1.9 @@ -1 +1 @@ -3bc9c8f141cb6c9256ea6dbcddbb9fe7 DBD-SQLite-1.25.tar.gz +aef159ec069efecdb0929126dddddbf4 DBD-SQLite-1.27.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list