From be7379a81b657b00e7d3a75a0991f32993ab1d79 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 5 Dec 2024 15:04:37 +0300 Subject: [PATCH] sqliite-3.47.1 --- system/base/sqlite/actions.py | 4 ++-- system/base/sqlite/pspec.xml | 11 +++++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/system/base/sqlite/actions.py b/system/base/sqlite/actions.py index 3acf4d5a..07ef05fc 100644 --- a/system/base/sqlite/actions.py +++ b/system/base/sqlite/actions.py @@ -65,9 +65,9 @@ def install(): pisitools.dodoc("README*") - shelltools.cd("%s/sqlite-doc-3470000" % get.workDIR()) + shelltools.cd("%s/sqlite-doc-3470100" % get.workDIR()) - pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3470000/*") + pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3470100/*") """ # fix permissions and remove obsolete files; https://bugs.archlinux.org/task/24605 shelltools.system("find %s -type f -perm 755 -exec ls -lha {} \;" % get.installDIR()) diff --git a/system/base/sqlite/pspec.xml b/system/base/sqlite/pspec.xml index aebec6cc..a542767f 100644 --- a/system/base/sqlite/pspec.xml +++ b/system/base/sqlite/pspec.xml @@ -14,8 +14,8 @@ app:console An SQL Database Engine in a C Library SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Supports databases up to 2 terabytes in size. - https://www.sqlite.org/2024/sqlite-autoconf-3470000.tar.gz - https://www.sqlite.org/2024/sqlite-doc-3470000.zip + https://www.sqlite.org/2024/sqlite-autoconf-3470100.tar.gz + https://www.sqlite.org/2024/sqlite-doc-3470100.zip readline-devel @@ -105,6 +105,13 @@ --> + + 2024-12-05 + 3.47.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-30 3.47.0