From 2eb1953b1abbe0768f03c5cb379079b94aa9a01d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adam=20Go=C5=82=C4=99biowski?= Date: Wed, 1 Oct 2008 16:24:38 +0000 Subject: [PATCH] - updated to 3.6.3 Changed files: sqlite3-sign-function.patch -> 1.4 sqlite3.spec -> 1.57 --- sqlite3-sign-function.patch | 14 +++++++------- sqlite3.spec | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sqlite3-sign-function.patch b/sqlite3-sign-function.patch index 562837e..f3ce28a 100644 --- a/sqlite3-sign-function.patch +++ b/sqlite3-sign-function.patch @@ -34,10 +34,10 @@ diff -uNr sqlite-3.4.1/src/func.c.orig sqlite-3.4.1/src/func.c ** ** substr(x,p1,p2) returns p2 characters of x[] beginning with p1. @@ -1315,6 +1340,7 @@ - FUNCTION(substr, 2, 0, 0, substrFunc ), - FUNCTION(substr, 3, 0, 0, substrFunc ), - FUNCTION(abs, 1, 0, 0, absFunc ), -+ FUNCTION(sign, 1, 0, 0, signFunc ), - FUNCTION(round, 1, 0, 0, roundFunc ), - FUNCTION(round, 2, 0, 0, roundFunc ), - FUNCTION(upper, 1, 0, 0, upperFunc ), + FUNCTION(substr, 2, 0, 0, substrFunc ), + FUNCTION(substr, 3, 0, 0, substrFunc ), + FUNCTION(abs, 1, 0, 0, absFunc ), ++ FUNCTION(sign, 1, 0, 0, signFunc ), + FUNCTION(round, 1, 0, 0, roundFunc ), + FUNCTION(round, 2, 0, 0, roundFunc ), + FUNCTION(upper, 1, 0, 0, upperFunc ), diff --git a/sqlite3.spec b/sqlite3.spec index 6029500..95c9d0d 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -27,13 +27,13 @@ Summary: SQLite library Summary(pl.UTF-8): Biblioteka SQLite Name: sqlite3 -Version: 3.6.2 +Version: 3.6.3 Release: 1 License: LGPL Group: Libraries # Source0Download: http://www.sqlite.org/download.html Source0: http://www.sqlite.org/sqlite-%{version}.tar.gz -# Source0-md5: 46f92e42243bc51aaa3871645ce78bd5 +# Source0-md5: 671d2715f33158abc47a7a2ddd6066c5 Patch0: %{name}-sign-function.patch Patch1: %{name}-pkgconfig.patch URL: http://www.sqlite.org/ -- 2.44.0