update to version 3.28.0 (https://sqlite.org/releaselog/3_28_0.html)
remove sqlite-3.8.10.1-tcl-regress-tests.patch as the issue is fixed with rawhide tcl.
This commit is contained in:
parent
cced181805
commit
709ff94d3e
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
SHA512 (sqlite-autoconf-3270200.tar.gz) = 0ac2515c7816932a4f725e657122c9f202bd7aba637bad9af5b4592b85efdd10a55ad34ac621b60a7aea91b1021c2ef0924c6ddfe05b2edb4f70e3d34b005972
|
SHA512 (sqlite-src-3280000.zip) = 49c35c65fa686a2326e13218db583c54fa5fe8f48f0caddd11a942601803b3023f7d32ffbab16641e0d72dc9ed288ad26eaa7226c865ac54e1f181859125651f
|
||||||
SHA512 (sqlite-doc-3270200.zip) = 00a7c51aeaea2d9338662553c331addca8cd4ae656f4090630b4b2c2e6ceffffd9bd3c6a97117915577cfd6dafeddf9da21f865ab378f86c4832ba0b1c419a2f
|
SHA512 (sqlite-doc-3280000.zip) = 83e23dff00614d31d501c66c29d8d4aa780b38859242b58937243235d185fe3db2f9f3c1accf9bf2df0b457a6e32612a00e82f503a8665aad4f19602e2b36396
|
||||||
SHA512 (sqlite-src-3270200.zip) = 52f61e2fa54558b953dba62b27961eef8563f40e6b4a62638087cb22c7d1fdf2c915ea1071939e2e98f3ce6041da2c9bfb1bdbc1e8b8b4a049b8148e878a4e5e
|
SHA512 (sqlite-autoconf-3280000.tar.gz) = e800c0d9e6c8c01ccf1d714c6c4da4b98e9610c4c06557dda6393d0792a8ae09788703d4a74dcb21844c49b3629ff7ed95a4a86ff79872aafd2b49c672c7a570
|
||||||
|
14
sqlite.spec
14
sqlite.spec
@ -3,14 +3,14 @@
|
|||||||
%bcond_with static
|
%bcond_with static
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
|
|
||||||
%define realver 3270200
|
%define realver 3280000
|
||||||
%define docver 3270200
|
%define docver 3280000
|
||||||
%define rpmver 3.27.2
|
%define rpmver 3.28.0
|
||||||
|
|
||||||
Summary: Library that implements an embeddable SQL database engine
|
Summary: Library that implements an embeddable SQL database engine
|
||||||
Name: sqlite
|
Name: sqlite
|
||||||
Version: %{rpmver}
|
Version: %{rpmver}
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
URL: http://www.sqlite.org/
|
URL: http://www.sqlite.org/
|
||||||
|
|
||||||
@ -27,8 +27,6 @@ Patch2: sqlite-3.7.7.1-stupid-openfiles-test.patch
|
|||||||
Patch3: sqlite-3.12.2-no-malloc-usable-size.patch
|
Patch3: sqlite-3.12.2-no-malloc-usable-size.patch
|
||||||
# Temporary workaround for failed percentile test, see patch for details
|
# Temporary workaround for failed percentile test, see patch for details
|
||||||
Patch4: sqlite-3.8.0-percentile-test.patch
|
Patch4: sqlite-3.8.0-percentile-test.patch
|
||||||
# Disable test failing due to tcl regression. Details in patch file.
|
|
||||||
Patch6: sqlite-3.8.10.1-tcl-regress-tests.patch
|
|
||||||
# Disable test date-2.2c on i686
|
# Disable test date-2.2c on i686
|
||||||
Patch7: sqlite-3.16-datetest-2.2c.patch
|
Patch7: sqlite-3.16-datetest-2.2c.patch
|
||||||
# Modify sync2.test to pass with DIRSYNC turned off
|
# Modify sync2.test to pass with DIRSYNC turned off
|
||||||
@ -126,7 +124,6 @@ This package contains the analysis program for %{name}.
|
|||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%patch6 -p1
|
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
%endif
|
%endif
|
||||||
@ -235,6 +232,9 @@ make test
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 13 2019 Petr Kubat <pkubat@redhat.com> - 3.28.0-1
|
||||||
|
- Updated to version 3.28.0 (https://sqlite.org/releaselog/3_28_0.html)
|
||||||
|
|
||||||
* Thu Feb 28 2019 Petr Kubat <pkubat@redhat.com> - 3.27.2-1
|
* Thu Feb 28 2019 Petr Kubat <pkubat@redhat.com> - 3.27.2-1
|
||||||
- Updated to version 3.27.2 (https://sqlite.org/releaselog/3_27_2.html)
|
- Updated to version 3.27.2 (https://sqlite.org/releaselog/3_27_2.html)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user