Hello community,

here is the log from the commit of package sqlite3 for openSUSE:12.1 checked in 
at 2011-10-27 19:34:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1/sqlite3 (Old)
 and      /work/SRC/openSUSE:12.1/.sqlite3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sqlite3", Maintainer is "m...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:12.1/sqlite3/sqlite3.changes     2011-10-24 
13:26:47.000000000 +0200
+++ /work/SRC/openSUSE:12.1/.sqlite3.new/sqlite3.changes        2011-10-28 
19:09:19.000000000 +0200
@@ -1,0 +2,24 @@
+Fri Oct  7 11:26:43 UTC 2011 - m...@suse.com
+
+- New version 3.8:
+  * Orders of magnitude performance improvement for CREATE INDEX on
+    very large tables.
+  * Improved the windows VFS to better defend against interference
+    from anti-virus software.
+  * Improved query plan optimization when the DISTINCT keyword is
+    present.
+  * Allow more system calls to be overridden in the unix VFS - to
+    provide better support for chromium sandboxes.
+  * Increase the default size of a lookahead cache line from 100 to
+    128 bytes.
+  * Enhancements to the test_quota.c module so that it can track
+    preexisting files.
+  * Bug fix: Virtual tables now handle IS NOT NULL constraints
+    correctly.
+  * Bug fixes: Correctly handle nested correlated subqueries used
+    with indices in a WHERE clause.
+
+- Re-integrate the Tcl bidings as a subpackage, now that it is
+  easier to build both out of a single tarball.
+
+-------------------------------------------------------------------

Old:
----
  sqlite-autoconf-3070701.tar.gz

New:
----
  sqlite-autoconf-3070800.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.jaAM3F/_old  2011-10-28 19:09:19.000000000 +0200
+++ /var/tmp/diff_new_pack.jaAM3F/_new  2011-10-28 19:09:19.000000000 +0200
@@ -15,9 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
-%define tarversion %{expand:%(IFS=.; a="%{version}"; printf "%d%02d%02d%02d" 
$a)}
 #
 %if 0%{?suse_version} >= 1100
 # The package naming scheme changed starting with openSUSE 11.0
@@ -27,7 +25,7 @@
 %endif
 
 Name:           sqlite3
-BuildRequires:  pkg-config readline-devel
+BuildRequires:  pkg-config readline-devel tcl-devel
 %if %{?suse_version:1}%{?!suse_version:0}
 BuildRequires:  update-desktop-files
 %endif
@@ -35,8 +33,10 @@
 Group:          Productivity/Databases/Servers
 Summary:        Embeddable SQL Database Engine
 Url:            http://www.sqlite.org/
-Version:        3.7.7.1
+Version:        3.7.8
 Release:        1
+# %(IFS=.; a="%{version}"; printf "%d%02d%02d%02d" $a)
+%define tarversion 3070800
 # bug437293
 %ifarch ppc64
 Obsoletes:      sqlite-64bit
@@ -63,12 +63,6 @@
 SQLite can be used via the sqlite command line tool or via any
 application that supports the Qt database plug-ins.
 
-
-
-Authors:
---------
-    D. Richard Hipp <d...@hwaci.com>
-
 %if %newscheme
 
 %package -n libsqlite3-0
@@ -91,12 +85,6 @@
 SQLite can be used via the sqlite command line tool or via any
 application that supports the Qt database plug-ins.
 
-
-
-Authors:
---------
-    D. Richard Hipp <d...@hwaci.com>
-
 %endif
 
 %package devel
@@ -119,11 +107,18 @@
 SQLite can be used via the sqlite command-line tool or via any
 application which supports the Qt database plug-ins.
 
+%package tcl
+License:        Public Domain, Freeware
+Group:          Development/Libraries/Tcl
+Summary:        Tcl binding for SQLite
 
+%description tcl
+This package contains laguage bindings from the Tcl programming
+language SQLite.
 
-Authors:
---------
-    D. Richard Hipp <d...@hwaci.com>
+SQLite is a C library that implements an embeddable SQL database
+engine. Programs that link with the SQLite library can have SQL
+database access without running a separate RDBMS process.
 
 %prep
 %setup -q -n sqlite-autoconf-%tarversion
@@ -132,14 +127,17 @@
 export CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_USE_URI"
 %configure --disable-static
 make
+cd tea
+export CFLAGS=-I..
+export LDFLAGS=-L../.libs
+%configure --with-tcl=%_libdir --with-system-sqlite
 
 %install
 make install DESTDIR=%buildroot
 rm %buildroot/%_libdir/*.la
+cd tea
+make install DESTDIR=%buildroot libdir=%tcl_archdir
 
-%clean
-  rm -rf %buildroot
-#
 %if %newscheme
 
 %post -n libsqlite3-0 -p /sbin/ldconfig
@@ -170,4 +168,9 @@
 %_libdir/libsqlite*.so
 %_libdir/pkgconfig/sqlite3.pc
 
+%files tcl
+%defattr(-,root,root)
+%tcl_archdir
+%doc %_mandir/mann/*
+
 %changelog

++++++ sqlite-autoconf-3070701.tar.gz -> sqlite-autoconf-3070800.tar.gz ++++++
++++ 11259 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to