Commit Graph

286 Commits

Author SHA1 Message Date
Zuzana Miklankova
ddf3ce0ebf
remove patch 5 - adjust sync test
The test is passing even without this patch
2023-07-13 12:30:00 +02:00
Zuzana Miklankova
6ebb751fb9
remove patch4 - disabling date test
The test is passing on all arches
2023-07-13 12:24:45 +02:00
Zuzana Miklankova
54405b5d66
remove patch3 - temporary disabling percentile test
The test no longer fails on i686 in rawhide
2023-07-13 10:39:38 +02:00
Zuzana Miklankova
1a12e88f50
remove patch2 - double free when using createrepo
Related: #801981

Removing as the bug is no longer reproducible in rawhide even without
this patch. Also disabling malloc_usable_size() is not optimal[1]:

"If the HAVE_MALLOC_USABLE_SIZE option is omitted or is false, then
SQLite uses a wrapper around system malloc() and realloc() that enlarges
each allocation by 8 bytes and writes the size of the allocation in the
initial 8 bytes, and then SQLite also implements its own home-grown
version of malloc_usable_size() that consults that 8-byte prefix to find
the allocation size. This approach works but it is suboptimal.
Applications are encouraged to use HAVE_MALLOC_USABLE_SIZE whenever
possible. "

Reproducing steps:

\# export MALLOC_CHECK_=3
\# createrepo -d .
Directory walk started
Directory walk done - 15 packages
Temporary output repo path: ./.repodata/
Preparing sqlite DBs
Pool started (with 5 workers)
Pool finished

[1] https://www.sqlite.org/compile.html
2023-07-13 10:39:32 +02:00
Zuzana Miklankova
9c86df44e1
rebase back to 3.42.0 2023-07-13 09:57:42 +02:00
Zuzana Miklankova
8331b8efec
add gating.yaml
so the package will be gated on the tests before transferring to testing,
respectively stable state.
2023-06-23 12:35:36 +02:00
Zuzana Miklankova
35f4dd2d03
downgrade sqlite to 3.41.2
reason is crash during package install with sqlite 3.42.0

Related: #2216688
2023-06-23 12:23:03 +02:00
Zuzana Miklankova
e1c8a26134
rebase to 3.42.0
use %patch -P N instead of deprecated %patchN
2023-06-21 16:58:44 +02:00
Siddhesh Poyarekar
adb48d02f1 Drop duplicate -mbranch-protection
The rpminspect error was likely a bug in rpminspect/annobin.
-mbranch-protection is added by default to CFLAGS through
redhat-rpm-config.
2023-05-25 11:34:33 -04:00
Zuzana Miklankova
c066bc2195
rebase to 3.41.2
migrate to SPDX license
2023-03-27 11:56:44 +02:00
Fedora Release Engineering
2c4807a995 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-21 03:55:04 +00:00
Shlomi Fish
4d4f2fffb6 Add provides for the 'sqlite3' executable
So one can do 'dnf install sqlite3'.
2023-01-02 13:46:41 +00:00
Zuzana Miklankova
7b4a7e0256
update to 3.40.1 2023-01-02 09:46:26 +01:00
Zuzana Miklankova
90c43fcacc
update to 3.40.0 2022-11-18 09:34:40 +01:00
Zuzana Miklankova
e581c87d4e
update to 3.39.4 2022-10-19 14:56:07 +02:00
Zuzana Miklankova
e6e5938a46
update to 3.39.3 2022-09-06 12:07:15 +02:00
Zuzana Miklankova
0ddb5e1f4a
update to 3.39.2 2022-07-29 10:06:10 +02:00
Fedora Release Engineering
b570eb4256 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-23 09:16:43 +00:00
Zuzana Miklankova
3beb0299d4
update to 3.39.1
And fix incorrect date in changelog of specfile.

Resolves: #2106900
2022-07-18 14:47:59 +02:00
Zuzana Miklankova
57bfa64729
update to 3.39.0 2022-06-27 11:57:20 +02:00
Zuzana Miklankova
807afbf3e8
Release bump for rebuild with fixed '--without sqldiff' option
This is not really necessary, because the change would not affect the
resulting package, which is shipped to Fedora, but this way I see as
more transparent.
2022-06-09 16:13:45 +02:00
Jan Pazdziora
110de5f827
Fix build error --without sqldiff.
Addressing
error: Installed (but unpackaged) file(s) found:
   /usr/bin/sqldiff
   /usr/lib/debug/usr/bin/sqldiff-3.31.1-1.fc31.x86_64.debug
