Browse Source

upgrading package: sqlite 3.2.8 -> 3.3.0

Ralf S. Engelschall 20 years ago
parent
commit
1079a4d126
2 changed files with 5 additions and 17 deletions
  1. 3 15
      sqlite/sqlite.patch
  2. 2 2
      sqlite/sqlite.spec

+ 3 - 15
sqlite/sqlite.patch

@@ -1,7 +1,7 @@
 Index: configure
---- configure.orig	2004-06-03 13:36:27.000000000 +0200
-+++ configure	2004-06-03 13:39:37.000000000 +0200
-@@ -20224,6 +20224,10 @@
+--- configure.orig	2005-12-19 18:30:55 +0100
++++ configure	2006-01-11 11:50:03 +0100
+@@ -20255,6 +20255,10 @@
    TARGET_HAVE_READLINE=0
  fi
  
@@ -12,15 +12,3 @@ Index: configure
  
  
  #########
-Index: src/os_unix.c
---- src/os_unix.c.orig	2005-09-22 17:43:40.000000000 +0200
-+++ src/os_unix.c	2005-09-27 12:07:05.735642470 +0200
-@@ -829,7 +829,7 @@
-   if( rc ) rc = fsync(fd);
- 
- #else /* if !defined(F_FULLSYNC) */
--#if  defined(_POSIX_SYNCHRONIZED_IO) && _POSIX_SYNCHRONIZED_IO>0
-+#if  defined(__linux__) && defined(_POSIX_SYNCHRONIZED_IO) && _POSIX_SYNCHRONIZED_IO>0
-   if( dataOnly ){
-     rc = fdatasync(fd);
-   }else

+ 2 - 2
sqlite/sqlite.spec

@@ -23,7 +23,7 @@
 ##
 
 #   package version
-%define       V_v3  3.2.8
+%define       V_v3  3.3.0
 %define       V_v2  2.8.17
 
 #   package information
@@ -37,7 +37,7 @@ Class:        BASE
 Group:        Database
 License:      PD
 Version:      %{V_v3}
-Release:      20051221
+Release:      20060111
 
 #   package options
 %option       with_v2              yes