[packages/sqlite3] - updated to 3.8.11.1
qboosh
qboosh at pld-linux.org
Sun Sep 13 18:20:44 CEST 2015
commit 6b235ffabd70d750f7a1ce39135fde6bb1b5c0fb
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Sep 13 18:22:24 2015 +0200
- updated to 3.8.11.1
sqlite3.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sqlite3.spec b/sqlite3.spec
index 3413b80..fd74a5a 100644
--- a/sqlite3.spec
+++ b/sqlite3.spec
@@ -21,7 +21,7 @@
%endif
# sqlite3 version with zero padded without any dots (3 08 10 01 is 3.8.10.1)
-%define vnum 3081002
+%define vnum 3081101
%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("^.","");print(v)}
%define tclver 8.6
@@ -34,7 +34,7 @@ License: Public Domain
Group: Libraries
# Source0Download: http://www.sqlite.org/download.html
Source0: http://www.sqlite.org/2015/sqlite-src-%{vnum}.zip
-# Source0-md5: 5d717638b97b3be1a4d855d957028738
+# Source0-md5: 4550012d85ffdc607d0c86aef2d47974
Patch0: %{name}-sign-function.patch
URL: http://www.sqlite.org/
%{?with_load_extension:Provides: %{name}(load_extension)}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sqlite3.git/commitdiff/6b235ffabd70d750f7a1ce39135fde6bb1b5c0fb
More information about the pld-cvs-commit
mailing list