Hello community, here is the log from the commit of package calc for openSUSE:Factory checked in at 2012-12-28 14:55:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/calc (Old) and /work/SRC/openSUSE:Factory/.calc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "calc", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/calc/calc.changes 2012-09-06 08:44:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.calc.new/calc.changes 2012-12-28 14:56:02.000000000 +0100 @@ -1,0 +2,8 @@ +Thu Dec 27 10:49:37 UTC 2012 - [email protected] + +- build with -DHAVE_NO_FPOS. Don't use fgetpos() and fsetpos() but + use fseek() and ftell() instead. The code that generates + fposval.h is completely broken. It tries to detect the size of + fpos_t but fails on ppc. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ calc.spec ++++++ --- /var/tmp/diff_new_pack.Xh9b2h/_old 2012-12-28 14:56:03.000000000 +0100 +++ /var/tmp/diff_new_pack.Xh9b2h/_new 2012-12-28 14:56:03.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package calc (Version 2.12.3.3) +# spec file for package calc # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,14 +16,13 @@ # - Name: calc Version: 2.12.4.3 -Release: 1 -License: LGPL-2.1 +Release: 0 Summary: C-style arbitrary precision system -Url: http://sourceforge.net/projects/calc +License: LGPL-2.1 Group: Productivity/Scientific/Math +Url: http://sourceforge.net/projects/calc Source: calc-%{version}.tar.bz2 # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines Patch1: calc-2.12.3.3-no-rpath.patch @@ -66,7 +65,7 @@ %patch1 %build -make EXTRA_CFLAGS="%{optflags}" +make EXTRA_CFLAGS="%{optflags}" HAVE_FPOS="-DHAVE_NO_FPOS" %install make T=%{buildroot} LIBDIR=%{_libdir} SCRIPTDIR=/usr/share/calc/cscript install -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
