From: Adam Gołębiowski Date: Mon, 20 May 2013 11:03:34 +0000 (+0200) Subject: - updated to 3.7.17 X-Git-Tag: auto/th/sqlite3-3.7.17-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=7f1757437d7fe5dd6a9a7de90ffc0fcaa2927c48;p=packages%2Fsqlite3.git - updated to 3.7.17 --- diff --git a/sqlite3.spec b/sqlite3.spec index 5a19c34..49431b4 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -21,20 +21,20 @@ %endif #define version_num %(echo %{version} | awk -F. '{printf("%d%02d%02d%02d", $1, $2, $3, $4)}') -%define version_num 3071602 +%define version_num 3071700 %define _ulibdir /usr/lib %define tclver 8.5 Summary: SQLite library Summary(pl.UTF-8): Biblioteka SQLite Name: sqlite3 -Version: 3.7.16.2 -Release: 2 +Version: 3.7.17 +Release: 1 License: Public Domain Group: Libraries # Source0Download: http://www.sqlite.org/download.html Source0: http://www.sqlite.org/2013/sqlite-src-%{version_num}.zip -# Source0-md5: 0d821779acdb56eee1fd71343b41a1cc +# Source0-md5: 20f31ef72d9874fd8749c66441eaff74 Patch0: %{name}-sign-function.patch URL: http://www.sqlite.org/ %{?with_load_extension:Provides: %{name}(load_extension)}