]> git.pld-linux.org Git - packages/sqlite3.git/commitdiff
- updated to 3.6.3 auto/th/sqlite3-3_6_3-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Wed, 1 Oct 2008 16:24:38 +0000 (16:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sqlite3-sign-function.patch -> 1.4
    sqlite3.spec -> 1.57

sqlite3-sign-function.patch
sqlite3.spec

index 562837e1c1caa1ff96273969911ae08dcdbc1b28..f3ce28acecab5def0ce9f6dc8c3e8523907e73b1 100644 (file)
@@ -34,10 +34,10 @@ diff -uNr sqlite-3.4.1/src/func.c.orig sqlite-3.4.1/src/func.c
  **
  ** substr(x,p1,p2)  returns p2 characters of x[] beginning with p1.
 @@ -1315,6 +1340,7 @@
-   FUNCTION(substr,             2, 0, 0, substrFunc       ),
-   FUNCTION(substr,             3, 0, 0, substrFunc       ),
-   FUNCTION(abs,                1, 0, 0, absFunc          ),
-+  FUNCTION(sign,               1, 0, 0, signFunc         ),
-   FUNCTION(round,              1, 0, 0, roundFunc        ),
-   FUNCTION(round,              2, 0, 0, roundFunc        ),
-   FUNCTION(upper,              1, 0, 0, upperFunc        ),
+     FUNCTION(substr,             2, 0, 0, substrFunc       ),
+     FUNCTION(substr,             3, 0, 0, substrFunc       ),
+     FUNCTION(abs,                1, 0, 0, absFunc          ),
++    FUNCTION(sign,               1, 0, 0, signFunc         ),
+     FUNCTION(round,              1, 0, 0, roundFunc        ),
+     FUNCTION(round,              2, 0, 0, roundFunc        ),
+     FUNCTION(upper,              1, 0, 0, upperFunc        ),
index 60295003682c46acd87ebfb89925f8d85e50e9b2..95c9d0dd65e30df01335a9a6cfc8b1ac3c470ec8 100644 (file)
 Summary:       SQLite library
 Summary(pl.UTF-8):     Biblioteka SQLite
 Name:          sqlite3
-Version:       3.6.2
+Version:       3.6.3
 Release:       1
 License:       LGPL
 Group:         Libraries
 # Source0Download: http://www.sqlite.org/download.html
 Source0:       http://www.sqlite.org/sqlite-%{version}.tar.gz
-# Source0-md5: 46f92e42243bc51aaa3871645ce78bd5
+# Source0-md5: 671d2715f33158abc47a7a2ddd6066c5
 Patch0:                %{name}-sign-function.patch
 Patch1:                %{name}-pkgconfig.patch
 URL:           http://www.sqlite.org/
This page took 0.322251 seconds and 4 git commands to generate.