Author: qrczak Date: Sat Mar 3 18:29:40 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - speech_tools-as-needed.patch: fixed linking. - Release 0.beta.4
---- Files affected: SPECS: speech_tools.spec (1.48 -> 1.49) ---- Diffs: ================================================================ Index: SPECS/speech_tools.spec diff -u SPECS/speech_tools.spec:1.48 SPECS/speech_tools.spec:1.49 --- SPECS/speech_tools.spec:1.48 Sat Mar 3 18:16:43 2007 +++ SPECS/speech_tools.spec Sat Mar 3 19:29:35 2007 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Biblioteka narzędzi mowy Edinburgh Name: speech_tools Version: 1.2.95 -Release: 0.beta.3 +Release: 0.beta.4 License: distributable Group: Applications/Sound #Source0: http://www.cstr.ed.ac.uk/download/festival/1.4.3/%{name}-%{version}-release.tar.gz @@ -15,6 +15,7 @@ Patch2: %{name}-soname.patch Patch3: %{name}-bin_printf.patch Patch4: %{name}-gcc41.patch +Patch5: %{name}-as-needed.patch URL: http://www.cstr.ed.ac.uk/projects/speech_tools/ BuildRequires: autoconf BuildRequires: automake @@ -77,6 +78,7 @@ %patch2 -p1 %patch3 -p0 %patch4 -p1 +%patch5 -p1 %if "%{_lib}" == "lib64" # fix regression output for 64-bit archs (sizeof(ptr)==8 instead of 4). sed -i 's:20 bytes:24 bytes:' testsuite/correct/matrix_regression.out @@ -180,6 +182,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.49 2007/03/03 18:29:35 qrczak +- speech_tools-as-needed.patch: fixed linking. +- Release 0.beta.4 + Revision 1.48 2007/03/03 17:16:43 qrczak - Removed autoheader. There are no AC_CONFIG_HEADERS to regenerate. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/speech_tools.spec?r1=1.48&r2=1.49&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
