Updated to version 3.8.6 (http://www.sqlite.org/releaselog/3_8_6.html)
This commit is contained in:
parent
7649f308ea
commit
7515b23d4d
2
.gitignore
vendored
2
.gitignore
vendored
@ -50,3 +50,5 @@
|
|||||||
/sqlite-doc-3080403.zip
|
/sqlite-doc-3080403.zip
|
||||||
/sqlite-src-3080500.zip
|
/sqlite-src-3080500.zip
|
||||||
/sqlite-doc-3080500.zip
|
/sqlite-doc-3080500.zip
|
||||||
|
/sqlite-src-3080600.zip
|
||||||
|
/sqlite-doc-3080600.zip
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
b44d4f66345ac34a880cbb4a68108ae6 sqlite-src-3080500.zip
|
ccac79fdcc5066b8221b606273142ae0 sqlite-src-3080600.zip
|
||||||
9c5771e654ca21a9023bc330b379e793 sqlite-doc-3080500.zip
|
e65b1a9569d3e3129538942255db0af1 sqlite-doc-3080600.zip
|
||||||
|
11
sqlite.spec
11
sqlite.spec
@ -3,14 +3,14 @@
|
|||||||
%bcond_with static
|
%bcond_with static
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
|
|
||||||
%define realver 3080500
|
%define realver 3080600
|
||||||
%define docver 3080500
|
%define docver 3080600
|
||||||
%define rpmver 3.8.5
|
%define rpmver 3.8.6
|
||||||
|
|
||||||
Summary: Library that implements an embeddable SQL database engine
|
Summary: Library that implements an embeddable SQL database engine
|
||||||
Name: sqlite
|
Name: sqlite
|
||||||
Version: %{rpmver}
|
Version: %{rpmver}
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
URL: http://www.sqlite.org/
|
URL: http://www.sqlite.org/
|
||||||
@ -204,6 +204,9 @@ make test
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 19 2014 Jan Stanek <jstanek@redhat.com> - 3.8.6-1
|
||||||
|
- Updated to version 3.8.6 (http://www.sqlite.org/releaselog/3_8_6.html)
|
||||||
|
|
||||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.5-3
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.5-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user