rpms/soci/F-10 import.log, 1.2, 1.3 soci-3.0.0-fix-gcc43-compatibility.patch, 1.2, 1.3 soci-3.0.0-fix-gnu-autotools-compatibility.patch, 1.2, 1.3 soci.spec, 1.2, 1.3

Denis Arnaud denisarnaud at fedoraproject.org
Tue May 5 22:52:45 UTC 2009


Author: denisarnaud

Update of /cvs/pkgs/rpms/soci/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20693/F-10

Modified Files:
	import.log soci-3.0.0-fix-gcc43-compatibility.patch 
	soci-3.0.0-fix-gnu-autotools-compatibility.patch soci.spec 
Log Message:
* Tue May 05 2009 Denis Arnaud <denis.arnaud_fedora at m4x.org> 3.0.0-10
- Burried the Boost Fusion header include for core/test/common-tests.h




Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/soci/F-10/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	5 May 2009 21:29:52 -0000	1.2
+++ import.log	5 May 2009 22:52:13 -0000	1.3
@@ -1,2 +1,3 @@
 soci-3_0_0-6_fc10:F-10:soci-3.0.0-6.fc10.src.rpm:1241474307
 soci-3_0_0-8_fc10:F-10:soci-3.0.0-8.fc10.src.rpm:1241558624
+soci-3_0_0-10_fc10:F-10:soci-3.0.0-10.fc10.src.rpm:1241563665

soci-3.0.0-fix-gcc43-compatibility.patch:

Index: soci-3.0.0-fix-gcc43-compatibility.patch
===================================================================
RCS file: /cvs/pkgs/rpms/soci/F-10/soci-3.0.0-fix-gcc43-compatibility.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- soci-3.0.0-fix-gcc43-compatibility.patch	5 May 2009 21:29:52 -0000	1.2
+++ soci-3.0.0-fix-gcc43-compatibility.patch	5 May 2009 22:52:13 -0000	1.3
@@ -1,6 +1,6 @@
-diff -ur soci-3.0.0/src/backends/mysql/common.h soci-3.0.0_4-pack/src/backends/mysql/common.h
+diff -ru soci-3.0.0/src/backends/mysql/common.h soci-3.0.0_4-pack/src/backends/mysql/common.h
 --- soci-3.0.0/src/backends/mysql/common.h	2008-07-03 09:22:57.000000000 +0200
-+++ soci-3.0.0_4-pack/src/backends/mysql/common.h	2009-05-05 22:44:49.000000000 +0200
++++ soci-3.0.0_4-pack/src/backends/mysql/common.h	2009-05-05 23:32:22.000000000 +0200
 @@ -10,6 +10,7 @@
  
  #include <sstream>
