From: Adam Gołębiowski Date: Wed, 18 Jan 2012 12:55:15 +0000 (+0000) Subject: - updated to 3.7.10 X-Git-Tag: auto/th/sqlite3-3_7_10-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?p=packages%2Fsqlite3.git;a=commitdiff_plain;h=ae8dd287c0a739b3b50b35b3035f4df08c0ea4e1 - updated to 3.7.10 Changed files: sqlite3.spec -> 1.108 --- diff --git a/sqlite3.spec b/sqlite3.spec index 2cacf50..7fab078 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -20,7 +20,7 @@ %undefine with_tests %endif -%define realver 3070900 +%define realver 3071000 %define srcver src %define rpmver %(echo %{realver}|sed -e "s/00//g" -e "s/0/./g") %define _ulibdir /usr/lib @@ -29,13 +29,13 @@ Summary: SQLite library Summary(pl.UTF-8): Biblioteka SQLite Name: sqlite3 -Version: 3.7.9 +Version: 3.7.10 Release: 1 License: Public Domain Group: Libraries # Source0Download: http://www.sqlite.org/download.html Source0: http://www.sqlite.org/sqlite-%{srcver}-%{realver}.zip -# Source0-md5: b2646c5a0c0b5bc6b8f0b67fc318bab3 +# Source0-md5: 16da2e08ce2233556965cdf20d614bd9 Patch0: %{name}-sign-function.patch URL: http://www.sqlite.org/ %{?with_load_extension:Provides: %{name}(load_extension)}