Mailinglist Archive: opensuse-commit (875 mails)

< Previous Next >
commit db43
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Sat, 05 Jul 2008 01:06:12 +0200
  • Message-id: <20080704230612.82A5D678176@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package db43
checked in at Sat Jul 5 01:06:12 CEST 2008.


--------
--- db43/db43.changes 2008-04-10 12:57:24.000000000 +0200
+++ db43/db43.changes 2008-06-27 11:19:56.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jun 27 11:19:49 CEST 2008 - schwab@xxxxxxx
+
+- Fix configure script.
+
+-------------------------------------------------------------------



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

Other differences:
------------------
++++++ db43.spec ++++++
--- /var/tmp/diff_new_pack.e16298/_old 2008-07-05 01:05:57.000000000 +0200
+++ /var/tmp/diff_new_pack.e16298/_new 2008-07-05 01:05:57.000000000 +0200
@@ -15,7 +15,7 @@
BuildRequires: ed gcc-c++
Summary: Berkeley DB Database Library
Version: 4.3.29
-Release: 88
+Release: 101
Source: db-%{version}.tar.bz2
Patch: db-%{version}.dif
Url: http://www.sleepycat.com
@@ -134,6 +134,8 @@
%{_libdir}/libdb_cxx-4.3.a

%changelog
+* Fri Jun 27 2008 schwab@xxxxxxx
+- Fix configure script.
* Thu Apr 10 2008 ro@xxxxxxx
- added baselibs.conf file to build xxbit packages
for multilib support



++++++ db-4.3.29.dif ++++++
--- /var/tmp/diff_new_pack.e16298/_old 2008-07-05 01:05:57.000000000 +0200
+++ /var/tmp/diff_new_pack.e16298/_new 2008-07-05 01:05:57.000000000 +0200
@@ -1,6 +1,6 @@
--- dbinc/mutex.h
-+++ dbinc/mutex.h 2005/06/09 11:56:00
-@@ -590,12 +590,11 @@
++++ dbinc/mutex.h
+@@ -590,12 +590,11 @@ MUTEX_SET(int *tsl) {
" cmpwi %0,0 \n\t"
" bne- 1f \n\t"
" stwcx. %2,0,%2 \n\t"
@@ -14,7 +14,7 @@
: "=&r" (__r), "=r" (tsl)
: "r" (__tmp)
: "cr0", "memory");
-@@ -746,6 +745,40 @@
+@@ -746,6 +745,40 @@ typedef int tsl_t;
#endif

/*********************************************************************
@@ -55,7 +55,7 @@
* x86/gcc assembly.
*********************************************************************/
#ifdef HAVE_MUTEX_X86_GCC_ASSEMBLY
-@@ -780,6 +813,61 @@
+@@ -780,6 +813,61 @@ typedef unsigned char tsl_t;
#endif
#endif

