Mailinglist Archive: opensuse-commit (875 mails)

< Previous Next >
commit pth
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Sat, 05 Jul 2008 02:35:03 +0200
  • Message-id: <20080705003503.B7132678176@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package pth
checked in at Sat Jul 5 02:35:03 CEST 2008.


--------
--- pth/pth.changes 2008-04-10 13:00:23.000000000 +0200
+++ pth/pth.changes 2008-07-01 10:51:58.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jul 1 10:51:40 CEST 2008 - schwab@xxxxxxx
+
+- Don't make debugging impossible.
+- Fix broken stack layout assumptions.
+
+-------------------------------------------------------------------



New:
----
pth-2.0.7.diff

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

Other differences:
------------------
++++++ pth.spec ++++++
--- /var/tmp/diff_new_pack.QW6042/_old 2008-07-05 02:32:29.000000000 +0200
+++ /var/tmp/diff_new_pack.QW6042/_new 2008-07-05 02:32:29.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package pth (Version 2.0.7 )
+# spec file for package pth (Version 2.0.7)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -16,9 +16,10 @@
License: LGPL v2.1 or later
Group: System/Libraries
Version: 2.0.7
-Release: 74
+Release: 86
AutoReqProv: on
Source: %{name}-%{version}.tar.bz2
+Patch: %{name}-%{version}.diff
Summary: GNU Portable Threads
BuildRoot: %{_tmppath}/%{name}-%{version}-build

@@ -38,8 +39,10 @@

%prep
%setup -q
+%patch

%build
+autoconf
%configure \
--enable-optimize=yes \
--enable-pthread=no \
@@ -68,6 +71,9 @@
%{_datadir}/aclocal/pth.m4

%changelog
+* Tue Jul 01 2008 schwab@xxxxxxx
+- Don't make debugging impossible.
+- Fix broken stack layout assumptions.
* Thu Apr 10 2008 ro@xxxxxxx
- added baselibs.conf file to build xxbit packages
for multilib support


++++++ pth-2.0.7.diff ++++++
--- aclocal.m4
+++ aclocal.m4
@@ -410,14 +410,6 @@ case "$CFLAGS" in
* ) AC_COMPILER_OPTION(pipe, -pipe, -pipe, CFLAGS="$CFLAGS -pipe") ;;
esac
fi
-case "$CFLAGS" in
- *-g* ) CFLAGS=`echo "$CFLAGS" |\
- sed -e 's/ -g / /g' -e 's/ -g$//' -e 's/^-g //g' -e
's/^-g$//'` ;;
-esac
-case "$CXXFLAGS" in
- *-g* ) CXXFLAGS=`echo "$CXXFLAGS" |\
- sed -e 's/ -g / /g' -e 's/ -g$//' -e 's/^-g //g' -e
's/^-g$//'` ;;
-esac
msg="disabled"
])dnl
AC_MSG_CHECKING(for compilation debug mode)
--- pth_tcb.c
+++ pth_tcb.c
@@ -121,7 +121,9 @@ intern pth_t pth_tcb_alloc(unsigned int
return NULL;
}
}
-#if PTH_STACKGROWTH < 0
+#ifdef __ia64__
+ t->stackguard = (long
*)(t->stack+(((stacksize/2/sizeof(long))-1)*sizeof(long)));
+#elif PTH_STACKGROWTH < 0
/* guard is at lowest address (alignment is guarrantied) */
t->stackguard = (long *)((long)t->stack); /* double cast to avoid
alignment warning */
#else

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



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