@@ -9,9 +9,9 @@ diff -ur soci-3.0.0/src/backends/mysql/c
  
  namespace soci
  {
-diff -ur soci-3.0.0/src/backends/mysql/session.cpp soci-3.0.0_4-pack/src/backends/mysql/session.cpp
+diff -ru soci-3.0.0/src/backends/mysql/session.cpp soci-3.0.0_4-pack/src/backends/mysql/session.cpp
 --- soci-3.0.0/src/backends/mysql/session.cpp	2008-05-15 15:58:38.000000000 +0200
-+++ soci-3.0.0_4-pack/src/backends/mysql/session.cpp	2009-05-05 22:44:49.000000000 +0200
++++ soci-3.0.0_4-pack/src/backends/mysql/session.cpp	2009-05-05 23:32:22.000000000 +0200
 @@ -11,7 +11,8 @@
  #include <cctype>
  #include <cerrno>
@@ -22,9 +22,9 @@ diff -ur soci-3.0.0/src/backends/mysql/s
  
  #ifdef _MSC_VER
  #pragma warning(disable:4355)
-diff -ur soci-3.0.0/src/backends/mysql/standard-into-type.cpp soci-3.0.0_4-pack/src/backends/mysql/standard-into-type.cpp
+diff -ru soci-3.0.0/src/backends/mysql/standard-into-type.cpp soci-3.0.0_4-pack/src/backends/mysql/standard-into-type.cpp
 --- soci-3.0.0/src/backends/mysql/standard-into-type.cpp	2008-05-30 13:33:45.000000000 +0200
-+++ soci-3.0.0_4-pack/src/backends/mysql/standard-into-type.cpp	2009-05-05 22:44:49.000000000 +0200
++++ soci-3.0.0_4-pack/src/backends/mysql/standard-into-type.cpp	2009-05-05 23:32:22.000000000 +0200
 @@ -12,6 +12,8 @@
  #include "common.h"
  #include <ciso646>
@@ -34,9 +34,9 @@ diff -ur soci-3.0.0/src/backends/mysql/s
  
  #ifdef _MSC_VER
  #pragma warning(disable:4355)
-diff -ur soci-3.0.0/src/backends/mysql/standard-use-type.cpp soci-3.0.0_4-pack/src/backends/mysql/standard-use-type.cpp
+diff -ru soci-3.0.0/src/backends/mysql/standard-use-type.cpp soci-3.0.0_4-pack/src/backends/mysql/standard-use-type.cpp
 --- soci-3.0.0/src/backends/mysql/standard-use-type.cpp	2008-05-15 15:58:38.000000000 +0200
-+++ soci-3.0.0_4-pack/src/backends/mysql/standard-use-type.cpp	2009-05-05 22:48:13.000000000 +0200
++++ soci-3.0.0_4-pack/src/backends/mysql/standard-use-type.cpp	2009-05-05 23:32:22.000000000 +0200
 @@ -9,9 +9,16 @@
  #define SOCI_MYSQL_SOURCE
  #include "soci-mysql.h"
@@ -55,9 +55,9 @@ diff -ur soci-3.0.0/src/backends/mysql/s
  #include <cstring>
  
  #ifdef _MSC_VER
-diff -ur soci-3.0.0/src/backends/mysql/vector-use-type.cpp soci-3.0.0_4-pack/src/backends/mysql/vector-use-type.cpp
+diff -ru soci-3.0.0/src/backends/mysql/vector-use-type.cpp soci-3.0.0_4-pack/src/backends/mysql/vector-use-type.cpp
 --- soci-3.0.0/src/backends/mysql/vector-use-type.cpp	2008-05-15 15:58:38.000000000 +0200
-+++ soci-3.0.0_4-pack/src/backends/mysql/vector-use-type.cpp	2009-05-05 22:48:23.000000000 +0200
++++ soci-3.0.0_4-pack/src/backends/mysql/vector-use-type.cpp	2009-05-05 23:32:22.000000000 +0200
 @@ -9,10 +9,18 @@
  #define SOCI_MYSQL_SOURCE
  #include "soci-mysql.h"
@@ -78,9 +78,9 @@ diff -ur soci-3.0.0/src/backends/mysql/v
  
  #ifdef _MSC_VER
  #pragma warning(disable:4355)
-diff -ur soci-3.0.0/src/backends/postgresql/common.cpp soci-3.0.0_4-pack/src/backends/postgresql/common.cpp
+diff -ru soci-3.0.0/src/backends/postgresql/common.cpp soci-3.0.0_4-pack/src/backends/postgresql/common.cpp
 --- soci-3.0.0/src/backends/postgresql/common.cpp	2008-06-27 16:38:05.000000000 +0200
-+++ soci-3.0.0_4-pack/src/backends/postgresql/common.cpp	2009-05-05 22:47:18.000000000 +0200
++++ soci-3.0.0_4-pack/src/backends/postgresql/common.cpp	2009-05-05 23:32:22.000000000 +0200
 @@ -6,8 +6,15 @@
  //
  
@@ -98,3 +98,15 @@ diff -ur soci-3.0.0/src/backends/postgre
  #include <ctime>
  
  
+diff -ru soci-3.0.0/src/core/soci-simple.cpp soci-3.0.0_4-pack/src/core/soci-simple.cpp
+--- soci-3.0.0/src/core/soci-simple.cpp	2008-07-01 09:42:25.000000000 +0200
++++ soci-3.0.0_4-pack/src/core/soci-simple.cpp	2009-05-05 23:33:57.000000000 +0200
+@@ -9,6 +9,8 @@
+ 
+ #include "soci-simple.h"
+ #include "soci.h"
++//
++#include <cstdio>
+ 
+ using namespace soci;
+ 

soci-3.0.0-fix-gnu-autotools-compatibility.patch:

Index: soci-3.0.0-fix-gnu-autotools-compatibility.patch
===================================================================
RCS file: /cvs/pkgs/rpms/soci/F-10/soci-3.0.0-fix-gnu-autotools-compatibility.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- soci-3.0.0-fix-gnu-autotools-compatibility.patch	5 May 2009 21:29:52 -0000	1.2
+++ soci-3.0.0-fix-gnu-autotools-compatibility.patch	5 May 2009 22:52:13 -0000	1.3
@@ -1,6 +1,6 @@
 diff -Nur soci-3.0.0_4-pack/aclocal.m4 soci-3.0.0_trep300/aclocal.m4
 --- soci-3.0.0_4-pack/aclocal.m4	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/aclocal.m4	2009-05-05 22:51:55.000000000 +0200
++++ soci-3.0.0_trep300/aclocal.m4	2009-05-06 00:29:55.000000000 +0200
 @@ -0,0 +1,7512 @@
 +# generated automatically by aclocal 1.10.1 -*- Autoconf -*-
 +
@@ -7540,7 +7540,7 @@ diff -Nur soci-3.0.0_4-pack/build/Makefi
 +
 diff -Nur soci-3.0.0_4-pack/build/Makefile.in soci-3.0.0_trep300/build/Makefile.in
 --- soci-3.0.0_4-pack/build/Makefile.in	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/build/Makefile.in	2009-05-05 22:52:02.000000000 +0200
++++ soci-3.0.0_trep300/build/Makefile.in	2009-05-06 00:30:10.000000000 +0200
 @@ -0,0 +1,535 @@
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
 +# @configure_input@
@@ -8094,7 +8094,7 @@ diff -Nur soci-3.0.0_4-pack/build/msvc80
 +	empty_test.vcproj odbc_test_mysql.vcproj oracle.vcproj soci_dll.vsprops
 diff -Nur soci-3.0.0_4-pack/build/msvc80/dll/Makefile.in soci-3.0.0_trep300/build/msvc80/dll/Makefile.in
 --- soci-3.0.0_4-pack/build/msvc80/dll/Makefile.in	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/build/msvc80/dll/Makefile.in	2009-05-05 22:52:02.000000000 +0200
++++ soci-3.0.0_trep300/build/msvc80/dll/Makefile.in	2009-05-06 00:30:10.000000000 +0200
 @@ -0,0 +1,383 @@
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
 +# @configure_input@
@@ -8496,7 +8496,7 @@ diff -Nur soci-3.0.0_4-pack/build/msvc80
 +	empty_test.vcproj odbc_test_mysql.vcproj oracle.vcproj soci_lib.vsprops
 diff -Nur soci-3.0.0_4-pack/build/msvc80/lib/Makefile.in soci-3.0.0_trep300/build/msvc80/lib/Makefile.in
 --- soci-3.0.0_4-pack/build/msvc80/lib/Makefile.in	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/build/msvc80/lib/Makefile.in	2009-05-05 22:52:02.000000000 +0200
++++ soci-3.0.0_trep300/build/msvc80/lib/Makefile.in	2009-05-06 00:30:10.000000000 +0200
 @@ -0,0 +1,383 @@
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
 +# @configure_input@
@@ -8895,7 +8895,7 @@ diff -Nur soci-3.0.0_4-pack/build/msvc80
 +SUBDIRS = dll lib
 diff -Nur soci-3.0.0_4-pack/build/msvc80/Makefile.in soci-3.0.0_trep300/build/msvc80/Makefile.in
 --- soci-3.0.0_4-pack/build/msvc80/Makefile.in	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/build/msvc80/Makefile.in	2009-05-05 22:52:02.000000000 +0200
++++ soci-3.0.0_trep300/build/msvc80/Makefile.in	2009-05-06 00:30:10.000000000 +0200
 @@ -0,0 +1,536 @@
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
 +# @configure_input@
@@ -9450,7 +9450,7 @@ diff -Nur soci-3.0.0_4-pack/build/unix/M
 +	$(EXTRA_DIST_FOR_SOCI_COMPATIBILITY)
 diff -Nur soci-3.0.0_4-pack/build/unix/Makefile.in soci-3.0.0_trep300/build/unix/Makefile.in
 --- soci-3.0.0_4-pack/build/unix/Makefile.in	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/build/unix/Makefile.in	2009-05-05 22:52:02.000000000 +0200
++++ soci-3.0.0_trep300/build/unix/Makefile.in	2009-05-06 00:30:10.000000000 +0200
 @@ -0,0 +1,383 @@
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
 +# @configure_input@
@@ -11016,7 +11016,7 @@ diff -Nur soci-3.0.0_4-pack/config/ax_po
 +])
 diff -Nur soci-3.0.0_4-pack/config/config.guess soci-3.0.0_trep300/config/config.guess
 --- soci-3.0.0_4-pack/config/config.guess	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/config/config.guess	2009-05-05 22:52:05.000000000 +0200
++++ soci-3.0.0_trep300/config/config.guess	2009-05-06 00:30:13.000000000 +0200
 @@ -0,0 +1,1526 @@
 +#! /bin/sh
 +# Attempt to guess a canonical system name.
@@ -12546,7 +12546,7 @@ diff -Nur soci-3.0.0_4-pack/config/confi
 +# End:
 diff -Nur soci-3.0.0_4-pack/config/config.sub soci-3.0.0_trep300/config/config.sub
 --- soci-3.0.0_4-pack/config/config.sub	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/config/config.sub	2009-05-05 22:52:05.000000000 +0200
++++ soci-3.0.0_trep300/config/config.sub	2009-05-06 00:30:13.000000000 +0200
 @@ -0,0 +1,1658 @@
 +#! /bin/sh
 +# Configuration validation subroutine script.
@@ -14305,7 +14305,7 @@ diff -Nur soci-3.0.0_4-pack/config/cppun
 +
 diff -Nur soci-3.0.0_4-pack/config/depcomp soci-3.0.0_trep300/config/depcomp
 --- soci-3.0.0_4-pack/config/depcomp	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/config/depcomp	2009-05-05 22:52:04.000000000 +0200
++++ soci-3.0.0_trep300/config/depcomp	2009-05-06 00:30:12.000000000 +0200
 @@ -0,0 +1,589 @@
 +#! /bin/sh
 +# depcomp - compile a program generating dependencies as side-effects
@@ -14898,7 +14898,7 @@ diff -Nur soci-3.0.0_4-pack/config/depco
 +# End:
 diff -Nur soci-3.0.0_4-pack/config/install-sh soci-3.0.0_trep300/config/install-sh
 --- soci-3.0.0_4-pack/config/install-sh	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/config/install-sh	2009-05-05 22:52:01.000000000 +0200
++++ soci-3.0.0_trep300/config/install-sh	2009-05-06 00:30:09.000000000 +0200
 @@ -0,0 +1,519 @@
 +#!/bin/sh
 +# install - install a program, script, or datafile
@@ -22381,7 +22381,7 @@ diff -Nur soci-3.0.0_4-pack/config/ltmai
 +# End:
 diff -Nur soci-3.0.0_4-pack/config/missing soci-3.0.0_trep300/config/missing
 --- soci-3.0.0_4-pack/config/missing	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/config/missing	2009-05-05 22:52:01.000000000 +0200
