[packages/sqlite3] Up to 3.50.4
arekm
arekm at pld-linux.org
Wed Sep 17 22:04:04 CEST 2025
commit fa8cf2519b638a2d3c459462b82f181fa2f357e2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Sep 17 22:03:51 2025 +0200
Up to 3.50.4
sqlite3.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sqlite3.spec b/sqlite3.spec
index b4abc9f..5d10f34 100644
--- a/sqlite3.spec
+++ b/sqlite3.spec
@@ -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 3500300
+%define vnum 3500400
%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
@@ -39,7 +39,7 @@ License: Public Domain
Group: Libraries
# Source0Download: http://www.sqlite.org/download.html
Source0: https://www.sqlite.org/2025/sqlite-src-%{vnum}.zip
-# Source0-md5: 49535dc8caf70f9b9f6ba9bf27bba2ab
+# Source0-md5: 0a95c096fc1380c60a6467337de209c9
URL: https://www.sqlite.org/
BuildRequires: autoconf >= 2.50
BuildRequires: automake
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sqlite3.git/commitdiff/fa8cf2519b638a2d3c459462b82f181fa2f357e2
More information about the pld-cvs-commit
mailing list