spot pushed to perl-DBD-SQLite2 (master). "0.36"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Mar 30 19:17:52 UTC 2015


>From bf1487e011368b84ffdc37479b2d5019989de294 Mon Sep 17 00:00:00 2001
From: Tom Callaway <spot at fedoraproject.org>
Date: Mon, 30 Mar 2015 15:17:39 -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 tcallawa at 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 <spot at fedoraproject.org> - 0.36-1
+- update to 0.36
+
 * Thu Aug 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.33-27
 - Perl 5.20 rebuild
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-DBD-SQLite2.git/commit/?h=master&id=bf1487e011368b84ffdc37479b2d5019989de294


More information about the scm-commits mailing list