浏览代码

upgrading package: sqlite 3.6.15 -> 3.6.16

Ralf S. Engelschall 16 年之前
父节点
当前提交
f6f1967d2a
共有 2 个文件被更改,包括 7 次插入7 次删除
  1. 5 5
      sqlite/sqlite.patch
  2. 2 2
      sqlite/sqlite.spec

+ 5 - 5
sqlite/sqlite.patch

@@ -1,6 +1,6 @@
 Index: Makefile.in
---- Makefile.in.orig	2009-06-12 04:37:45 +0200
-+++ Makefile.in	2009-06-15 19:55:06 +0200
+--- Makefile.in.orig	2009-06-25 13:35:50 +0200
++++ Makefile.in	2009-06-28 09:39:10 +0200
 @@ -187,6 +187,17 @@
  USE_AMALGAMATION = @USE_AMALGAMATION@
  LIBOBJ = $(OBJS$(USE_AMALGAMATION))
@@ -45,8 +45,8 @@ Index: Makefile.in
  # copies of all of the C source code and header files needed to
  # build on the target system.  Some of the C source code and header
 Index: configure
---- configure.orig	2009-06-15 02:04:07 +0200
-+++ configure	2009-06-15 19:55:06 +0200
+--- configure.orig	2009-06-25 13:45:57 +0200
++++ configure	2009-06-28 09:39:10 +0200
 @@ -6012,11 +6012,7 @@
  if $ac_preproc_ok; then
    :
@@ -62,7 +62,7 @@ Index: configure
  ac_ext=c
 Index: sqlite3.pc.in
 --- sqlite3.pc.in.orig	2009-05-05 05:39:51 +0200
-+++ sqlite3.pc.in	2009-06-15 19:55:06 +0200
++++ sqlite3.pc.in	2009-06-28 09:39:10 +0200
 @@ -8,6 +8,5 @@
  Name: SQLite
  Description: SQL database engine

+ 2 - 2
sqlite/sqlite.spec

@@ -22,7 +22,7 @@
 ##
 
 #   package version
-%define       V_sqlite   3.6.15
+%define       V_sqlite   3.6.16
 %define       V_odbc     0.83
 %define       V_jdbc     20090430
 
@@ -37,7 +37,7 @@ Class:        BASE
 Group:        Database
 License:      PD
 Version:      %{V_sqlite}
-Release:      20090615
+Release:      20090628
 
 #   package options
 %option       with_debug           no