++++ soci-3.0.0_trep300/config/missing	2009-05-06 00:30:09.000000000 +0200
 @@ -0,0 +1,367 @@
 +#! /bin/sh
 +# Common stub for a few missing GNU programs while installing.
@@ -22751,8 +22751,8 @@ diff -Nur soci-3.0.0_4-pack/config/missi
 +# time-stamp-end: "$"
 +# End:
 diff -Nur soci-3.0.0_4-pack/configure soci-3.0.0_trep300/configure
---- soci-3.0.0_4-pack/configure	2009-05-05 23:06:26.000000000 +0200
-+++ soci-3.0.0_trep300/configure	2009-05-05 22:51:58.000000000 +0200
+--- soci-3.0.0_4-pack/configure	2009-05-06 00:31:55.000000000 +0200
++++ soci-3.0.0_trep300/configure	2009-05-06 00:30:03.000000000 +0200
 @@ -1,72 +1,25713 @@
 -#!/bin/sh
 +#! /bin/sh
@@ -25612,7 +25612,7 @@ diff -Nur soci-3.0.0_4-pack/configure so
 +
 +
 +# RPM release number
-+RPM_RELEASE="8"
++RPM_RELEASE="10"
 +
 +
 +# Shared library versioning
@@ -48531,7 +48531,7 @@ diff -Nur soci-3.0.0_4-pack/configure so
 +"
 diff -Nur soci-3.0.0_4-pack/configure.ac soci-3.0.0_trep300/configure.ac
 --- soci-3.0.0_4-pack/configure.ac	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/configure.ac	2009-05-05 22:33:10.000000000 +0200
++++ soci-3.0.0_trep300/configure.ac	2009-05-06 00:13:26.000000000 +0200
 @@ -0,0 +1,400 @@
 +# Process this file with autoconf to produce a configure script
 +#-------------------------------------------------------------------
@@ -48546,7 +48546,7 @@ diff -Nur soci-3.0.0_4-pack/configure.ac
 +AM_CONDITIONAL([HAVE_CPPUNIT], [test "x$CPPUNIT_LIBS" != x])
 +
 +# RPM release number
-+RPM_RELEASE="8"
++RPM_RELEASE="10"
 +AC_SUBST(RPM_RELEASE)
 +
 +# Shared library versioning
@@ -48934,7 +48934,7 @@ diff -Nur soci-3.0.0_4-pack/configure.ac
 +------------------------------------------------------------------------------
 +"
 diff -Nur soci-3.0.0_4-pack/COPYING soci-3.0.0_trep300/COPYING
---- soci-3.0.0_4-pack/COPYING	2009-05-05 23:06:26.000000000 +0200
+--- soci-3.0.0_4-pack/COPYING	2009-05-06 00:31:55.000000000 +0200
 +++ soci-3.0.0_trep300/COPYING	2009-04-16 19:37:10.000000000 +0200
 @@ -21,3 +21,4 @@
  FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
@@ -48963,7 +48963,7 @@ diff -Nur soci-3.0.0_4-pack/doc/backends
 +#pkgdatadir = $(html_bck_sources)
 diff -Nur soci-3.0.0_4-pack/doc/backends/Makefile.in soci-3.0.0_trep300/doc/backends/Makefile.in
 --- soci-3.0.0_4-pack/doc/backends/Makefile.in	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/doc/backends/Makefile.in	2009-05-05 22:52:02.000000000 +0200
++++ soci-3.0.0_trep300/doc/backends/Makefile.in	2009-05-06 00:30:10.000000000 +0200
 @@ -0,0 +1,548 @@
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
 +# @configure_input@
@@ -49537,7 +49537,7 @@ diff -Nur soci-3.0.0_4-pack/doc/Makefile
 +EXTRA_DIST = $(EXTRA_DIST_FOR_SOCI_COMPATIBILITY)
 diff -Nur soci-3.0.0_4-pack/doc/Makefile.in soci-3.0.0_trep300/doc/Makefile.in
 --- soci-3.0.0_4-pack/doc/Makefile.in	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/doc/Makefile.in	2009-05-05 22:52:02.000000000 +0200
++++ soci-3.0.0_trep300/doc/Makefile.in	2009-05-06 00:30:10.000000000 +0200
 @@ -0,0 +1,547 @@
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
 +# @configure_input@
@@ -50105,7 +50105,7 @@ diff -Nur soci-3.0.0_4-pack/doc/sources.
 +	$(top_srcdir)/doc/structure.html
 Les fichiers binaires soci-3.0.0_4-pack/doc/structure.png et soci-3.0.0_trep300/doc/structure.png sont différents.
 diff -Nur soci-3.0.0_4-pack/doc/style.css soci-3.0.0_trep300/doc/style.css
---- soci-3.0.0_4-pack/doc/style.css	2009-05-05 23:06:27.000000000 +0200
+--- soci-3.0.0_4-pack/doc/style.css	2009-05-06 00:31:55.000000000 +0200
 +++ soci-3.0.0_trep300/doc/style.css	1970-01-01 01:00:00.000000000 +0100
 @@ -1,90 +0,0 @@
 -body
@@ -50200,7 +50200,7 @@ diff -Nur soci-3.0.0_4-pack/doc/style.cs
 -}
 diff -Nur soci-3.0.0_4-pack/INSTALL soci-3.0.0_trep300/INSTALL
 --- soci-3.0.0_4-pack/INSTALL	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/INSTALL	2009-05-05 22:52:05.000000000 +0200
++++ soci-3.0.0_trep300/INSTALL	2009-05-06 00:30:13.000000000 +0200
 @@ -0,0 +1,237 @@
 +Installation Instructions
 +*************************
