]> git.pld-linux.org Git - packages/sqlite3.git/commitdiff
- updated to 3.30.1 auto/th/sqlite3-3.30.1-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 11 Oct 2019 20:50:06 +0000 (22:50 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Fri, 11 Oct 2019 20:50:06 +0000 (22:50 +0200)
sqlite3.spec

index 686ccd9a7fd017a6a14c515872b7940aeaf4dea7..131aed13f3e2d4cfefcb405234b51297d6141cc7 100644 (file)
@@ -25,7 +25,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    3300000
+%define                vnum    3300100
 %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)}
 
 # wal replication version
@@ -41,7 +41,7 @@ License:      Public Domain
 Group:         Libraries
 # Source0Download: http://www.sqlite.org/download.html
 Source0:       https://www.sqlite.org/2019/sqlite-src-%{vnum}.zip
-# Source0-md5: d6f8f11b12ea3e1bdf3332bcc0b97117
+# Source0-md5: a090a543b1d17178627f280f0fe07324
 Patch0:                %{name}-sign-function.patch
 # https://github.com/CanonicalLtd/dqlite/issues/91
 Patch1:                https://github.com/CanonicalLtd/sqlite/releases/download/version-%{walver}+replication3/sqlite-%{walver}.diff
This page took 0.210992 seconds and 4 git commands to generate.