Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2014-04-06 09:55:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-04-01 
06:46:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sqlite3.new/sqlite3.changes     2014-04-06 
09:55:28.000000000 +0200
@@ -1,0 +2,8 @@
+Thu Apr  3 19:29:14 UTC 2014 - andreas.stie...@gmx.de
+
+- SQLite 3.8.4.3:
+  - fix for a problem that might cause incorrect query results on a
+    query that mixes DISTINCT, GROUP BY in a subquery, and ORDER BY
+- Fix obsolete-not-provided warning on sqlite-64bit for ppc64
+
+-------------------------------------------------------------------

Old:
----
  sqlite-autoconf-3080402.tar.gz
  sqlite-doc-3080402.zip

New:
----
  sqlite-autoconf-3080403.tar.gz
  sqlite-doc-3080403.zip

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

Other differences:
------------------
++++++ sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.ee8jZb/_old  2014-04-06 09:55:29.000000000 +0200
+++ /var/tmp/diff_new_pack.ee8jZb/_new  2014-04-06 09:55:29.000000000 +0200
@@ -21,9 +21,9 @@
 %define oname sqlite
 
 Name:           %pname
-Version:        3.8.4.2
+Version:        3.8.4.3
 Release:        0
-%define tarversion 3080402
+%define tarversion 3080403
 Summary:        Embeddable SQL Database Engine
 License:        SUSE-Public-Domain
 Group:          Productivity/Databases/Servers
@@ -45,7 +45,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # bug437293
 %ifarch ppc64
-Obsoletes:      sqlite-64bit
+Obsoletes:      sqlite-64bit < %{version}
+Provides:       sqlite-64bit = %{version}
 %endif
 #
 

++++++ sqlite-autoconf-3080402.tar.gz -> sqlite-autoconf-3080403.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sqlite-autoconf-3080402/configure 
new/sqlite-autoconf-3080403/configure
--- old/sqlite-autoconf-3080402/configure       2014-03-26 20:13:02.000000000 
+0100
+++ new/sqlite-autoconf-3080403/configure       2014-04-03 19:21:46.000000000 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for sqlite 3.8.4.2.
+# Generated by GNU Autoconf 2.69 for sqlite 3.8.4.3.
 #
 # Report bugs to <http://www.sqlite.org>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='sqlite'
 PACKAGE_TARNAME='sqlite'
-PACKAGE_VERSION='3.8.4.2'
-PACKAGE_STRING='sqlite 3.8.4.2'
+PACKAGE_VERSION='3.8.4.3'
+PACKAGE_STRING='sqlite 3.8.4.3'
 PACKAGE_BUGREPORT='http://www.sqlite.org'
 PACKAGE_URL=''
 
