update to 3.11.0.0
This commit is contained in:
parent
f8fa4fbe10
commit
48a52c3f65
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ sqlite-3.6.22.tar.gz
|
||||
/sqlite-src-3080403.zip
|
||||
/sqlite-src-3100100.zip
|
||||
/sqlite-src-3100200.zip
|
||||
/sqlite-src-3110000.zip
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
%global name1 sqlite
|
||||
|
||||
%global realver 3100200
|
||||
%global rpmver 3.10.2.0
|
||||
%global realver 3110000
|
||||
%global rpmver 3.11.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
|
||||
* Thu Feb 18 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.11.0.0-1
|
||||
- update to 3.11.0.0
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.2.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user