public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Petr Khartskhaev <pkhartsk@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/sqlite] rawhide: Enable the carray() table-valued function
Date: Thu, 04 Jun 2026 12:38:23 GMT [thread overview]
Message-ID: <178057670389.1.10235492895623187065.rpms-sqlite-c9a9e524226f@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-04 12:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178057670389.1.10235492895623187065.rpms-sqlite-c9a9e524226f@fedoraproject.org \
--to=pkhartsk@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox