public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/sqlite] rawhide: Enable the carray() table-valued function
@ 2026-06-04 12:38 Petr Khartskhaev
0 siblings, 0 replies; only message in thread
From: Petr Khartskhaev @ 2026-06-04 12:38 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/sqlite
Branch : rawhide
Commit : c9a9e524226fb7ec875625f01086145940dc070c
Author : Petr Khartskhaev <pkhartsk@redhat.com>
Date : 2026-06-04T11:22:28+02:00
Stats : +5/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/sqlite/c/c9a9e524226fb7ec875625f01086145940dc070c?branch=rawhide
Log:
Enable the carray() table-valued function
Resolves: rhbz#2481057
---
diff --git a/sqlite.spec b/sqlite.spec
index 9e357d6..e4ab93b 100644
--- a/sqlite.spec
+++ b/sqlite.spec
@@ -202,6 +202,7 @@ export CFLAGS="$RPM_OPT_FLAGS $RPM_LD_FLAGS \
-DSQLITE_ENABLE_DBPAGE_VTAB \
-DSQLITE_ENABLE_SESSION \
-DSQLITE_ENABLE_PREUPDATE_HOOK \
+ -DSQLITE_ENABLE_CARRAY \
-Wall -fno-strict-aliasing"
%configure %{!?with_tcl:--disable-tcl} \
@@ -230,6 +231,7 @@ export CFLAGS="$RPM_OPT_FLAGS $RPM_LD_FLAGS \
-DSQLITE_ENABLE_DBPAGE_VTAB \
-DSQLITE_ENABLE_SESSION \
-DSQLITE_ENABLE_PREUPDATE_HOOK \
+ -DSQLITE_ENABLE_CARRAY \
-Wall -fno-strict-aliasing"
%configure %{!?with_tcl:--disable-tcl} \
@@ -355,9 +357,11 @@ make test
%endif
%changelog
-* Wed Jun 03 2026 Packit <hello@packit.dev> - 3.53.2-1
+* Thu Jun 04 2026 Petr Khartskhaev <pkhartsk@redhat.com> - 3.53.2-1
- Update to version 3.53.2
+- Enable the carray() table-valued function
- Resolves: rhbz#2484543
+- Resolves: rhbz#2481057
* Tue May 05 2026 Petr Khartskhaev <pkhartsk@redhat.com> - 3.53.1-1
- Update to version 3.53.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-04 12:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-04 12:38 [rpms/sqlite] rawhide: Enable the carray() table-valued function Petr Khartskhaev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox