Updated to version 3.8.9 (https://www.sqlite.org/releaselog/3_8_9.html)
This commit is contained in:
parent
3c8201b11e
commit
492fdc40b0
2
.gitignore
vendored
2
.gitignore
vendored
@ -62,3 +62,5 @@
|
||||
/sqlite-doc-3080800.zip
|
||||
/sqlite-src-3080803.zip
|
||||
/sqlite-doc-3080803.zip
|
||||
/sqlite-src-3080900.zip
|
||||
/sqlite-doc-3080900.zip
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
7aed8084e18c2677c71345cbd8ca0b76 sqlite-src-3080803.zip
|
||||
3cba9fa0b00f07eb189fc1b546e66d9d sqlite-doc-3080803.zip
|
||||
5cf3e3314d5b060aadedda264305308d sqlite-src-3080900.zip
|
||||
e25020345df35d35cd81201f9f045263 sqlite-doc-3080900.zip
|
||||
|
11
sqlite.spec
11
sqlite.spec
@ -3,9 +3,9 @@
|
||||
%bcond_with static
|
||||
%bcond_without check
|
||||
|
||||
%define realver 3080803
|
||||
%define docver 3080803
|
||||
%define rpmver 3.8.8.3
|
||||
%define realver 3080900
|
||||
%define docver 3080900
|
||||
%define rpmver 3.8.9
|
||||
|
||||
Summary: Library that implements an embeddable SQL database engine
|
||||
Name: sqlite
|
||||
@ -204,6 +204,9 @@ make test
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Apr 14 2015 Jan Stanek <jstanek@redhat.com> - 3.8.9-1
|
||||
- Updated to version 3.8.9 (https://www.sqlite.org/releaselog/3_8_9.html)
|
||||
|
||||
* Thu Feb 26 2015 Jan Stanek <jstanek@redhat.com> - 3.8.8.3-1
|
||||
- Updated to version 3.8.8.3 (https://sqlite.org/releaselog/3_8_8_3.html)
|
||||
|
||||
@ -218,7 +221,7 @@ make test
|
||||
- Updated to version 3.8.8 (https://sqlite.org/releaselog/3_8_8.html)
|
||||
- Recreated patches to work on current version.
|
||||
|
||||
* Fri Dec 12 2014 Jan Stanek <jstanek@redhat.com> - 3.8.7.4-1
|
||||
* Fri Dec 12 2014 Jan Stanek <jstanek@redhat.com> - 3.8.7.4-1
|
||||
- Updated to version 3.8.7.4 (http://www.sqlite.org/releaselog/3_8_7_4.html)
|
||||
|
||||
* Tue Nov 25 2014 Jan Stanek <jstanek@redhat.com> - 3.8.7.2-1
|
||||
|
Loading…
Reference in New Issue
Block a user