diff --git a/sqlite-autoconf-3080002.tar.gz b/sqlite-autoconf-3080002.tar.gz deleted file mode 100644 index cf8af56..0000000 --- a/sqlite-autoconf-3080002.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fca3a0a12f94dc92a6d9e700c3f6cab6cd4e79214bd7b6f13717a10f4bcfddb2 -size 1878765 diff --git a/sqlite-autoconf-3080100.tar.gz b/sqlite-autoconf-3080100.tar.gz new file mode 100644 index 0000000..7203804 --- /dev/null +++ b/sqlite-autoconf-3080100.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:176df9a5dfbf4cf8516ef7b91ee187779855f51d4502534a5826034458ba2bb5 +size 1896869 diff --git a/sqlite3.changes b/sqlite3.changes index f5085aa..112186d 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Oct 18 07:18:45 UTC 2013 - kpetsch@suse.com + +- New version 3.8.1: +- Full list of changes: http://sqlite.org/releaselog/3_8_1.html +- Highlights: + * Enhancements to the query planner + * Refactor the implementation of PRAGMA statements to improve + parsing performance. + * Add the "totype.c" extension, implementing the tointeger() and + toreal() SQL functions. + * Added the SQLITE_MINIMUM_FILE_DESCRIPTOR compile-time option + ------------------------------------------------------------------- Mon Sep 23 11:49:21 UTC 2013 - max@suse.com diff --git a/sqlite3.spec b/sqlite3.spec index a008c45..6944434 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -17,9 +17,9 @@ Name: sqlite3 -Version: 3.8.0.2 +Version: 3.8.1 Release: 0 -%define tarversion 3080002 +%define tarversion 3080100 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain Group: Productivity/Databases/Servers