Hello community, here is the log from the commit of package mpfr checked in at Fri May 26 16:11:08 CEST 2006. -------- --- mpfr/mpfr.changes 2006-05-26 12:38:15.000000000 +0200 +++ mpfr/mpfr.changes 2006-05-26 15:20:29.000000000 +0200 @@ -1,0 +2,5 @@ +Fri May 26 15:20:09 CEST 2006 - rguenther@suse.de + +- Fix the real bug, re-enable testsuite on s390. + +------------------------------------------------------------------- New: ---- type-config.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mpfr.spec ++++++ --- /var/tmp/diff_new_pack.fw9Sc7/_old 2006-05-26 16:10:32.000000000 +0200 +++ /var/tmp/diff_new_pack.fw9Sc7/_new 2006-05-26 16:10:32.000000000 +0200 @@ -17,11 +17,12 @@ Autoreqprov: on Requires: gmp Version: 2.2.0 -Release: 3 +Release: 4 Summary: The MPFR library for multiple-precision floating-point computations with exact rounding URL: http://www.mpfr.org/ Source: mpfr-%{version}.tar.bz2 Patch: patches +Patch1: type-config.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -65,13 +66,12 @@ %prep %setup -q %patch -p1 +%patch1 %build %configure --enable-shared --enable-thread-safe make %{?jobs:-j%jobs} -%ifnarch s390 make check %{?jobs:-j%jobs} -%endif %install @@ -107,6 +107,8 @@ %changelog -n mpfr * Fri May 26 2006 - rguenther@suse.de +- Fix the real bug, re-enable testsuite on s390. +* Fri May 26 2006 - rguenther@suse.de - Skip testsuite for s390. * Mon May 15 2006 - rguenther@suse.de - Add provides to mpfr-devel to fix updating from gmp-devel. ++++++ type-config.patch ++++++ --- mpfr-gmp.h.orig 2006-05-26 15:11:20.000000000 +0200 +++ mpfr-gmp.h 2006-05-26 15:11:38.000000000 +0200 @@ -178,7 +178,7 @@ #define TMP_FREE(m) /* For longlong.h */ -#ifdef HAVE_ATTRIBUTE_MODE +#if 1 typedef unsigned int UQItype __attribute__ ((mode (QI))); typedef int SItype __attribute__ ((mode (SI))); typedef unsigned int USItype __attribute__ ((mode (SI))); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de