From 3c8201b11ea4a45e97123cca520a452d0cc6f904 Mon Sep 17 00:00:00 2001 From: Jan Staněk Date: Feb 26 2015 14:03:03 +0000 Subject: Updated to version 3.8.8.3 (https://sqlite.org/releaselog/3_8_8_3.html) --- diff --git a/.gitignore b/.gitignore index a1e4012..35b2962 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,5 @@ /sqlite-doc-3080704.zip /sqlite-src-3080800.zip /sqlite-doc-3080800.zip +/sqlite-src-3080803.zip +/sqlite-doc-3080803.zip diff --git a/sources b/sources index bc7029e..d5d4f82 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -4582c8fe99fa59a31fe25566ac018b4d sqlite-src-3080800.zip -2eccef516e76f4e2c1584e725038c564 sqlite-doc-3080800.zip +7aed8084e18c2677c71345cbd8ca0b76 sqlite-src-3080803.zip +3cba9fa0b00f07eb189fc1b546e66d9d sqlite-doc-3080803.zip diff --git a/sqlite.spec b/sqlite.spec index a3b2b00..2f65265 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -3,14 +3,14 @@ %bcond_with static %bcond_without check -%define realver 3080800 -%define docver 3080800 -%define rpmver 3.8.8 +%define realver 3080803 +%define docver 3080803 +%define rpmver 3.8.8.3 Summary: Library that implements an embeddable SQL database engine Name: sqlite Version: %{rpmver} -Release: 3%{?dist} +Release: 1%{?dist} License: Public Domain Group: Applications/Databases URL: http://www.sqlite.org/ @@ -204,6 +204,9 @@ make test %endif %changelog +* Thu Feb 26 2015 Jan Stanek - 3.8.8.3-1 +- Updated to version 3.8.8.3 (https://sqlite.org/releaselog/3_8_8_3.html) + * Sat Feb 21 2015 Till Maas - 3.8.8-3 - Rebuilt for Fedora 23 Change https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code