]> git.pld-linux.org Git - packages/sqlite3.git/commitdiff
up to 3.32.2 auto/th/sqlite3-3.32.2-1
authorJan Palus <atler@pld-linux.org>
Thu, 4 Jun 2020 17:18:30 +0000 (19:18 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 4 Jun 2020 17:18:30 +0000 (19:18 +0200)
sqlite3.spec

index 79362256b953ea4ae0a30c2133644e0ff80dfce7..a0ee6410850360a288d31526eee0f73a40a388d0 100644 (file)
@@ -26,7 +26,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    3320100
+%define                vnum    3320200
 %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
@@ -42,7 +42,7 @@ License:      Public Domain
 Group:         Libraries
 # Source0Download: http://www.sqlite.org/download.html
 Source0:       https://www.sqlite.org/2020/sqlite-src-%{vnum}.zip
-# Source0-md5: 57df57686c663a1a910b1148a04db2e5
+# Source0-md5: 24d2dfcf286ff82c55108b73690931db
 Patch0:                %{name}-sign-function.patch
 # https://github.com/CanonicalLtd/dqlite/issues/91
 Patch1:                https://github.com/CanonicalLtd/sqlite/releases/download/version-%{walver}+replication4/sqlite-%{walver}.diff
This page took 0.335492 seconds and 4 git commands to generate.