Author: spot Update of /cvs/pkgs/rpms/perl-DBD-SQLite/EL-5 In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11205 Modified Files: perl-DBD-SQLite.spec Added Files: perl-DBD-SQLite-bz543982.patch Log Message: add missing patch perl-DBD-SQLite-bz543982.patch: Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE perl-DBD-SQLite-bz543982.patch --- diff -up DBD-SQLite-1.27/Makefile.PL.old DBD-SQLite-1.27/Makefile.PL --- DBD-SQLite-1.27/Makefile.PL.old 2009-11-23 12:08:05.000000000 +0100 +++ DBD-SQLite-1.27/Makefile.PL 2010-01-11 15:40:56.456399143 +0100 @@ -123,7 +123,7 @@ if ( $@ or DBI->VERSION < $DBI_required # a system sqlite is also sophisticated enough to have a patching system # that can change the if ( 0 ) to if ( 1 ) my ($sqlite_local, $sqlite_base, $sqlite_lib, $sqlite_inc); -if ( 0 ) { +if ( 1 ) { require File::Spec; if ( $sqlite_base = (grep(/SQLITE_LOCATION=.*/, @ARGV))[0] ) { $sqlite_base =~ /=(.*)/; Index: perl-DBD-SQLite.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBD-SQLite/EL-5/perl-DBD-SQLite.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- perl-DBD-SQLite.spec 28 Jun 2010 20:45:39 -0000 1.14 +++ perl-DBD-SQLite.spec 28 Jun 2010 20:50:41 -0000 1.15 @@ -1,6 +1,6 @@ Name: perl-DBD-SQLite Version: 1.29 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: SQLite DBI Driver Group: Development/Libraries @@ -67,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jun 28 2010 Tom "spot" Callaway <tcallawa@xxxxxxxxxx> - 1.29-2.1 +- forgot to cvs add patch + * Mon Jun 28 2010 Tom "spot" Callaway <tcallawa@xxxxxxxxxx> - 1.29-2 - fix description/summary -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel