소스 검색

modifying package: sqlite-2.8.16 20050828 -> 20050918

Ralf S. Engelschall 20 년 전
부모
커밋
a0add8eea3
2개의 변경된 파일21개의 추가작업 그리고 2개의 파일을 삭제
  1. 19 0
      sqlite/sqlite.patch.v3
  2. 2 2
      sqlite/sqlite.spec

+ 19 - 0
sqlite/sqlite.patch.v3

@@ -12,3 +12,22 @@ 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(__FreeBSD__)
+   if( dataOnly ){
+     rc = fdatasync(fd);
+   }else{
++#endif
+     rc = fsync(fd);
++#if !defined(__FreeBSD__)
+   }
++#endif
+ #endif /* defined(F_FULLFSYNC) */
+ #endif /* defined(SQLITE_NO_SYNC) */
+ 

+ 2 - 2
sqlite/sqlite.spec

@@ -24,7 +24,7 @@
 
 #   package version
 %define       V_v2  2.8.16
-%define       V_v3  3.2.5
+%define       V_v3  3.2.6
 
 #   package information
 Name:         sqlite
@@ -37,7 +37,7 @@ Class:        BASE
 Group:        Database
 License:      PD
 Version:      %{V_v2}
-Release:      20050828
+Release:      20050918
 
 #   package options
 %option       with_v3              yes