@@ -118,8 +118,8 @@
* Mutex alignment defaults to one byte.
*
--- dbm/dbm.c
-+++ dbm/dbm.c 2005/06/09 12:01:03
-@@ -119,11 +119,10 @@
++++ dbm/dbm.c
+@@ -119,11 +119,10 @@ datum
__db_dbm_fetch(key)
datum key;
{
@@ -132,7 +132,7 @@
return (item);
}
return (dbm_fetch(__cur_db, key));
-@@ -132,11 +131,10 @@
+@@ -132,11 +131,10 @@ __db_dbm_fetch(key)
datum
__db_dbm_firstkey()
{
@@ -145,7 +145,7 @@
return (item);
}
return (dbm_firstkey(__cur_db));
-@@ -146,13 +144,12 @@
+@@ -146,13 +144,12 @@ datum
__db_dbm_nextkey(key)
datum key;
{
@@ -160,9 +160,22 @@
return (item);
}
return (dbm_nextkey(__cur_db));
+--- dist/Makefile.in
++++ dist/Makefile.in
+@@ -144,8 +144,8 @@ libtso_major= $(libtso_base)-$(LIBMAJOR)
+ # local libraries, for example. Do that by adding -I options to the DB185INC
+ # line, and -l options to the DB185LIB line.
+ ##################################################
+-DB185INC= -c @CFLAGS@ -I$(srcdir) @CPPFLAGS@
+-DB185LIB=
++DB185INC= -c @CFLAGS@ -I/usr/include/db1 @CPPFLAGS@
++DB185LIB= -ldb1
+
+ ##################################################
+ # NOTHING BELOW THIS LINE SHOULD EVER NEED TO BE MODIFIED.
--- dist/aclocal/libtool.ac
-+++ dist/aclocal/libtool.ac 2005/06/09 11:56:00
-@@ -2683,8 +2683,8 @@
++++ dist/aclocal/libtool.ac
+@@ -2683,8 +2683,8 @@ if test "$GXX" = yes; then
# Check if GNU C++ uses GNU ld as the underlying linker, since the
# archiving commands below assume that GNU ld is being used.
if test "$with_gnu_ld" = yes; then
@@ -174,8 +187,8 @@
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
--- dist/aclocal/mutex.ac
-+++ dist/aclocal/mutex.ac 2005/06/09 11:56:00
-@@ -207,7 +207,7 @@
++++ dist/aclocal/mutex.ac
+@@ -207,7 +207,7 @@ fi
if test "$db_cv_mutex" = no; then
AC_TRY_LINK([
#include <sys/mman.h>],[
@@ -184,7 +197,7 @@
typedef msemaphore tsl_t;
msemaphore x;
msem_init(&x, 0);
-@@ -353,6 +353,17 @@
+@@ -353,6 +353,17 @@ AC_TRY_COMPILE(,[
], [db_cv_mutex="ARM/gcc-assembly"])
fi

@@ -202,7 +215,7 @@
# PaRisc/gcc: HP/UX
if test "$db_cv_mutex" = no; then
AC_TRY_COMPILE(,[
-@@ -430,6 +441,18 @@
+@@ -430,6 +441,18 @@ AC_TRY_COMPILE(,[
], [db_cv_mutex="S390/gcc-assembly"])
fi

@@ -221,7 +234,7 @@
# ia86/gcc: Linux
if test "$db_cv_mutex" = no; then
AC_TRY_COMPILE(,[
-@@ -441,6 +464,53 @@
+@@ -441,6 +464,53 @@ AC_TRY_COMPILE(,[
], [db_cv_mutex="ia64/gcc-assembly"])
fi

@@ -275,7 +288,7 @@
# uts/cc: UTS
if test "$db_cv_mutex" = no; then
AC_TRY_COMPILE(,[
-@@ -594,6 +664,31 @@
+@@ -594,6 +664,31 @@ x86/gcc-assembly) ADDITIONAL_OBJS="mut_t
AC_DEFINE(HAVE_MUTEX_X86_GCC_ASSEMBLY)
AH_TEMPLATE(HAVE_MUTEX_X86_GCC_ASSEMBLY,
[Define to 1 to use the GCC compiler and x86
assembly language mutexes.]);;
@@ -307,21 +320,68 @@
UNIX/fcntl) AC_MSG_WARN(
[NO FAST MUTEXES FOUND FOR THIS
COMPILER/ARCHITECTURE.])
ADDITIONAL_OBJS="mut_fcntl${o} $ADDITIONAL_OBJS"
---- dist/Makefile.in
-+++ dist/Makefile.in 2005/06/09 11:56:00
-@@ -144,8 +144,8 @@
- # local libraries, for example. Do that by adding -I options to the DB185INC
- # line, and -l options to the DB185LIB line.
- ##################################################
--DB185INC= -c @CFLAGS@ -I$(srcdir) @CPPFLAGS@
--DB185LIB=
-+DB185INC= -c @CFLAGS@ -I/usr/include/db1 @CPPFLAGS@
-+DB185LIB= -ldb1
+--- dist/configure.ac
++++ dist/configure.ac
+@@ -690,14 +690,14 @@ LTLIBOBJS=`echo "$LIB@&t@OBJS" |
+ AC_SUBST(LTLIBOBJS)
+
+ # Initial output file list.
+-CREATE_LIST="Makefile
+- db_cxx.h:$srcdir/../dbinc/db_cxx.in
+- db_int.h:$srcdir/../dbinc/db_int.in
++CREATE_LIST="Makefile \
++ db_cxx.h:$srcdir/../dbinc/db_cxx.in \
++ db_int.h:$srcdir/../dbinc/db_int.in \
+ include.tcl:$srcdir/../test/include.tcl"
+
+ # MinGW needs win_db.h.
+ if test "$db_cv_mingw" = "yes"; then
+-CREATE_LIST="$CREATE_LIST
++CREATE_LIST="$CREATE_LIST \
+ win_db.h:$srcdir/win_db.in"
+ fi

- ##################################################
- # NOTHING BELOW THIS LINE SHOULD EVER NEED TO BE MODIFIED.
+@@ -705,10 +705,10 @@ fi
+ # prototypes, and, if configured for unique names, a list of #defines
+ # to do DB_VERSION_UNIQUE_NAME substitution.
+ if test "$db_cv_uniquename" = "yes"; then
+- CREATE_LIST="$CREATE_LIST
++ CREATE_LIST="$CREATE_LIST \
+
db.h:$srcdir/../dbinc/db.in:$srcdir/../dbinc_auto/ext_def.in:$srcdir/../dbinc_auto/ext_prot.in"
+ else
+- CREATE_LIST="$CREATE_LIST
++ CREATE_LIST="$CREATE_LIST \
+ db.h:$srcdir/../dbinc/db.in:$srcdir/../dbinc_auto/ext_prot.in"
+ fi
+
+@@ -716,7 +716,7 @@ fi
+ # does the DB_VERSION_UNIQUE_NAME substitution), which is included by
+ # the db_int.h file.
+ if test "$db_cv_uniquename" = "yes"; then
+- CREATE_LIST="$CREATE_LIST
++ CREATE_LIST="$CREATE_LIST \
+ db_int_def.h:$srcdir/../dbinc_auto/int_def.in"
+ db_int_def='#include "db_int_def.h"'
+ fi
+@@ -726,12 +726,12 @@ fi
+ # of #defines to do DB_VERSION_UNIQUE_NAME substitution.
+ if test "$db_cv_compat185" = "yes"; then
+ if test "$db_cv_uniquename" = "yes"; then
+- CREATE_LIST="$CREATE_LIST
+-
db_185.h:$srcdir/../dbinc/db_185.in:$srcdir/../dbinc_auto/ext_185_def.in:$srcdir/../dbinc_auto/ext_185_prot.in
++ CREATE_LIST="$CREATE_LIST \
++
db_185.h:$srcdir/../dbinc/db_185.in:$srcdir/../dbinc_auto/ext_185_def.in:$srcdir/../dbinc_auto/ext_185_prot.in
\
+
db185_int.h:$srcdir/../db185/db185_int.in:$srcdir/../dbinc_auto/ext_185_def.in:$srcdir/../dbinc_auto/ext_185_prot.in"
+ else
+- CREATE_LIST="$CREATE_LIST
+-
db_185.h:$srcdir/../dbinc/db_185.in:$srcdir/../dbinc_auto/ext_185_prot.in
++ CREATE_LIST="$CREATE_LIST \
++
db_185.h:$srcdir/../dbinc/db_185.in:$srcdir/../dbinc_auto/ext_185_prot.in \
+
db185_int.h:$srcdir/../db185/db185_int.in:$srcdir/../dbinc_auto/ext_185_prot.in"
+ fi
+ fi
--- mutex/mut_tas.c
-+++ mutex/mut_tas.c 2005/06/09 11:56:00
++++ mutex/mut_tas.c
@@ -15,6 +15,18 @@
#include <stdlib.h>
#include <string.h>


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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages