update to 3.34.1.0
This commit is contained in:
parent
481a887056
commit
bf160feecf
1
.gitignore
vendored
1
.gitignore
vendored
@ -53,3 +53,4 @@ sqlite-3.6.22.tar.gz
|
|||||||
/sqlite-src-3320300.zip
|
/sqlite-src-3320300.zip
|
||||||
/sqlite-src-3330000.zip
|
/sqlite-src-3330000.zip
|
||||||
/sqlite-src-3340000.zip
|
/sqlite-src-3340000.zip
|
||||||
|
/sqlite-src-3340100.zip
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
%global name1 sqlite
|
%global name1 sqlite
|
||||||
|
|
||||||
%global realver 3340000
|
%global realver 3340100
|
||||||
%global rpmver 3.34.0.0
|
%global rpmver 3.34.1.0
|
||||||
|
|
||||||
# bcond default logic is nicely backwards...
|
# bcond default logic is nicely backwards...
|
||||||
%bcond_with tcl
|
%bcond_with tcl
|
||||||
@ -16,7 +16,7 @@ Summary: MinGW Windows port of sqlite embeddable SQL database engine
|
|||||||
|
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
URL: http://www.sqlite.org/
|
URL: http://www.sqlite.org/
|
||||||
Source0: http://www.sqlite.org/2020/%{name1}-src-%{realver}.zip
|
Source0: http://www.sqlite.org/2021/%{name1}-src-%{realver}.zip
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -220,6 +220,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 20 2021 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.34.1.0-1
|
||||||
|
- update to 3.34.1.0
|
||||||
|
|
||||||
* Sat Dec 02 2020 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.34.0.0-1
|
* Sat Dec 02 2020 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.34.0.0-1
|
||||||
- update to 3.34.0.0
|
- update to 3.34.0.0
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (sqlite-src-3340000.zip) = 520fbca59da02452e2861a140bde891aedfc8254eafaa6894e8d845369d60d6a921595a411efb2611c0f7b0cadd69a713dcdaaeaad1e4254e9fd9a6efde07f91
|
SHA512 (sqlite-src-3340100.zip) = 5ed02fe609b3d08c3297cc43b21e6ee3f56fb51a6616ac391a0e50cd1677dbad03c6bf9bf9c8409cf94b83b16fe6b6e4a112640b18c7d4fd95328066da3c3943
|
||||||
|
Loading…
Reference in New Issue
Block a user