Author: pluto Date: Wed Jan 18 19:33:35 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - gcc41 patch updated. 32-bit version builds clean w/o regressions. 64-bit version need investigation: # ptr64 <-> int32 casting. # 1 matrix regression (struct sizes differs from 32-bit build).
---- Files affected: SPECS: speech_tools.spec (1.42 -> 1.43) ---- Diffs: ================================================================ Index: SPECS/speech_tools.spec diff -u SPECS/speech_tools.spec:1.42 SPECS/speech_tools.spec:1.43 --- SPECS/speech_tools.spec:1.42 Tue Jan 17 21:04:07 2006 +++ SPECS/speech_tools.spec Wed Jan 18 20:33:29 2006 @@ -3,7 +3,7 @@ Summary(pl): Biblioteka narzędzi mowy Edinburgh Name: speech_tools Version: 1.2.95 -Release: 0.beta.1.1 +Release: 0.beta.1.2 License: distributable Group: Applications/Sound #Source0: http://www.cstr.ed.ac.uk/download/festival/1.4.3/%{name}-%{version}-release.tar.gz @@ -83,16 +83,14 @@ %{__autoconf} %{__autoheader} %configure -%{__make} \ +%{__make} all test \ CC="%{__cc}" \ CXX="%{__cxx}" \ OPTIMISE_CCFLAGS="%{rpmcflags}" \ - OPTIMISE_CXXFLAGS="%{rpmcflags} -fno-strict-aliasing" \ + OPTIMISE_CXXFLAGS="%{rpmcflags}" \ OPTIMISE_LINKFLAGS="%{rpmldflags}" \ OS_LIBS="-ldl -lncurses" -%{__make} test - %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_includedir}/EST,%{_datadir}/%{name}/example_data} \ @@ -177,6 +175,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.43 2006/01/18 19:33:29 pluto +- gcc41 patch updated. 32-bit version builds clean w/o regressions. + 64-bit version need investigation: + # ptr64 <-> int32 casting. + # 1 matrix regression (struct sizes differs from 32-bit build). + Revision 1.42 2006/01/17 20:04:07 pluto - initial gcc41 fixes, nfy (1 regression test still fails). ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/speech_tools.spec?r1=1.42&r2=1.43&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
