Updated to version 3.14.2

This commit is contained in:
Jakub Dorňák 2016-09-21 10:20:57 +02:00
parent a016d3aadf
commit 989e347e7f
2 changed files with 9 additions and 6 deletions

View File

@ -1,3 +1,3 @@
2990ed6a3d3f45a65d66386fba1e64d8 sqlite-src-3140100.zip
494287b4dc0d2696e0ca1e7462e518da sqlite-doc-3140100.zip
3634a90a3f49541462bcaed3474b2684 sqlite-autoconf-3140100.tar.gz
7e77629393a635f6e4c0b13327df6489 sqlite-src-3140200.zip
5c7297439c41d368bd4cffab5308e9a5 sqlite-doc-3140200.zip
90c53cacb811db27f990b8292bd96159 sqlite-autoconf-3140200.tar.gz

View File

@ -3,9 +3,9 @@
%bcond_with static
%bcond_without check
%define realver 3140100
%define docver 3140100
%define rpmver 3.14.1
%define realver 3140200
%define docver 3140200
%define rpmver 3.14.2
Summary: Library that implements an embeddable SQL database engine
Name: sqlite
@ -235,6 +235,9 @@ make test
%endif
%changelog
* Wed Sep 21 2016 Jakub Dorňák <jdornak@redhat.com> - 3.14.2-1
- Updated to version 3.14.2 (https://sqlite.org/releaselog/3_14_2.html)
* Mon Aug 15 2016 Jakub Dorňák <jdornak@redhat.com> - 3.14.1-1
- Updated to version 3.14.1 (https://sqlite.org/releaselog/3_14_1.html)