Author: pluto Date: Tue Jan 17 20:04:13 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - initial gcc41 fixes, nfy (1 regression test still fails).
---- Files affected: SPECS: speech_tools.spec (1.41 -> 1.42) ---- Diffs: ================================================================ Index: SPECS/speech_tools.spec diff -u SPECS/speech_tools.spec:1.41 SPECS/speech_tools.spec:1.42 --- SPECS/speech_tools.spec:1.41 Tue Jan 17 20:00:57 2006 +++ SPECS/speech_tools.spec Tue Jan 17 21:04:07 2006 @@ -3,7 +3,7 @@ Summary(pl): Biblioteka narzędzi mowy Edinburgh Name: speech_tools Version: 1.2.95 -Release: 0.beta.1 +Release: 0.beta.1.1 License: distributable Group: Applications/Sound #Source0: http://www.cstr.ed.ac.uk/download/festival/1.4.3/%{name}-%{version}-release.tar.gz @@ -14,6 +14,7 @@ Patch1: %{name}-shared.patch Patch2: %{name}-soname.patch Patch3: %{name}-bin_printf.patch +Patch4: %{name}-gcc41.patch URL: http://www.cstr.ed.ac.uk/projects/speech_tools/ BuildRequires: autoconf BuildRequires: automake @@ -74,6 +75,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p0 +%patch4 -p1 %build cp -f /usr/share/automake/config.* . @@ -85,7 +87,7 @@ CC="%{__cc}" \ CXX="%{__cxx}" \ OPTIMISE_CCFLAGS="%{rpmcflags}" \ - OPTIMISE_CXXFLAGS="%{rpmcflags}" \ + OPTIMISE_CXXFLAGS="%{rpmcflags} -fno-strict-aliasing" \ OPTIMISE_LINKFLAGS="%{rpmldflags}" \ OS_LIBS="-ldl -lncurses" @@ -175,6 +177,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.42 2006/01/17 20:04:07 pluto +- initial gcc41 fixes, nfy (1 regression test still fails). + Revision 1.41 2006/01/17 19:00:57 pluto - run regression tests. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/speech_tools.spec?r1=1.41&r2=1.42&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
