]> git.pld-linux.org Git - packages/sqlite3.git/commitdiff
- updated to 3.15.0 auto/th/sqlite3-3.15.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 16 Oct 2016 08:42:19 +0000 (10:42 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 16 Oct 2016 08:42:19 +0000 (10:42 +0200)
sqlite3.spec

index 8fcc4f00496484d3a562bd391e197d2604273880..40890328467930691fa1aaa7b16ae7ac2902563f 100644 (file)
@@ -23,7 +23,7 @@
 
 # sqlite3 version with zero padded without any dots (3 08 10 01 is 3.8.10.1)
 # but trailing 00 means no 4rd part (3 11 01 00 is 3.11.1)
-%define                vnum    3140000
+%define                vnum    3150000
 %define                ver             %{lua:vn=rpm.expand("%vnum");v="";for i in string.gmatch(string.format("%08d", vn), "..") do v=v.."."..i:gsub("^0", "");end;v=v:gsub("^.",""):gsub("\.0$","");print(v)}
 
 %define                tclver          8.6
@@ -31,12 +31,12 @@ Summary:    SQLite3 library
 Summary(pl.UTF-8):     Biblioteka SQLite3
 Name:          sqlite3
 Version:       %{ver}
-Release:       2
+Release:       1
 License:       Public Domain
 Group:         Libraries
 # Source0Download: http://www.sqlite.org/download.html
 Source0:       http://www.sqlite.org/2016/sqlite-src-%{vnum}.zip
-# Source0-md5: 947f1a0ad4b820d8406bcaf3da63d4bc
+# Source0-md5: 6f39b83aa8c24465699c141eaa868a2f
 Patch0:                %{name}-sign-function.patch
 URL:           http://www.sqlite.org/
 %{?with_load_extension:Provides:       %{name}(load_extension)}
This page took 0.066701 seconds and 4 git commands to generate.