@@ -50440,7 +50440,7 @@ diff -Nur soci-3.0.0_4-pack/INSTALL soci
 +`configure --help' for more details.
 +
 diff -Nur soci-3.0.0_4-pack/Makefile soci-3.0.0_trep300/Makefile
---- soci-3.0.0_4-pack/Makefile	2009-05-05 23:06:26.000000000 +0200
+--- soci-3.0.0_4-pack/Makefile	2009-05-06 00:31:55.000000000 +0200
 +++ soci-3.0.0_trep300/Makefile	1970-01-01 01:00:00.000000000 +0100
 @@ -1,20 +0,0 @@
 -build_libs :
@@ -50537,7 +50537,7 @@ diff -Nur soci-3.0.0_4-pack/Makefile.com
 +AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
 diff -Nur soci-3.0.0_4-pack/Makefile.in soci-3.0.0_trep300/Makefile.in
 --- soci-3.0.0_4-pack/Makefile.in	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/Makefile.in	2009-05-05 22:52:05.000000000 +0200
++++ soci-3.0.0_trep300/Makefile.in	2009-05-06 00:30:13.000000000 +0200
 @@ -0,0 +1,797 @@
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
 +# @configure_input@
@@ -51346,7 +51346,7 @@ diff -Nur soci-3.0.0_4-pack/man/Makefile
 +EXTRA_DIST = $(man_MANS)
 diff -Nur soci-3.0.0_4-pack/man/Makefile.in soci-3.0.0_trep300/man/Makefile.in
 --- soci-3.0.0_4-pack/man/Makefile.in	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/man/Makefile.in	2009-05-05 22:52:02.000000000 +0200
++++ soci-3.0.0_trep300/man/Makefile.in	2009-05-06 00:30:10.000000000 +0200
 @@ -0,0 +1,430 @@
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
 +# @configure_input@
@@ -51843,7 +51843,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
 +EXTRA_DIST =
 diff -Nur soci-3.0.0_4-pack/soci/backends/Makefile.in soci-3.0.0_trep300/soci/backends/Makefile.in
 --- soci-3.0.0_4-pack/soci/backends/Makefile.in	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/soci/backends/Makefile.in	2009-05-05 22:52:03.000000000 +0200
++++ soci-3.0.0_trep300/soci/backends/Makefile.in	2009-05-06 00:30:11.000000000 +0200
 @@ -0,0 +1,536 @@
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
 +# @configure_input@
@@ -52382,7 +52382,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
 +# Otherwise a system limit (for SysV at least) may be exceeded.
 +.NOEXPORT:
 diff -Nur soci-3.0.0_4-pack/soci/backends/mysql/common.cpp soci-3.0.0_trep300/soci/backends/mysql/common.cpp
---- soci-3.0.0_4-pack/soci/backends/mysql/common.cpp	2009-05-05 23:06:27.000000000 +0200
+--- soci-3.0.0_4-pack/soci/backends/mysql/common.cpp	2009-05-06 00:31:55.000000000 +0200
 +++ soci-3.0.0_trep300/soci/backends/mysql/common.cpp	2009-04-16 19:37:06.000000000 +0200
 @@ -6,7 +6,13 @@
  //
@@ -52430,7 +52430,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
 +endif
 +pkgincludedir = $(soci_include_dir)
 diff -Nur soci-3.0.0_4-pack/soci/backends/mysql/Makefile.basic soci-3.0.0_trep300/soci/backends/mysql/Makefile.basic
---- soci-3.0.0_4-pack/soci/backends/mysql/Makefile.basic	2009-05-05 23:06:27.000000000 +0200
+--- soci-3.0.0_4-pack/soci/backends/mysql/Makefile.basic	2009-05-06 00:31:55.000000000 +0200
 +++ soci-3.0.0_trep300/soci/backends/mysql/Makefile.basic	1970-01-01 01:00:00.000000000 +0100
 @@ -1,97 +0,0 @@
 -# The following variables are specific to this backend and their correct
@@ -52532,7 +52532,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
 -	rm -f libsoci_mysql.a libsoci_mysql.so
 diff -Nur soci-3.0.0_4-pack/soci/backends/mysql/Makefile.in soci-3.0.0_trep300/soci/backends/mysql/Makefile.in
 --- soci-3.0.0_4-pack/soci/backends/mysql/Makefile.in	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/soci/backends/mysql/Makefile.in	2009-05-05 22:52:03.000000000 +0200
++++ soci-3.0.0_trep300/soci/backends/mysql/Makefile.in	2009-05-06 00:30:11.000000000 +0200
 @@ -0,0 +1,796 @@
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
 +# @configure_input@
@@ -53331,7 +53331,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
 +# Otherwise a system limit (for SysV at least) may be exceeded.
 +.NOEXPORT:
 diff -Nur soci-3.0.0_4-pack/soci/backends/mysql/soci-mysql.h soci-3.0.0_trep300/soci/backends/mysql/soci-mysql.h
---- soci-3.0.0_4-pack/soci/backends/mysql/soci-mysql.h	2009-05-05 23:06:27.000000000 +0200
+--- soci-3.0.0_4-pack/soci/backends/mysql/soci-mysql.h	2009-05-06 00:31:55.000000000 +0200
 +++ soci-3.0.0_trep300/soci/backends/mysql/soci-mysql.h	2009-04-16 19:37:06.000000000 +0200
 @@ -23,12 +23,23 @@
  #ifndef SOCI_MYSQL_DECL
@@ -53379,7 +53379,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
 +        $(top_srcdir)/soci/backends/mysql/vector-into-type.cpp \
 +        $(top_srcdir)/soci/backends/mysql/vector-use-type.cpp
 diff -Nur soci-3.0.0_4-pack/soci/backends/mysql/standard-into-type.cpp soci-3.0.0_trep300/soci/backends/mysql/standard-into-type.cpp
---- soci-3.0.0_4-pack/soci/backends/mysql/standard-into-type.cpp	2009-05-05 23:06:27.000000000 +0200
+--- soci-3.0.0_4-pack/soci/backends/mysql/standard-into-type.cpp	2009-05-06 00:31:55.000000000 +0200
 +++ soci-3.0.0_trep300/soci/backends/mysql/standard-into-type.cpp	2009-04-16 19:37:06.000000000 +0200
 @@ -8,8 +8,14 @@
  
@@ -53420,7 +53420,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
 +
 +#nodist_pkginclude_HEADERS = $(mysql_test_h_sources)
 diff -Nur soci-3.0.0_4-pack/soci/backends/mysql/test/Makefile.basic soci-3.0.0_trep300/soci/backends/mysql/test/Makefile.basic
---- soci-3.0.0_4-pack/soci/backends/mysql/test/Makefile.basic	2009-05-05 23:06:27.000000000 +0200
+--- soci-3.0.0_4-pack/soci/backends/mysql/test/Makefile.basic	2009-05-06 00:31:55.000000000 +0200
 +++ soci-3.0.0_trep300/soci/backends/mysql/test/Makefile.basic	1970-01-01 01:00:00.000000000 +0100
 @@ -1,22 +0,0 @@
 -# The following variables are specific to this backend and their correct
@@ -53447,7 +53447,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
 -	rm -f test-mysql
 diff -Nur soci-3.0.0_4-pack/soci/backends/mysql/test/Makefile.in soci-3.0.0_trep300/soci/backends/mysql/test/Makefile.in
 --- soci-3.0.0_4-pack/soci/backends/mysql/test/Makefile.in	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/soci/backends/mysql/test/Makefile.in	2009-05-05 22:52:03.000000000 +0200
++++ soci-3.0.0_trep300/soci/backends/mysql/test/Makefile.in	2009-05-06 00:30:11.000000000 +0200
 @@ -0,0 +1,513 @@
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
 +# @configure_input@
@@ -53969,7 +53969,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
 +mysql_test_h_sources =
 +mysql_test_cc_sources = $(top_srcdir)/soci/backends/mysql/test/test-mysql.cpp
 diff -Nur soci-3.0.0_4-pack/soci/backends/mysql/test/test-mysql.cpp soci-3.0.0_trep300/soci/backends/mysql/test/test-mysql.cpp
---- soci-3.0.0_4-pack/soci/backends/mysql/test/test-mysql.cpp	2009-05-05 23:06:27.000000000 +0200
+--- soci-3.0.0_4-pack/soci/backends/mysql/test/test-mysql.cpp	2009-05-06 00:31:55.000000000 +0200
 +++ soci-3.0.0_trep300/soci/backends/mysql/test/test-mysql.cpp	2009-04-16 19:37:06.000000000 +0200
 @@ -6,9 +6,17 @@
  // http://www.boost.org/LICENSE_1_0.txt)
@@ -54010,7 +54010,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
  using namespace soci;
  using namespace soci::tests;
 diff -Nur soci-3.0.0_4-pack/soci/backends/mysql/vector-into-type.cpp soci-3.0.0_trep300/soci/backends/mysql/vector-into-type.cpp
---- soci-3.0.0_4-pack/soci/backends/mysql/vector-into-type.cpp	2009-05-05 23:06:27.000000000 +0200
+--- soci-3.0.0_4-pack/soci/backends/mysql/vector-into-type.cpp	2009-05-06 00:31:55.000000000 +0200
 +++ soci-3.0.0_trep300/soci/backends/mysql/vector-into-type.cpp	2009-04-16 19:37:06.000000000 +0200
 @@ -9,7 +9,13 @@
  #define SOCI_MYSQL_SOURCE
@@ -54028,7 +54028,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
  
  #ifdef _MSC_VER
 diff -Nur soci-3.0.0_4-pack/soci/backends/oracle/blob.cpp soci-3.0.0_trep300/soci/backends/oracle/blob.cpp
---- soci-3.0.0_4-pack/soci/backends/oracle/blob.cpp	2009-05-05 23:06:26.000000000 +0200
+--- soci-3.0.0_4-pack/soci/backends/oracle/blob.cpp	2009-05-06 00:31:55.000000000 +0200
 +++ soci-3.0.0_trep300/soci/backends/oracle/blob.cpp	2009-04-16 19:37:06.000000000 +0200
 @@ -7,7 +7,13 @@
  
@@ -54077,7 +54077,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
 +endif
 +pkgincludedir = $(soci_include_dir)
 diff -Nur soci-3.0.0_4-pack/soci/backends/oracle/Makefile.basic soci-3.0.0_trep300/soci/backends/oracle/Makefile.basic
---- soci-3.0.0_4-pack/soci/backends/oracle/Makefile.basic	2009-05-05 23:06:26.000000000 +0200
+--- soci-3.0.0_4-pack/soci/backends/oracle/Makefile.basic	2009-05-06 00:31:55.000000000 +0200
 +++ soci-3.0.0_trep300/soci/backends/oracle/Makefile.basic	1970-01-01 01:00:00.000000000 +0100
 @@ -1,95 +0,0 @@
 -# The following variable is specific to this backend and its correct
@@ -54177,7 +54177,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
 -	rm -f *.o libsoci_oracle.a libsoci_oracle.so
 diff -Nur soci-3.0.0_4-pack/soci/backends/oracle/Makefile.in soci-3.0.0_trep300/soci/backends/oracle/Makefile.in
 --- soci-3.0.0_4-pack/soci/backends/oracle/Makefile.in	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/soci/backends/oracle/Makefile.in	2009-05-05 22:52:04.000000000 +0200
++++ soci-3.0.0_trep300/soci/backends/oracle/Makefile.in	2009-05-06 00:30:11.000000000 +0200
 @@ -0,0 +1,800 @@
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
 +# @configure_input@
@@ -54980,7 +54980,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
 +# Otherwise a system limit (for SysV at least) may be exceeded.
 +.NOEXPORT:
 diff -Nur soci-3.0.0_4-pack/soci/backends/oracle/soci-oracle.h soci-3.0.0_trep300/soci/backends/oracle/soci-oracle.h
---- soci-3.0.0_4-pack/soci/backends/oracle/soci-oracle.h	2009-05-05 23:06:26.000000000 +0200
+--- soci-3.0.0_4-pack/soci/backends/oracle/soci-oracle.h	2009-05-06 00:31:55.000000000 +0200
 +++ soci-3.0.0_trep300/soci/backends/oracle/soci-oracle.h	2009-04-16 19:37:06.000000000 +0200
 @@ -22,9 +22,14 @@
  #ifndef SOCI_ORACLE_DECL
@@ -55019,7 +55019,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
 +        $(top_srcdir)/soci/backends/oracle/vector-into-type.cpp \
 +        $(top_srcdir)/soci/backends/oracle/vector-use-type.cpp
 diff -Nur soci-3.0.0_4-pack/soci/backends/oracle/standard-into-type.cpp soci-3.0.0_trep300/soci/backends/oracle/standard-into-type.cpp
---- soci-3.0.0_4-pack/soci/backends/oracle/standard-into-type.cpp	2009-05-05 23:06:26.000000000 +0200
+--- soci-3.0.0_4-pack/soci/backends/oracle/standard-into-type.cpp	2009-05-06 00:31:55.000000000 +0200
 +++ soci-3.0.0_trep300/soci/backends/oracle/standard-into-type.cpp	2009-04-16 19:37:06.000000000 +0200
 @@ -7,10 +7,18 @@
  
@@ -55044,7 +55044,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
  #include <cstdio>
  #include <cstring>
 diff -Nur soci-3.0.0_4-pack/soci/backends/oracle/standard-use-type.cpp soci-3.0.0_trep300/soci/backends/oracle/standard-use-type.cpp
---- soci-3.0.0_4-pack/soci/backends/oracle/standard-use-type.cpp	2009-05-05 23:06:26.000000000 +0200
+--- soci-3.0.0_4-pack/soci/backends/oracle/standard-use-type.cpp	2009-05-06 00:31:55.000000000 +0200
 +++ soci-3.0.0_trep300/soci/backends/oracle/standard-use-type.cpp	2009-04-16 19:37:06.000000000 +0200
 @@ -7,10 +7,18 @@
  
@@ -55069,7 +55069,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
  #include <cstdio>
  #include <cstring>
 diff -Nur soci-3.0.0_4-pack/soci/backends/oracle/statement.cpp soci-3.0.0_trep300/soci/backends/oracle/statement.cpp
---- soci-3.0.0_4-pack/soci/backends/oracle/statement.cpp	2009-05-05 23:06:26.000000000 +0200
+--- soci-3.0.0_4-pack/soci/backends/oracle/statement.cpp	2009-05-06 00:31:55.000000000 +0200
 +++ soci-3.0.0_trep300/soci/backends/oracle/statement.cpp	2009-04-16 19:37:06.000000000 +0200
 @@ -9,7 +9,13 @@
  
@@ -55113,7 +55113,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
 +
 +#nodist_pkginclude_HEADERS = $(oracle_test_h_sources)
 diff -Nur soci-3.0.0_4-pack/soci/backends/oracle/test/Makefile.basic soci-3.0.0_trep300/soci/backends/oracle/test/Makefile.basic
---- soci-3.0.0_4-pack/soci/backends/oracle/test/Makefile.basic	2009-05-05 23:06:27.000000000 +0200
+--- soci-3.0.0_4-pack/soci/backends/oracle/test/Makefile.basic	2009-05-06 00:31:55.000000000 +0200
 +++ soci-3.0.0_trep300/soci/backends/oracle/test/Makefile.basic	1970-01-01 01:00:00.000000000 +0100
 @@ -1,23 +0,0 @@
 -# The following variable is specific to this backend and its correct
@@ -55141,7 +55141,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
 -	rm -f *.o test-oracle
 diff -Nur soci-3.0.0_4-pack/soci/backends/oracle/test/Makefile.in soci-3.0.0_trep300/soci/backends/oracle/test/Makefile.in
 --- soci-3.0.0_4-pack/soci/backends/oracle/test/Makefile.in	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/soci/backends/oracle/test/Makefile.in	2009-05-05 22:52:04.000000000 +0200
++++ soci-3.0.0_trep300/soci/backends/oracle/test/Makefile.in	2009-05-06 00:30:12.000000000 +0200
 @@ -0,0 +1,517 @@
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
 +# @configure_input@
@@ -55667,7 +55667,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
 +oracle_test_h_sources =
 +oracle_test_cc_sources = $(top_srcdir)/soci/backends/oracle/test/test-oracle.cpp
 diff -Nur soci-3.0.0_4-pack/soci/backends/oracle/test/test-oracle.cpp soci-3.0.0_trep300/soci/backends/oracle/test/test-oracle.cpp
---- soci-3.0.0_4-pack/soci/backends/oracle/test/test-oracle.cpp	2009-05-05 23:06:27.000000000 +0200
+--- soci-3.0.0_4-pack/soci/backends/oracle/test/test-oracle.cpp	2009-05-06 00:31:55.000000000 +0200
 +++ soci-3.0.0_trep300/soci/backends/oracle/test/test-oracle.cpp	2009-04-16 19:37:06.000000000 +0200
 @@ -5,9 +5,17 @@
  // http://www.boost.org/LICENSE_1_0.txt)
@@ -55691,7 +55691,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
  #include <string>
  #include <cassert>
 diff -Nur soci-3.0.0_4-pack/soci/backends/oracle/vector-into-type.cpp soci-3.0.0_trep300/soci/backends/oracle/vector-into-type.cpp
---- soci-3.0.0_4-pack/soci/backends/oracle/vector-into-type.cpp	2009-05-05 23:06:26.000000000 +0200
+--- soci-3.0.0_4-pack/soci/backends/oracle/vector-into-type.cpp	2009-05-06 00:31:55.000000000 +0200
 +++ soci-3.0.0_trep300/soci/backends/oracle/vector-into-type.cpp	2009-04-16 19:37:06.000000000 +0200
 @@ -7,8 +7,14 @@
  
@@ -55744,7 +55744,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
 +endif
 +pkgincludedir = $(soci_include_dir)
 diff -Nur soci-3.0.0_4-pack/soci/backends/postgresql/Makefile.basic soci-3.0.0_trep300/soci/backends/postgresql/Makefile.basic
---- soci-3.0.0_4-pack/soci/backends/postgresql/Makefile.basic	2009-05-05 23:06:27.000000000 +0200
+--- soci-3.0.0_4-pack/soci/backends/postgresql/Makefile.basic	2009-05-06 00:31:55.000000000 +0200
 +++ soci-3.0.0_trep300/soci/backends/postgresql/Makefile.basic	1970-01-01 01:00:00.000000000 +0100
 @@ -1,95 +0,0 @@
 -# The following variable is specific to this backend and its correct
@@ -55844,7 +55844,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
 -	rm -f libsoci_postgresql.a libsoci_postgresql.so
 diff -Nur soci-3.0.0_4-pack/soci/backends/postgresql/Makefile.in soci-3.0.0_trep300/soci/backends/postgresql/Makefile.in
 --- soci-3.0.0_4-pack/soci/backends/postgresql/Makefile.in	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/soci/backends/postgresql/Makefile.in	2009-05-05 22:52:04.000000000 +0200
++++ soci-3.0.0_trep300/soci/backends/postgresql/Makefile.in	2009-05-06 00:30:12.000000000 +0200
 @@ -0,0 +1,802 @@
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
 +# @configure_input@
@@ -56649,7 +56649,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
 +# Otherwise a system limit (for SysV at least) may be exceeded.
 +.NOEXPORT:
 diff -Nur soci-3.0.0_4-pack/soci/backends/postgresql/soci-postgresql.h soci-3.0.0_trep300/soci/backends/postgresql/soci-postgresql.h
---- soci-3.0.0_4-pack/soci/backends/postgresql/soci-postgresql.h	2009-05-05 23:06:27.000000000 +0200
+--- soci-3.0.0_4-pack/soci/backends/postgresql/soci-postgresql.h	2009-05-06 00:31:55.000000000 +0200
 +++ soci-3.0.0_trep300/soci/backends/postgresql/soci-postgresql.h	2009-04-16 19:37:05.000000000 +0200
 @@ -22,9 +22,14 @@
  #ifndef SOCI_POSTGRESQL_DECL
@@ -56688,7 +56688,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
 +        $(top_srcdir)/soci/backends/postgresql/vector-into-type.cpp \
 +        $(top_srcdir)/soci/backends/postgresql/vector-use-type.cpp
 diff -Nur soci-3.0.0_4-pack/soci/backends/postgresql/standard-into-type.cpp soci-3.0.0_trep300/soci/backends/postgresql/standard-into-type.cpp
---- soci-3.0.0_4-pack/soci/backends/postgresql/standard-into-type.cpp	2009-05-05 23:06:27.000000000 +0200
+--- soci-3.0.0_4-pack/soci/backends/postgresql/standard-into-type.cpp	2009-05-06 00:31:55.000000000 +0200
 +++ soci-3.0.0_trep300/soci/backends/postgresql/standard-into-type.cpp	2009-04-16 19:37:05.000000000 +0200
 @@ -8,9 +8,16 @@
  #define SOCI_POSTGRESQL_SOURCE
@@ -56711,7 +56711,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
  #include <cstdio>
  #include <cstring>
 diff -Nur soci-3.0.0_4-pack/soci/backends/postgresql/standard-use-type.cpp soci-3.0.0_trep300/soci/backends/postgresql/standard-use-type.cpp
---- soci-3.0.0_4-pack/soci/backends/postgresql/standard-use-type.cpp	2009-05-05 23:06:27.000000000 +0200
+--- soci-3.0.0_4-pack/soci/backends/postgresql/standard-use-type.cpp	2009-05-06 00:31:55.000000000 +0200
 +++ soci-3.0.0_trep300/soci/backends/postgresql/standard-use-type.cpp	2009-04-16 19:37:05.000000000 +0200
 @@ -7,8 +7,14 @@
  
@@ -56753,7 +56753,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
 +
 +#nodist_pkginclude_HEADERS = $(postgresql_test_h_sources)
 diff -Nur soci-3.0.0_4-pack/soci/backends/postgresql/test/Makefile.basic soci-3.0.0_trep300/soci/backends/postgresql/test/Makefile.basic
---- soci-3.0.0_4-pack/soci/backends/postgresql/test/Makefile.basic	2009-05-05 23:06:27.000000000 +0200
+--- soci-3.0.0_4-pack/soci/backends/postgresql/test/Makefile.basic	2009-05-06 00:31:55.000000000 +0200
 +++ soci-3.0.0_trep300/soci/backends/postgresql/test/Makefile.basic	1970-01-01 01:00:00.000000000 +0100
 @@ -1,22 +0,0 @@
 -# The following variable is specific to this backend and its correct
@@ -56780,7 +56780,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
 -	rm -f test-postgresql
 diff -Nur soci-3.0.0_4-pack/soci/backends/postgresql/test/Makefile.in soci-3.0.0_trep300/soci/backends/postgresql/test/Makefile.in
 --- soci-3.0.0_4-pack/soci/backends/postgresql/test/Makefile.in	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/soci/backends/postgresql/test/Makefile.in	2009-05-05 22:52:04.000000000 +0200
++++ soci-3.0.0_trep300/soci/backends/postgresql/test/Makefile.in	2009-05-06 00:30:12.000000000 +0200
 @@ -0,0 +1,514 @@
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
 +# @configure_input@
@@ -57303,7 +57303,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
 +postgresql_test_h_sources =
 +postgresql_test_cc_sources = $(top_srcdir)/soci/backends/postgresql/test/test-postgresql.cpp
 diff -Nur soci-3.0.0_4-pack/soci/backends/postgresql/test/test-postgresql.cpp soci-3.0.0_trep300/soci/backends/postgresql/test/test-postgresql.cpp
---- soci-3.0.0_4-pack/soci/backends/postgresql/test/test-postgresql.cpp	2009-05-05 23:06:27.000000000 +0200
+--- soci-3.0.0_4-pack/soci/backends/postgresql/test/test-postgresql.cpp	2009-05-06 00:31:55.000000000 +0200
 +++ soci-3.0.0_trep300/soci/backends/postgresql/test/test-postgresql.cpp	2009-04-16 19:37:05.000000000 +0200
 @@ -5,9 +5,17 @@
  // http://www.boost.org/LICENSE_1_0.txt)
@@ -57328,7 +57328,7 @@ diff -Nur soci-3.0.0_4-pack/soci/backend
  #include <string>
 diff -Nur soci-3.0.0_4-pack/soci/config.h.in soci-3.0.0_trep300/soci/config.h.in
 --- soci-3.0.0_4-pack/soci/config.h.in	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/soci/config.h.in	2009-05-05 22:52:00.000000000 +0200
++++ soci-3.0.0_trep300/soci/config.h.in	2009-05-06 00:30:07.000000000 +0200
 @@ -0,0 +1,142 @@
 +/* soci/config.h.in.  Generated from configure.ac by autoheader.  */
 +
@@ -57474,8 +57474,8 @@ diff -Nur soci-3.0.0_4-pack/soci/config.
 +#undef VERSION
 diff -Nur soci-3.0.0_4-pack/soci/core/Makefile.am soci-3.0.0_trep300/soci/core/Makefile.am
 --- soci-3.0.0_4-pack/soci/core/Makefile.am	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/soci/core/Makefile.am	2009-04-16 19:37:05.000000000 +0200
-@@ -0,0 +1,28 @@
++++ soci-3.0.0_trep300/soci/core/Makefile.am	2009-05-06 00:28:10.000000000 +0200
+@@ -0,0 +1,29 @@
 +## core sub-directory
 +include $(top_srcdir)/Makefile.common
 +include $(srcdir)/sources.mk
@@ -57504,8 +57504,9 @@ diff -Nur soci-3.0.0_4-pack/soci/core/Ma
 +soci_include_dir = $(includedir)
 +endif
 +pkgincludedir = $(soci_include_dir)
++
 diff -Nur soci-3.0.0_4-pack/soci/core/Makefile.basic soci-3.0.0_trep300/soci/core/Makefile.basic
---- soci-3.0.0_4-pack/soci/core/Makefile.basic	2009-05-05 23:06:27.000000000 +0200
+--- soci-3.0.0_4-pack/soci/core/Makefile.basic	2009-05-06 00:31:55.000000000 +0200
 +++ soci-3.0.0_trep300/soci/core/Makefile.basic	1970-01-01 01:00:00.000000000 +0100
 @@ -1,76 +0,0 @@
 -COMPILER = g++
@@ -57586,7 +57587,7 @@ diff -Nur soci-3.0.0_4-pack/soci/core/Ma
 -	rm -f libsoci_core.a libsoci_core.so
 diff -Nur soci-3.0.0_4-pack/soci/core/Makefile.in soci-3.0.0_trep300/soci/core/Makefile.in
 --- soci-3.0.0_4-pack/soci/core/Makefile.in	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/soci/core/Makefile.in	2009-05-05 22:52:04.000000000 +0200
++++ soci-3.0.0_trep300/soci/core/Makefile.in	2009-05-06 00:30:12.000000000 +0200
 @@ -0,0 +1,894 @@
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
 +# @configure_input@
@@ -58545,9 +58546,9 @@ diff -Nur soci-3.0.0_4-pack/soci/core/so
 +        $(top_srcdir)/soci/core/use-type.cpp \
 +        $(top_srcdir)/soci/core/values.cpp
 diff -Nur soci-3.0.0_4-pack/soci/core/test/common-tests.h soci-3.0.0_trep300/soci/core/test/common-tests.h
---- soci-3.0.0_4-pack/soci/core/test/common-tests.h	2009-05-05 23:06:27.000000000 +0200
-+++ soci-3.0.0_trep300/soci/core/test/common-tests.h	2009-04-16 19:37:05.000000000 +0200
-@@ -8,14 +8,24 @@
+--- soci-3.0.0_4-pack/soci/core/test/common-tests.h	2009-05-06 00:31:55.000000000 +0200
++++ soci-3.0.0_trep300/soci/core/test/common-tests.h	2009-05-06 00:02:36.000000000 +0200
+@@ -8,16 +8,30 @@
  #ifndef SOCI_COMMON_TESTS_H_INCLUDED
  #define SOCI_COMMON_TESTS_H_INCLUDED
  
@@ -58575,31 +58576,48 @@ diff -Nur soci-3.0.0_4-pack/soci/core/te
 -#include <boost-tuple.h>
 -#include <boost-gregorian-date.h>
  #if defined(BOOST_VERSION) && BOOST_VERSION >= 103500
++#if defined(SOCI_HEADERS_BURIED)
++#include <soci/core/boost-fusion.h>
++#else
  #include <boost-fusion.h>
++#endif
  #endif // BOOST_VERSION
+ 
+ #include <algorithm>
 diff -Nur soci-3.0.0_4-pack/soci/core/test/Makefile.am soci-3.0.0_trep300/soci/core/test/Makefile.am
 --- soci-3.0.0_4-pack/soci/core/test/Makefile.am	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/soci/core/test/Makefile.am	2009-04-16 19:37:05.000000000 +0200
-@@ -0,0 +1,15 @@
++++ soci-3.0.0_trep300/soci/core/test/Makefile.am	2009-05-06 00:29:06.000000000 +0200
+@@ -0,0 +1,26 @@
 +## core sub-directory
 +include $(top_srcdir)/Makefile.common
 +include $(srcdir)/sources.mk
 +
 +MAINTAINERCLEANFILES = Makefile.in
 +
++EXTRA_DIST_FOR_SOCI_COMPATIBILITY =
++
++EXTRA_DIST = $(EXTRA_DIST_FOR_SOCI_COMPATIBILITY)
++
 +noinst_LTLIBRARIES= libsoci_core_test.la
 +
 +libsoci_core_test_la_SOURCES= $(core_test_h_sources)
 +libsoci_core_test_la_CXXFLAGS =
 +libsoci_core_test_la_LIBADD =
-+libsoci_core_test_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION)
++#libsoci_core_test_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION)
++libsoci_core_test_la_LDFLAGS =
++
++pkginclude_HEADERS = $(core_test_h_sources)
++if SOCI_HEADERS_BURIED
++soci_include_dir = $(includedir)/soci/core/test
++else
++soci_include_dir = $(includedir)
++endif
++pkgincludedir = $(soci_include_dir)
 +
-+#nodist_pkginclude_HEADERS = $(core_test_h_sources)
-+#pkgincludedir = $(includedir)/soci/core
 diff -Nur soci-3.0.0_4-pack/soci/core/test/Makefile.in soci-3.0.0_trep300/soci/core/test/Makefile.in
 --- soci-3.0.0_4-pack/soci/core/test/Makefile.in	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/soci/core/test/Makefile.in	2009-05-05 22:52:04.000000000 +0200
-@@ -0,0 +1,470 @@
++++ soci-3.0.0_trep300/soci/core/test/Makefile.in	2009-05-06 00:30:13.000000000 +0200
+@@ -0,0 +1,505 @@
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
 +# @configure_input@
 +
@@ -58616,10 +58634,10 @@ diff -Nur soci-3.0.0_4-pack/soci/core/te
 +
 + at SET_MAKE@
 +
++
 +VPATH = @srcdir@
 +pkgdatadir = $(datadir)/@PACKAGE@
 +pkglibdir = $(libdir)/@PACKAGE@
-+pkgincludedir = $(includedir)/@PACKAGE@
 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 +install_sh_DATA = $(install_sh) -c -m 644
 +install_sh_PROGRAM = $(install_sh) -c
@@ -58634,8 +58652,9 @@ diff -Nur soci-3.0.0_4-pack/soci/core/te
 +POST_UNINSTALL = :
 +build_triplet = @build@
 +host_triplet = @host@
-+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
-+	$(srcdir)/sources.mk $(top_srcdir)/Makefile.common
++DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in $(srcdir)/sources.mk \
++	$(top_srcdir)/Makefile.common
 +subdir = soci/core/test
 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 +am__aclocal_m4_deps = $(top_srcdir)/config/ax_boost.m4 \
@@ -58668,9 +58687,19 @@ diff -Nur soci-3.0.0_4-pack/soci/core/te
 +	$(LDFLAGS) -o $@
 +SOURCES = $(libsoci_core_test_la_SOURCES)
 +DIST_SOURCES = $(libsoci_core_test_la_SOURCES)
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(pkgincludedir)"
++pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)
++HEADERS = $(pkginclude_HEADERS)
 +ETAGS = etags
 +CTAGS = ctags
 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++pkgincludedir = $(soci_include_dir)
 +ACLOCAL = @ACLOCAL@
 +AMTAR = @AMTAR@
 +AR = @AR@
@@ -58828,11 +58857,17 @@ diff -Nur soci-3.0.0_4-pack/soci/core/te
 +core_test_h_sources = $(top_srcdir)/soci/core/test/common-tests.h
 +core_test_cc_sources = 
 +MAINTAINERCLEANFILES = Makefile.in
++EXTRA_DIST_FOR_SOCI_COMPATIBILITY = 
++EXTRA_DIST = $(EXTRA_DIST_FOR_SOCI_COMPATIBILITY)
 +noinst_LTLIBRARIES = libsoci_core_test.la
 +libsoci_core_test_la_SOURCES = $(core_test_h_sources)
 +libsoci_core_test_la_CXXFLAGS = 
 +libsoci_core_test_la_LIBADD = 
-+libsoci_core_test_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION)
++#libsoci_core_test_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION)
++libsoci_core_test_la_LDFLAGS = 
++pkginclude_HEADERS = $(core_test_h_sources)
++ at SOCI_HEADERS_BURIED_FALSE@soci_include_dir = $(includedir)
++ at SOCI_HEADERS_BURIED_TRUE@soci_include_dir = $(includedir)/soci/core/test
 +all: all-am
 +
 +.SUFFIXES:
@@ -58888,6 +58923,23 @@ diff -Nur soci-3.0.0_4-pack/soci/core/te
 +
 +clean-libtool:
 +	-rm -rf .libs _libs
++install-pkgincludeHEADERS: $(pkginclude_HEADERS)
++	@$(NORMAL_INSTALL)
++	test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)"
++	@list='$(pkginclude_HEADERS)'; for p in $$list; do \
++	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
++	  f=$(am__strip_dir) \
++	  echo " $(pkgincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgincludedir)/$$f'"; \
++	  $(pkgincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgincludedir)/$$f"; \
++	done
++
++uninstall-pkgincludeHEADERS:
++	@$(NORMAL_UNINSTALL)
++	@list='$(pkginclude_HEADERS)'; for p in $$list; do \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(pkgincludedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(pkgincludedir)/$$f"; \
++	done
 +
 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 +	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -58964,8 +59016,11 @@ diff -Nur soci-3.0.0_4-pack/soci/core/te
 +	done
 +check-am: all-am
 +check: check-am
-+all-am: Makefile $(LTLIBRARIES)
++all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 +installdirs:
++	for dir in "$(DESTDIR)$(pkgincludedir)"; do \
++	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
++	done
 +install: install-am
 +install-exec: install-exec-am
 +install-data: install-data-am
@@ -59011,7 +59066,7 @@ diff -Nur soci-3.0.0_4-pack/soci/core/te
 +
 +info-am:
 +
-+install-data-am:
++install-data-am: install-pkgincludeHEADERS
 +
 +install-dvi: install-dvi-am
 +
@@ -59046,7 +59101,7 @@ diff -Nur soci-3.0.0_4-pack/soci/core/te
 +
 +ps-am:
 +
-+uninstall-am:
++uninstall-am: uninstall-pkgincludeHEADERS
 +
 +.MAKE: install-am install-strip
 +
@@ -59057,16 +59112,14 @@ diff -Nur soci-3.0.0_4-pack/soci/core/te
 +	install install-am install-data install-data-am install-dvi \
 +	install-dvi-am install-exec install-exec-am install-html \
 +	install-html-am install-info install-info-am install-man \
-+	install-pdf install-pdf-am install-ps install-ps-am \
-+	install-strip installcheck installcheck-am installdirs \
-+	maintainer-clean maintainer-clean-generic mostlyclean \
-+	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
-+	pdf pdf-am ps ps-am tags uninstall uninstall-am
++	install-pdf install-pdf-am install-pkgincludeHEADERS \
++	install-ps install-ps-am install-strip installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-compile \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-pkgincludeHEADERS
 +
 + at SET_MAKE@
-+
-+#nodist_pkginclude_HEADERS = $(core_test_h_sources)
-+#pkgincludedir = $(includedir)/soci/core
 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
 +# Otherwise a system limit (for SysV at least) may be exceeded.
 +.NOEXPORT:
@@ -59091,7 +59144,7 @@ diff -Nur soci-3.0.0_4-pack/soci/Makefil
 +EXTRA_DIST =
 diff -Nur soci-3.0.0_4-pack/soci/Makefile.in soci-3.0.0_trep300/soci/Makefile.in
 --- soci-3.0.0_4-pack/soci/Makefile.in	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/soci/Makefile.in	2009-05-05 22:52:02.000000000 +0200
++++ soci-3.0.0_trep300/soci/Makefile.in	2009-05-06 00:30:11.000000000 +0200
 @@ -0,0 +1,554 @@
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
 +# @configure_input@
@@ -59866,8 +59919,8 @@ diff -Nur soci-3.0.0_4-pack/soci.pc.in s
 +Cflags: -I${includedir}
 diff -Nur soci-3.0.0_4-pack/soci.spec.in soci-3.0.0_trep300/soci.spec.in
 --- soci-3.0.0_4-pack/soci.spec.in	1970-01-01 01:00:00.000000000 +0100
-+++ soci-3.0.0_trep300/soci.spec.in	2009-05-05 22:33:42.000000000 +0200
-@@ -0,0 +1,300 @@
++++ soci-3.0.0_trep300/soci.spec.in	2009-05-06 00:22:28.000000000 +0200
+@@ -0,0 +1,308 @@
 +#
 +##
 +# Default values are --with mysql --with postgresql --without oracle 
@@ -60109,8 +60162,10 @@ diff -Nur soci-3.0.0_4-pack/soci.spec.in
 +%defattr(-,root,root,-)
 +%doc AUTHORS ChangeLog COPYING NEWS README
 +%dir %{_includedir}/%{name}
++%dir %{_includedir}/%{name}/core
 +%{_includedir}/%{name}/*.h
-+%{_includedir}/%{name}/core
++%{_includedir}/%{name}/core/*.h
++%{_includedir}/%{name}/core/test
 +%{_bindir}/%{name}-config
 +%{_libdir}/lib%{name}_core.so
 +%{_libdir}/pkgconfig/%{name}.pc
@@ -60145,6 +60200,12 @@ diff -Nur soci-3.0.0_4-pack/soci.spec.in
 +
 +
 +%changelog
++* Tue May 05 2009 Denis Arnaud <denis.arnaud_fedora at m4x.org> 3.0.0-10
++- Burried the Boost Fusion header include for core/test/common-tests.h
++
++* Tue May 05 2009 Denis Arnaud <denis.arnaud_fedora at m4x.org> 3.0.0-9
++- Added a missing cstdio header include for g++-4.4 compatibility
++
 +* Tue May 05 2009 Denis Arnaud <denis.arnaud_fedora at m4x.org> 3.0.0-8
 +- Added missing cstdio header includes for g++-4.4 compatibility
 +


Index: soci.spec
===================================================================
RCS file: /cvs/pkgs/rpms/soci/F-10/soci.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- soci.spec	5 May 2009 21:29:52 -0000	1.2
+++ soci.spec	5 May 2009 22:52:14 -0000	1.3
@@ -18,7 +18,7 @@
 #
 Name:           soci
 Version:        3.0.0
-Release:        8%{?dist}
+Release:        10%{?dist}
 
 Summary:        The database access library for C++ programmers
 
@@ -239,8 +239,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %dir %{_includedir}/%{name}
+%dir %{_includedir}/%{name}/core
 %{_includedir}/%{name}/*.h
-%{_includedir}/%{name}/core
+%{_includedir}/%{name}/core/*.h
+%{_includedir}/%{name}/core/test
 %{_bindir}/%{name}-config
 %{_libdir}/lib%{name}_core.so
 %{_libdir}/pkgconfig/%{name}.pc
@@ -275,6 +277,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue May 05 2009 Denis Arnaud <denis.arnaud_fedora at m4x.org> 3.0.0-10
+- Burried the Boost Fusion header include for core/test/common-tests.h
+
+* Tue May 05 2009 Denis Arnaud <denis.arnaud_fedora at m4x.org> 3.0.0-9
+- Added a missing cstdio header include for g++-4.4 compatibility
+
 * Tue May 05 2009 Denis Arnaud <denis.arnaud_fedora at m4x.org> 3.0.0-8
 - Added missing cstdio header includes for g++-4.4 compatibility
 




More information about the scm-commits mailing list