2022-06-09 13:27:18 +02:00
Zuzana Miklankova
f04125dafa
update to 3.38.5 2022-05-09 11:19:28 +02:00
Zuzana Miklankova
3926e22b6b
Bump release because of various updates in build 2022-05-02 11:39:30 +02:00
Zuzana Miklankova
5fdbe169f2
add autoupdate command to %prep
Use of autoupdate removes WARNING messages, that tell about using deprecated macros
in the %build.

https://www.gnu.org/software/autoconf/manual/autoconf-2.60/html_node/autoupdate-Invocation.html
2022-05-02 11:33:23 +02:00
Zuzana Miklankova
1b8b324002
remove configure flag --enable-json1, as it is default from 3.38.0
Its usage causes warnings, as the flag is not available anymore.
Upstream docs: https://www.sqlite.org/compile.html#enable_json1

Moreover --disable-dependency-tracking and --enable-threads-override-locks
flags are not supported by the sqlite, but used as configure options and
are causing WARNING.
This is because they are a part of %configure macro and can not be
removed easily from there.
2022-05-02 11:28:31 +02:00
Zuzana Miklankova
f45efa0be6
add flag -mbranch-protection=standard for aarch64
added because of rpminspect check, which failed with:

FAIL: branch-protection test because the -mbranch-protection option was
not used
2022-05-02 11:27:07 +02:00
Zuzana Miklankova
0f684764a1
Update to 3.38.3 2022-04-28 09:24:43 +02:00
Zuzana Miklankova
511cb0af85
Update to 3.38.2 2022-04-07 10:51:28 +02:00
Zuzana Miklankova
afab63ea3c Merge #13 Enable tmt CI tests, remove obsolete STI test 2022-03-24 12:59:07 +00:00
Zuzana Miklankova
c2aa962caa
Update to 3.38.1 2022-03-23 13:03:09 +01:00
Filip Janus
a015330730 Enable tmt CI tests, remove obsolete STI test 2022-03-21 17:34:26 +01:00
Zuzana Miklankova
9e13576d40
Rebase to 3.38.0
- CFLAGS switched to configure options where possible
- remove SQLITE_ENABLE_MATH_FUNCTION, as this is default
- for i686 the atof1.test removed, due to failures, issue is filled in
  upstream. If the issue is fixed upstream, the test can be reenabled.
  Link on the issue: https://www.sqlite.org/forum/forumpost/b6a48b79f9
2022-03-15 13:11:48 +01:00
Fedora Release Engineering
f67f322c94 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-22 01:31:30 +00:00
Ondrej Dubaj
584b64a32d Enabled SQLITE_DBPAGE virtual table (#1973454) 2021-08-18 09:11:47 +02:00
Fedora Release Engineering
c598d326d1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-23 18:09:23 +00:00
Ondrej Dubaj
df6059ea18 Support SHA-1 algorithms (revert) 2021-07-12 08:31:03 +02:00
Ondrej Dubaj
219120d4fc Rebase to version 3.36.0 (#1973815) 2021-07-01 14:42:36 +02:00
Ondrej Dubaj
bee3a4ab7c Updated to version 3.35.5 (#1951196) 2021-04-20 07:55:15 +02:00
Ondrej Dubaj
2b4b69fa67 Remove SHA-1 algorithms according to its deprecation in RHEL-9 (#1935442) 2021-04-19 10:11:35 +02:00
Ondrej Dubaj
d95c433dc3 Fixed handling LIKE experrsion in WHERE clause (#1947883) 2021-04-14 08:33:09 +02:00
Ondrej Dubaj
cc02f02fbe Updated to version 3.35.4 (#1945904) 2021-04-06 09:19:44 +02:00
Ondrej Dubaj
f268594ea0 Updated to version 3.35.3 (#1943555) 2021-03-27 18:55:44 +01:00
Ondrej Dubaj
0a82e2f7fc Updated to version 3.35.2 (#1940208) 2021-03-18 08:23:04 +01:00
Ondrej Dubaj
8c30a63270 Updated to version 3.35.1 (#1939197) 2021-03-16 09:15:25 +01:00
Ondrej Dubaj
4f5d23b554 Updated to version 3.35.0 (#1938256) 2021-03-15 09:30:27 +01:00
Fedora Release Engineering
39b5d413df - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 20:55:49 +00:00
Ondrej Dubaj
d0951b106a Rebase to version 3.34.1 2021-01-25 09:12:11 +01:00
Tom Stellard
090121b464 Add BuildRequires: make
https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
2021-01-08 21:53:31 +00:00
Ondrej Dubaj
ee088db164 Updated to version 3.34.0 2020-12-02 08:33:34 +01:00