From f75c937c9d4dec2d86c86c71432da89c26e47d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Stan=C4=9Bk?= Date: Tue, 22 Oct 2013 15:10:28 +0200 Subject: [PATCH] Update to 3.8.1 (http://www.sqlite.org/releaselog/3_8_1.html) --- .gitignore | 2 ++ sources | 4 ++-- sqlite.spec | 11 +++++++---- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index d7ba7c0..7bf3601 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,5 @@ /sqlite-doc-3071700.zip /sqlite-src-3080002.zip /sqlite-doc-3080002.zip +/sqlite-src-3080100.zip +/sqlite-doc-3080100.zip diff --git a/sources b/sources index a5f1f26..fee59d0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -99c9161e32981fba8bed160a86485d03 sqlite-src-3080002.zip -3f6cdfaff621cc3575ed71c66a396b75 sqlite-doc-3080002.zip +f05e46a9bea9f4be2165de2b425d0eed sqlite-src-3080100.zip +283ae3e6cf78f0bb0c7a17b67129ef68 sqlite-doc-3080100.zip diff --git a/sqlite.spec b/sqlite.spec index c783fe0..9ea20d2 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -3,14 +3,14 @@ %bcond_with static %bcond_without check -%define realver 3080002 -%define docver 3080002 -%define rpmver 3.8.0.2 +%define realver 3080100 +%define docver 3080100 +%define rpmver 3.8.1 Summary: Library that implements an embeddable SQL database engine Name: sqlite Version: %{rpmver} -Release: 4%{?dist} +Release: 1%{?dist} License: Public Domain Group: Applications/Databases URL: http://www.sqlite.org/ @@ -197,6 +197,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Oct 22 2013 Jan Stanek - 3.8.1-1 +- Update to 3.8.1 (http://www.sqlite.org/releaselog/3_8_1.html) + * Thu Sep 26 2013 Jan Stanek - 3.8.0.2-4 - Removed fullversioned provides and start using full version for rpm version