Browse Source

upgrading package: sqlite 3.2.6 -> 3.2.7

Ralf S. Engelschall 20 years ago
parent
commit
ffdb8228e2
2 changed files with 2 additions and 21 deletions
  1. 0 19
      sqlite/sqlite.patch
  2. 2 2
      sqlite/sqlite.spec

+ 0 - 19
sqlite/sqlite.patch

@@ -12,22 +12,3 @@ Index: configure
  
  
  #########
-Index: src/os_unix.c
---- src/os_unix.c.orig	2005-09-17 18:34:55 +0200
-+++ src/os_unix.c	2005-09-18 20:33:51 +0200
-@@ -829,11 +829,15 @@
-   if( rc ) rc = fsync(fd);
- 
- #else
-+#if defined(__linux__)
-   if( dataOnly ){
-     rc = fdatasync(fd);
-   }else{
-+#endif
-     rc = fsync(fd);
-+#if defined(__linux__)
-   }
-+#endif
- #endif /* defined(F_FULLFSYNC) */
- #endif /* defined(SQLITE_NO_SYNC) */
- 

+ 2 - 2
sqlite/sqlite.spec

@@ -23,7 +23,7 @@
 ##
 
 #   package version
-%define       V_v3  3.2.6
+%define       V_v3  3.2.7
 %define       V_v2  2.8.16
 
 #   package information
@@ -37,7 +37,7 @@ Class:        BASE
 Group:        Database
 License:      PD
 Version:      %{V_v3}
-Release:      20050923
+Release:      20050924
 
 #   package options
 %option       with_v2              yes