update to 3.18.0.0
This commit is contained in:
parent
fafb746c4c
commit
af42194df1
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@ sqlite-3.6.22.tar.gz
|
||||
/sqlite-src-3160100.zip
|
||||
/sqlite-src-3160200.zip
|
||||
/sqlite-src-3170000.zip
|
||||
/sqlite-src-3180000.zip
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
%global name1 sqlite
|
||||
|
||||
%global realver 3170000
|
||||
%global rpmver 3.17.0.0
|
||||
%global realver 3180000
|
||||
%global rpmver 3.18.0.0
|
||||
|
||||
# bcond default logic is nicely backwards...
|
||||
%bcond_with tcl
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
Name: mingw-%{name1}
|
||||
Version: %{rpmver}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows port of sqlite embeddable SQL database engine
|
||||
|
||||
License: Public Domain
|
||||
@ -222,6 +222,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Mar 31 2018 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.18.0.0-1
|
||||
- update to 3.18.0.0
|
||||
|
||||
* Tue Feb 14 2017 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.17.0.0-1
|
||||
- update to 3.17.0.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (sqlite-src-3170000.zip) = e60381de33fbf566507454e4f1dfb7d3ada554e5c919f05f0dd2f96a6f266adaa62681437f21fdea1c24de57fb6141b798f97854918faa189b507f12f11e0d36
|
||||
SHA512 (sqlite-src-3180000.zip) = b82c5388066f2e905c067d75e890bf2ff03a522733b8c8e0ebdfffe1804d7ecb39b72f6d808fce59133ac8c645f8b6e163e3dff7bbb0d66bbe8748e069ca7a84
|
||||
|
Loading…
Reference in New Issue
Block a user