Hello community, here is the log from the commit of package libtranscript for openSUSE:Factory checked in at 2014-02-17 13:03:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libtranscript (Old) and /work/SRC/openSUSE:Factory/.libtranscript.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libtranscript" Changes: -------- --- /work/SRC/openSUSE:Factory/libtranscript/libtranscript.changes 2013-06-18 10:32:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libtranscript.new/libtranscript.changes 2014-02-17 13:03:02.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Feb 7 22:11:49 UTC 2014 - [email protected] + +- Declare CC=gcc to ensure we build with gcc; seems make falls back + to 'c99' otherwise (instead of requiring posix_cc). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libtranscript.spec ++++++ --- /var/tmp/diff_new_pack.tGs8p4/_old 2014-02-17 13:03:03.000000000 +0100 +++ /var/tmp/diff_new_pack.tGs8p4/_new 2014-02-17 13:03:03.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libtranscript # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -63,6 +63,7 @@ %setup -q %build +export CC=gcc %configure --docdir="%_docdir/%name" make %{?_smp_mflags} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
