update to 3.30.1.0
This commit is contained in:
parent
e37bb74fff
commit
c8b99aa20f
1
.gitignore
vendored
1
.gitignore
vendored
@ -46,3 +46,4 @@ sqlite-3.6.22.tar.gz
|
||||
/sqlite-src-3270200.zip
|
||||
/sqlite-src-3280000.zip
|
||||
/sqlite-src-3290000.zip
|
||||
/sqlite-src-3300100.zip
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
%global name1 sqlite
|
||||
|
||||
%global realver 3290000
|
||||
%global rpmver 3.29.0.0
|
||||
%global realver 3300100
|
||||
%global rpmver 3.30.1.0
|
||||
|
||||
# bcond default logic is nicely backwards...
|
||||
%bcond_with tcl
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
Name: mingw-%{name1}
|
||||
Version: %{rpmver}
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows port of sqlite embeddable SQL database engine
|
||||
|
||||
License: Public Domain
|
||||
@ -219,6 +219,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 11 2019 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.30.1.0-1
|
||||
- update to 3.30.1.0
|
||||
|
||||
* Tue Oct 08 2019 Sandro Mani <manisandro@gmail.com> - 3.29.0.0-3
|
||||
- Rebuild (Changes/Mingw32GccDwarf2)
|
||||
|
||||
|
1
sources
1
sources
@ -1 +1,2 @@
|
||||
SHA512 (sqlite-src-3290000.zip) = 575398fbe20c6471ee2abcbde170b8d48efbb3cb2716a65f42f05c52429a45d14e8046e50c59bbf75bfe2d8f151c34abd50b440c50af571f19e19f3290b230df
|
||||
SHA512 (sqlite-src-3300100.zip) = f40236d0bb25f3ea01a1192dace3b6732fb671fbdabb7cfa8d0cc2b99d21aef00ae380999fdee904501cb03304644cddfb2506951f36a2f6a83693f311c3c11d
|
||||
|
Loading…
Reference in New Issue
Block a user