update to 3.7.15.2
This commit is contained in:
parent
28775a8258
commit
4f9a05d3c4
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ sqlite-3.6.22.tar.gz
|
||||
/sqlite-src-3070900.zip
|
||||
/sqlite-src-3071300.zip
|
||||
/sqlite-src-3071401.zip
|
||||
/sqlite-src-3071502.zip
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
%global name1 sqlite
|
||||
|
||||
%global realver 3071401
|
||||
%global rpmver 3.7.14.1
|
||||
%global realver 3071502
|
||||
%global rpmver 3.7.15.2
|
||||
|
||||
# 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
|
||||
@ -218,6 +218,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Mar 3 2013 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.7.15.2-1
|
||||
- Update to 3.7.15.2
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.14.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user