Compare commits

..

17 Commits

Author SHA1 Message Date
openeuler-ci-bot 0316c9a2ef !139 update to version 3.50.3
From: @fundawang 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2025-07-18 06:42:34 +00:00
Funda Wang f139aaf336 3.50.3 2025-07-17 22:52:59 +08:00
openeuler-ci-bot 0026f9a3cf !138 update to version 3.50.2
From: @fundawang 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2025-06-30 03:00:58 +00:00
Funda Wang 796a2eaafb 3.50.2 2025-06-29 11:03:43 +08:00
openeuler-ci-bot 7e2c2bcc42 !137 update to version 3.50.1
From: @fundawang 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2025-06-09 07:15:06 +00:00
Funda Wang 26da06dd15 3.50.1 2025-06-07 11:37:22 +08:00
openeuler-ci-bot f073e96e26 !136 update to version 3.50.0
From: @fundawang 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2025-05-30 07:25:03 +00:00
Funda Wang 945ef9b4d4 3.50.0 2025-05-30 11:36:03 +08:00
openeuler-ci-bot 7aa54ba027 !135 update to version 3.49.2
From: @fundawang 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2025-05-08 07:35:41 +00:00
Funda Wang a3f5d671ca 3.49.2 2025-05-07 22:15:07 +08:00
openeuler-ci-bot 0be4fb42e1 !132 remove rpath for tcl binding
From: @fundawang 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2025-03-10 08:58:10 +00:00
openeuler-ci-bot 9c28db327d !132 remove rpath for tcl binding
From: @fundawang 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2025-03-10 08:58:09 +00:00
Funda Wang d718b4d985 remove rpath for tcl binding 2025-03-10 15:41:51 +08:00
openeuler-ci-bot 827a5b417c !131 update to version 3.49.1
From: @fundawang 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2025-02-25 02:18:45 +00:00
Funda Wang 3b85033543 3.49.1 2025-02-19 09:32:44 +08:00
openeuler-ci-bot 14e9d75e7c !130 update to version 3.49.0
From: @fundawang 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2025-02-08 06:03:51 +00:00
Funda Wang f9bbe77f76 3.49.0 2025-02-06 22:53:37 +08:00
7 changed files with 33 additions and 16 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
--- a/tool/buildtclext.tcl 2024-11-18 14:01:05.040080030 +0800
+++ b/tool/buildtclext.tcl 2024-11-18 14:01:27.998394871 +0800
@@ -232,7 +232,7 @@
@@ -300,7 +300,7 @@
# Generate and execute the command with which to do the compilation.
#
- set cmd "$CMD tclsqlite3.c -o $OUT $LIBS"
+ set cmd "$CMD tclsqlite3.c -o $OUT $LIBS -lm"
- set cmd "$CMD -DUSE_TCL_STUBS tclsqlite3.c -o $OUT $LIBS"
+ set cmd "$CMD -DUSE_TCL_STUBS tclsqlite3.c -o $OUT $LIBS -lm"
puts $cmd
file delete -force $OUT
catch {exec {*}$cmd} errmsg
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ac992f7fca3989de7ed1fe99c16363f848794c8c32a158dafd4eb927a2e02fd5
size 3337615
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3dc137fcd7c6acb326af60a61b9844dd15d3773cb05e7a9ce276c41f713d765a
size 11391112
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bdbd4e47d52c64c7acc332d1294aa67ad6251ef370abeb0b086ee0cbec91186d
size 11390337
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d7b032b6fdfe8c442aa809f850687a81d06381deecd7be3312601d28612e640
size 14350897
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:119862654b36e252ac5f8add2b3d41ba03f4f387b48eb024956c36ea91012d3f
size 14393097
+24 -4
View File
@@ -1,16 +1,15 @@
%bcond_without check
Name: sqlite
Version: 3.48.0
Version: 3.50.3
%global extver %(echo %{version} |awk -F. '{printf "%d%02d%02d00", $1,$2,$3}')
Release: 3
Release: 1
Summary: Embeded SQL database
License: Public Domain
URL: https://www.sqlite.org/
Source0: https://www.sqlite.org/2025/sqlite-src-%{extver}.zip
Source1: https://www.sqlite.org/2025/sqlite-doc-%{extver}.zip
Source2: https://www.sqlite.org/2025/sqlite-autoconf-%{extver}.tar.gz
Patch0: sqlite-3.48.0-buildtclext.patch
BuildRequires: gcc tcl tcl-devel
@@ -123,9 +122,30 @@ rm -rf test/thread2.test
%{_mandir}/man*/*
%changelog
* Mon Mar 10 2025 Funda Wang <fundawang@yeah.net> - 3.48.0-3
* Thu Jul 17 2025 Funda Wang <fundawang@yeah.net> - 3.50.3-1
- update to 3.50.3
* Sun Jun 29 2025 Funda Wang <fundawang@yeah.net> - 3.50.2-1
- update to 3.50.2
* Sat Jun 07 2025 Funda Wang <fundawang@yeah.net> - 3.50.1-1
- update to 3.50.1
* Fri May 30 2025 Funda Wang <fundawang@yeah.net> - 3.50.0-1
- update to 3.50.0
* Wed May 07 2025 Funda Wang <fundawang@yeah.net> - 3.49.2-1
- update to 3.49.2
* Mon Mar 10 2025 Funda Wang <fundawang@yeah.net> - 3.49.1-2
- remove rpath for tcl binding
* Wed Feb 19 2025 Funda Wang <fundawang@yeah.net> - 3.49.1-1
- update to 3.49.1
* Thu Feb 06 2025 Funda Wang <fundawang@yeah.net> - 3.49.0-1
- update to 3.49.0
* Sun Jan 19 2025 Funda Wang <fundawang@yeah.net> - 3.48.0-2
- set legacy soname, otherwise it changes too much
(see `./configure --help`)