diff options
Diffstat (limited to 'sqlite.spec')
-rw-r--r-- | sqlite.spec | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/sqlite.spec b/sqlite.spec index d6c314a..1cfe00d 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -1,18 +1,17 @@ %bcond_without check Name: sqlite -Version: 3.47.0 +Version: 3.48.0 %global extver %(echo %{version} |awk -F. '{printf "%d%02d%02d00", $1,$2,$3}') Release: 1 Summary: Embeded SQL database License: Public Domain -URL: http://www.sqlite.org/ +URL: https://www.sqlite.org/ -Source0: https://www.sqlite.org/2024/sqlite-src-%{extver}.zip -Source1: http://www.sqlite.org/2024/sqlite-doc-%{extver}.zip -Source2: https://www.sqlite.org/2024/sqlite-autoconf-%{extver}.tar.gz -Patch0: sqlite-drop-tcl-at-sign.patch -Patch1: sqlite-Add-DESTDIR-support-to-the-tclextension-install-target.patch +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 autoconf tcl tcl-devel BuildRequires: ncurses-devel readline-devel glibc-devel @@ -54,7 +53,7 @@ This contains man files and HTML files for the using of sqlite. %prep #autosetup will fail because of 2 zip files %setup -q -a1 -n %{name}-src-%{extver} -%autopatch -p0 +%autopatch -p1 rm -f %{name}-doc-%{extver}/sqlite.css~ || : @@ -118,7 +117,7 @@ rm -rf test/thread2.test %{_bindir}/{sqlite3,lemon,sqlite3_analyzer} %{_libdir}/*.so.* %{_datadir}/lemon -%{tcl_sitearch}/sqlite3%{version} +%{tcl_sitearch}/sqlite%{version} %files devel %{_includedir}/*.h @@ -130,6 +129,15 @@ rm -rf test/thread2.test %{_mandir}/man*/* %changelog +* Tue Jan 14 2025 Funda Wang <fundawang@yeah.net> - 3.48.0-1 +- update to 3.48.0 + +* Sun Dec 08 2024 Funda Wang <fundawang@yeah.net> - 3.47.2-1 +- update to 3.47.2 + +* Tue Nov 26 2024 Funda Wang <fundawang@yeah.net> - 3.47.1-1 +- update to 3.47.1 + * Tue Oct 22 2024 Funda Wang <fundawang@yeah.net> - 3.47.0-1 - update to 3.47.0 |