Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2013-08-13 12:56:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sqlite3 (Old)
 and      /work/SRC/openSUSE:Factory/.sqlite3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sqlite3"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes  2013-03-22 
12:07:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sqlite3.new/sqlite3.changes     2013-08-13 
12:56:54.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Aug 12 22:31:19 UTC 2013 - m...@suse.com
+
+- The Tcl bindings for SQLite are now part of the Tcl core, so the
+  sqlite3-tcl subpackage is no longer needed.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.RJVZDK/_old  2013-08-13 12:56:54.000000000 +0200
+++ /var/tmp/diff_new_pack.RJVZDK/_new  2013-08-13 12:56:54.000000000 +0200
@@ -17,9 +17,9 @@
 
 
 Name:           sqlite3
-Version:        3.7.16
+Version:        3.7.17
 Release:        0
-%define tarversion 3071600
+%define tarversion 3071700
 Summary:        Embeddable SQL Database Engine
 License:        SUSE-Public-Domain
 Group:          Productivity/Databases/Servers
@@ -27,7 +27,6 @@
 #
 BuildRequires:  pkg-config
 BuildRequires:  readline-devel
-BuildRequires:  tcl-devel
 %if 0%{?suse_version:1}
 BuildRequires:  update-desktop-files
 %endif
@@ -43,10 +42,6 @@
 Obsoletes:      sqlite-64bit
 %endif
 #
-%if 0%{?suse_version} < 1100    
-%define tcl_archdir %(echo 'puts [lindex $tcl_pkgPath 0]'|tclsh)  
-%endif
-
 %description
 SQLite is a C library that implements an embeddable SQL database
 engine. Programs that link with the SQLite library can have SQL
@@ -98,18 +93,6 @@
 SQLite can be used via the sqlite command-line tool or via any
 application which supports the Qt database plug-ins.
 
-%package tcl
-Summary:        Tcl binding for SQLite
-Group:          Development/Libraries/Tcl
-
-%description tcl
-This package contains laguage bindings from the Tcl programming
-language SQLite.
-
-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
 
@@ -117,16 +100,10 @@
 export CFLAGS="%optflags -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS4"
 %configure --disable-static
 make
-cd tea
-export CFLAGS=-I..
-export LDFLAGS=-L../.libs
-%configure --with-tcl=%_libdir --enable-symbols --with-system-sqlite
 
 %install
 make install DESTDIR=%buildroot
 rm %buildroot/%_libdir/*.la
-cd tea
-make install DESTDIR=%buildroot libdir=%tcl_archdir
 
 %post -n libsqlite3-0 -p /sbin/ldconfig
 
@@ -147,9 +124,4 @@
 %_libdir/libsqlite*.so
 %_libdir/pkgconfig/sqlite3.pc
 
-%files tcl
-%defattr(-,root,root)
-%tcl_archdir
-%doc %_mandir/mann/*
-
 %changelog

++++++ sqlite-autoconf-3071600.tar.gz -> sqlite-autoconf-3071700.tar.gz ++++++
++++ 7317 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