Author: qboosh Date: Mon Jun 26 10:46:21 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.0.7
---- Files affected: SPECS: pth.spec (1.30 -> 1.31) ---- Diffs: ================================================================ Index: SPECS/pth.spec diff -u SPECS/pth.spec:1.30 SPECS/pth.spec:1.31 --- SPECS/pth.spec:1.30 Sun Nov 27 22:23:50 2005 +++ SPECS/pth.spec Mon Jun 26 12:46:16 2006 @@ -7,17 +7,22 @@ Summary: The GNU portable threads Summary(pl): Przenośne wątki GNU Name: pth -Version: 2.0.6 +Version: 2.0.7 Release: 1 Epoch: 1 License: LGPL Group: Libraries Source0: ftp://ftp.gnu.org/gnu/pth/%{name}-%{version}.tar.gz -# Source0-md5: bdee96babed9b177484ed2dbfd5b127b +# Source0-md5: 9cb4a25331a4c4db866a31cbe507c793 URL: http://www.gnu.org/software/pth/ BuildRequires: automake BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +# -fno-strict-aliasing" because mainly pth_mctx.c contains important +# and correct pointer casting constructs which are not acceptable +# in "strict aliasing" for GCC. +%define specflags -fno-strict-aliasing + %description Pth is a very portable POSIX/ANSI-C based library for Unix platforms which provides non-preemptive priority-based scheduling for multiple @@ -64,10 +69,6 @@ %build cp -f /usr/share/automake/config.* . -# -fno-strict-aliasing" because mainly pth_mctx.c contains important -# and correct pointer casting constructs which are not acceptable -# in "strict aliasing" for GCC. -export CFLAGS="%{rpmcflags} -fno-strict-aliasing" %configure \ %{?with_pthread:--enable-pthread} \ --enable-optimize @@ -115,6 +116,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.31 2006/06/26 10:46:16 qboosh +- updated to 2.0.7 + Revision 1.30 2005/11/27 21:23:50 qboosh - updated to 2.0.6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/pth.spec?r1=1.30&r2=1.31&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
