]> git.pld-linux.org Git - packages/sqlite3.git/commitdiff
- 3.8.10.1 - rel 0.9 (I don't want to fix that lua magic...)
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 13 May 2015 06:50:02 +0000 (08:50 +0200)
committerPaweł Gołaszewski <blues@pld-linux.org>
Wed, 13 May 2015 06:50:02 +0000 (08:50 +0200)
sqlite3.spec

index 6eb5ca2f25b1dbfc3d7838179182178ab776da6a..0513507700ce5ddec3ae0364eeb9481a8618dae5 100644 (file)
 %undefine      with_tests
 %endif
 
-%define                vnum    3080803
-%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                vnum    3081001
+%define                ver     3.8.10.1
+#%%{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
 Summary:       SQLite library
 Summary(pl.UTF-8):     Biblioteka SQLite
 Name:          sqlite3
 Version:       %{ver}
-Release:       1
+Release:       0.9
 License:       Public Domain
 Group:         Libraries
 # Source0Download: http://www.sqlite.org/download.html
 Source0:       http://www.sqlite.org/2015/sqlite-src-%{vnum}.zip
-# Source0-md5: 7aed8084e18c2677c71345cbd8ca0b76
+# Source0-md5: a3f19a40cab1bb15df8587fb4a3bd9a9
 Patch0:                %{name}-sign-function.patch
 URL:           http://www.sqlite.org/
 %{?with_load_extension:Provides:       %{name}(load_extension)}
This page took 0.053215 seconds and 4 git commands to generate.