@@ -1313,7 +1313,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures sqlite 3.8.4.2 to adapt to many kinds of systems.
+\`configure' configures sqlite 3.8.4.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1383,7 +1383,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of sqlite 3.8.4.2:";;
+     short | recursive ) echo "Configuration of sqlite 3.8.4.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1489,7 +1489,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-sqlite configure 3.8.4.2
+sqlite configure 3.8.4.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1813,7 +1813,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by sqlite $as_me 3.8.4.2, which was
+It was created by sqlite $as_me 3.8.4.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2631,7 +2631,7 @@
 
 # Define the identity of the package.
  PACKAGE='sqlite'
- VERSION='3.8.4.2'
+ VERSION='3.8.4.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13196,7 +13196,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by sqlite $as_me 3.8.4.2, which was
+This file was extended by sqlite $as_me 3.8.4.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13253,7 +13253,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-sqlite config.status 3.8.4.2
+sqlite config.status 3.8.4.3
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sqlite-autoconf-3080402/configure.ac 
new/sqlite-autoconf-3080403/configure.ac
--- old/sqlite-autoconf-3080402/configure.ac    2014-03-26 20:13:01.000000000 
+0100
+++ new/sqlite-autoconf-3080403/configure.ac    2014-04-03 19:21:45.000000000 
+0200
@@ -8,7 +8,7 @@
 #
 
 AC_PREREQ(2.61)
-AC_INIT(sqlite, 3.8.4.2, http://www.sqlite.org)
+AC_INIT(sqlite, 3.8.4.3, http://www.sqlite.org)
 AC_CONFIG_SRCDIR([sqlite3.c])
 
 # Use automake.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sqlite-autoconf-3080402/sqlite3.c 
new/sqlite-autoconf-3080403/sqlite3.c
--- old/sqlite-autoconf-3080402/sqlite3.c       2014-03-26 20:13:00.000000000 
+0100
+++ new/sqlite-autoconf-3080403/sqlite3.c       2014-04-03 19:21:45.000000000 
+0200
@@ -1,6 +1,6 @@
 /******************************************************************************
 ** This file is an amalgamation of many separate C source files from SQLite
-** version 3.8.4.2.  By combining all the individual C code files into this 
+** version 3.8.4.3.  By combining all the individual C code files into this 
 ** single large file, the entire code can be compiled as a single translation
 ** unit.  This allows many compilers to do optimizations that would not be
 ** possible if the files were compiled separately.  Performance improvements
@@ -222,9 +222,9 @@
 ** [sqlite3_libversion_number()], [sqlite3_sourceid()],
 ** [sqlite_version()] and [sqlite_source_id()].
 */
-#define SQLITE_VERSION        "3.8.4.2"
+#define SQLITE_VERSION        "3.8.4.3"
 #define SQLITE_VERSION_NUMBER 3008004
-#define SQLITE_SOURCE_ID      "2014-03-26 18:51:19 
02ea166372bdb2ef9d8dfbb05e78a97609673a8e"
+#define SQLITE_SOURCE_ID      "2014-04-03 16:53:12 
a611fa96c4a848614efe899130359c9f6fb889c3"
 
 /*
 ** CAPI3REF: Run-Time Library Version Numbers
@@ -115269,7 +115269,7 @@
       for(; k<last; k++, pOp++){
         if( pOp->p1!=pLevel->iTabCur ) continue;
         if( pOp->opcode==OP_Column ){
-          pOp->opcode = OP_SCopy;
+          pOp->opcode = OP_Copy;
           pOp->p1 = pOp->p2 + pTabItem->regResult;
           pOp->p2 = pOp->p3;
           pOp->p3 = 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sqlite-autoconf-3080402/sqlite3.h 
new/sqlite-autoconf-3080403/sqlite3.h
--- old/sqlite-autoconf-3080402/sqlite3.h       2014-03-26 20:13:00.000000000 
+0100
+++ new/sqlite-autoconf-3080403/sqlite3.h       2014-04-03 19:21:45.000000000 
+0200
@@ -107,9 +107,9 @@
 ** [sqlite3_libversion_number()], [sqlite3_sourceid()],
 ** [sqlite_version()] and [sqlite_source_id()].
 */
-#define SQLITE_VERSION        "3.8.4.2"
+#define SQLITE_VERSION        "3.8.4.3"
 #define SQLITE_VERSION_NUMBER 3008004
-#define SQLITE_SOURCE_ID      "2014-03-26 18:51:19 
02ea166372bdb2ef9d8dfbb05e78a97609673a8e"
+#define SQLITE_SOURCE_ID      "2014-04-03 16:53:12 
a611fa96c4a848614efe899130359c9f6fb889c3"
 
 /*
 ** CAPI3REF: Run-Time Library Version Numbers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sqlite-autoconf-3080402/tea/configure 
new/sqlite-autoconf-3080403/tea/configure
--- old/sqlite-autoconf-3080402/tea/configure   2014-03-26 20:13:03.000000000 
+0100
+++ new/sqlite-autoconf-3080403/tea/configure   2014-04-03 19:21:47.000000000 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for sqlite 3.8.4.2.
+# Generated by GNU Autoconf 2.69 for sqlite 3.8.4.3.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@
 # Identity of this package.
 PACKAGE_NAME='sqlite'
 PACKAGE_TARNAME='sqlite'
-PACKAGE_VERSION='3.8.4.2'
-PACKAGE_STRING='sqlite 3.8.4.2'
+PACKAGE_VERSION='3.8.4.3'
+PACKAGE_STRING='sqlite 3.8.4.3'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1292,7 +1292,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures sqlite 3.8.4.2 to adapt to many kinds of systems.
+\`configure' configures sqlite 3.8.4.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1353,7 +1353,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of sqlite 3.8.4.2:";;
+     short | recursive ) echo "Configuration of sqlite 3.8.4.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1455,7 +1455,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-sqlite configure 3.8.4.2
+sqlite configure 3.8.4.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1866,7 +1866,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by sqlite $as_me 3.8.4.2, which was
+It was created by sqlite $as_me 3.8.4.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -9354,7 +9354,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by sqlite $as_me 3.8.4.2, which was
+This file was extended by sqlite $as_me 3.8.4.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -9407,7 +9407,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-sqlite config.status 3.8.4.2
+sqlite config.status 3.8.4.3
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sqlite-autoconf-3080402/tea/configure.in 
new/sqlite-autoconf-3080403/tea/configure.in
--- old/sqlite-autoconf-3080402/tea/configure.in        2014-03-26 
20:13:03.000000000 +0100
+++ new/sqlite-autoconf-3080403/tea/configure.in        2014-04-03 
19:21:47.000000000 +0200
@@ -19,7 +19,7 @@
 # so you can encode the package version directly into the source files.
 #-----------------------------------------------------------------------
 
-AC_INIT([sqlite], [3.8.4.2])
+AC_INIT([sqlite], [3.8.4.3])
 
 #--------------------------------------------------------------------
 # Call TEA_INIT as the first TEA_ macro to set up initial vars.

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

Reply via email to