rebase to upstream version 3.45.0
- list explicit soname version provide - disable some failing tests for i686
This commit is contained in:
parent
3afd5b3bb3
commit
f1a60499db
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
SHA512 (sqlite-src-3440200.zip) = 5c1fed9c399dad75735a1b4451f8f6be474b07652d74500649e60474691923f56156ef6d5bce51b58367c1676371f1184e32584fe9ac4d5dd0c4776fa6f1d9a3
|
SHA512 (sqlite-doc-3450000.zip) = a92b7967c77a1f3e923099051bd88a58591e17bdf891f1533fa9e81b483fc05b6c4c7a66fb9399c3a76abf3c446bb02a93fd11a9e5c9b3171a58f65698217b68
|
||||||
SHA512 (sqlite-doc-3440200.zip) = a7c92af0d3a61a2450511cfb507785c7ab64c21c6dbcf5a8bdef509d25a6b3ca35ce93a25ca827497c27abca77d11b794fbbc783e4d8e131981bf1d4b29f83e8
|
SHA512 (sqlite-src-3450000.zip) = ae5152bf00d6fa69dad3e41eb07052277481c48e0c63da1081767f3c76ce026615e96760355b6e75d689588059c106add5e9066e6dcbab60e36996ec76ef2874
|
||||||
SHA512 (sqlite-autoconf-3440200.tar.gz) = 59ad55df15eb84430f5286db2e5ceddd6ca1fc207a6343546a365c0c1baf20258e96c53d2ad48b50385608d03de09a692ae834cb78a39d1a48cb36a05722e402
|
SHA512 (sqlite-autoconf-3450000.tar.gz) = 40ae9ba1dea234aacfecf44a6b1c0713c24348d8d475503c11f1d92ed2fffb54a765bbd0669f39aa09d20f42cbcfac4dedcf7e64f4421b8762eebfc66399aa9a
|
||||||
|
18
sqlite.spec
18
sqlite.spec
@ -4,10 +4,10 @@
|
|||||||
%bcond_with static
|
%bcond_with static
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
|
|
||||||
%define realver 3440200
|
%define realver 3450000
|
||||||
%define docver 3440200
|
%define docver 3450000
|
||||||
%define rpmver 3.44.2
|
%define rpmver 3.45.0
|
||||||
%define year 2023
|
%define year 2024
|
||||||
|
|
||||||
Summary: Library that implements an embeddable SQL database engine
|
Summary: Library that implements an embeddable SQL database engine
|
||||||
Name: sqlite
|
Name: sqlite
|
||||||
@ -128,8 +128,10 @@ This package contains the analysis program for %{name}.
|
|||||||
# The atof test is failing on the i686 architecture, when binary configured with
|
# The atof test is failing on the i686 architecture, when binary configured with
|
||||||
# --enable-rtree option. Failing part is text->real conversion and
|
# --enable-rtree option. Failing part is text->real conversion and
|
||||||
# text->real->text conversion in lower significant values after decimal point in a number.
|
# text->real->text conversion in lower significant values after decimal point in a number.
|
||||||
|
# func4 tests fail for i686 on float<->int conversions.
|
||||||
%ifarch == i686
|
%ifarch == i686
|
||||||
rm test/atof1.test
|
rm test/atof1.test
|
||||||
|
rm test/func4.test
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Remove backup-file
|
# Remove backup-file
|
||||||
@ -223,7 +225,8 @@ make test
|
|||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.0.8.6
|
||||||
|
%{_libdir}/*.so.0
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
@ -255,6 +258,11 @@ make test
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 16 2024 Zuzana Miklankova <zmiklank@redhat.com> - 3.45.0-1
|
||||||
|
- Updated to version 3.45.0 (https://sqlite.org/releaselog/3_45_0.html)
|
||||||
|
- List versioned soname in files, preventing unnoticed soname bumps
|
||||||
|
- Disable func4 tests for i686 arch due to failing float<->int conversions
|
||||||
|
|
||||||
* Thu Dec 07 2023 Zuzana Miklankova <zmiklank@redhat.com> - 3.44.2-1
|
* Thu Dec 07 2023 Zuzana Miklankova <zmiklank@redhat.com> - 3.44.2-1
|
||||||
- Updated to version 3.44.2 (https://sqlite.org/releaselog/3_44_2.html)
|
- Updated to version 3.44.2 (https://sqlite.org/releaselog/3_44_2.html)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user