>From 4fe412a3cb876a02f500c39bf0c257252d39a63b Mon Sep 17 00:00:00 2001 From: Tom Callaway <s...@fedoraproject.org> Date: Mon, 30 Mar 2015 15:17:58 -0400 Subject: 0.36
diff --git a/DBD-SQLite2-systemlibs.patch b/DBD-SQLite2-systemlibs.patch index 4ba521d..49960f1 100644 --- a/DBD-SQLite2-systemlibs.patch +++ b/DBD-SQLite2-systemlibs.patch @@ -1,13 +1,14 @@ ---- DBD-SQLite2-0.33/Makefile.PL.BAD 2005-08-06 09:05:23.000000000 -0500 -+++ DBD-SQLite2-0.33/Makefile.PL 2005-08-06 09:27:08.000000000 -0500 -@@ -7,12 +7,79 @@ +diff -up DBD-SQLite2-0.36/Makefile.PL.orig DBD-SQLite2-0.36/Makefile.PL +--- DBD-SQLite2-0.36/Makefile.PL.orig 2015-03-30 15:11:47.869968594 -0400 ++++ DBD-SQLite2-0.36/Makefile.PL 2015-03-30 15:16:19.197566772 -0400 +@@ -7,14 +7,81 @@ use ExtUtils::MakeMaker; use Config; use strict; +# 2005/8/6, by tcall...@redhat.com +# +# Determine if we are going to use the provided SQLite2 code, or an -+# already-installed copy. To this end, look for two command line ++# already-installed copy. To this end, look for two command line +# parameters: +# +# USE_LOCAL_SQLITE -- If non-false, force use of the installed version @@ -71,7 +72,9 @@ WriteMakefile( 'NAME' => 'DBD::SQLite2', 'VERSION_FROM' => 'lib/DBD/SQLite2.pm', # finds $VERSION - 'PREREQ_PM' => {DBI => 1.21}, # e.g., Module::Name => 1.1 + 'PREREQ_PM' => { + DBI => 1.625, + }, - 'OBJECT' => '$(O_FILES)', - 'INC' => '-I$(DBI_INSTARCH_DIR)', + 'OBJECT' => ($force_local) ? '$(O_FILES)' : 'SQLite2.o dbdimp.o', @@ -79,6 +82,6 @@ + (($sqlite_inc) ? " -I$sqlite_inc" : ''), + $force_local ? () : ('LIBS' => '-lsqlite'), + $sqlite_lib ? ('dynamic_lib' => { OTHERLDFLAGS => "-L$sqlite_lib" }) : (), - 'OPTIMIZE' => "-O2", + 'OPTIMIZE' => $Config{optimize} . (($^O eq 'solaris' and !$Config{gccversion}) ? "" : " -O2"), 'DEFINE' => "-DNDEBUG=1 -DSQLITE_PTR_SZ=$Config{ptrsize}" . ($Config{d_usleep} ? " -DHAVE_USLEEP=1" : ""), diff --git a/perl-DBD-SQLite2.spec b/perl-DBD-SQLite2.spec index 0518220..cef56e6 100644 --- a/perl-DBD-SQLite2.spec +++ b/perl-DBD-SQLite2.spec @@ -1,6 +1,6 @@ Name: perl-DBD-SQLite2 -Version: 0.33 -Release: 27%{?dist} +Version: 0.36 +Release: 1%{?dist} Summary: Self Contained RDBMS in a DBI Driver (sqlite 2.x) Group: Development/Libraries License: GPL+ or Artistic @@ -55,6 +55,9 @@ make test %changelog +* Mon Mar 30 2015 Tom Callaway <s...@fedoraproject.org> - 0.36-1 +- update to 0.36 + * Thu Aug 28 2014 Jitka Plesnikova <jples...@redhat.com> - 0.33-27 - Perl 5.20 rebuild -- cgit v0.10.2 http://pkgs.fedoraproject.org/cgit/perl-DBD-SQLite2.git/commit/?h=f22&id=4fe412a3cb876a02f500c39bf0c257252d39a63b -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel