From 1dc56eb310f697387f808b0f2dce2565ccf813c9 Mon Sep 17 00:00:00 2001 From: Captain Date: Thu, 21 May 2020 16:01:15 +0800 Subject: [PATCH 1/3] add yaml file --- festival.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 festival.yaml diff --git a/festival.yaml b/festival.yaml new file mode 100644 index 0000000..4f48687 --- /dev/null +++ b/festival.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: festvox/festival +tag_prefix: ^v +seperator: . From c176ba7f51129c0e122fb2229c136d90cbbbea08 Mon Sep 17 00:00:00 2001 From: Captain Date: Mon, 25 May 2020 10:15:32 +0800 Subject: [PATCH 2/3] add -fpermissive compile option --- festival.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/festival.spec b/festival.spec index 2405b4d..fb5d9a9 100644 --- a/festival.spec +++ b/festival.spec @@ -174,8 +174,8 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/speech_tools/lib pushd speech_tools %configure make \ - CFLAGS="$RPM_OPT_FLAGS -fPIC -fno-strict-aliasing" \ - CXXFLAGS="$RPM_OPT_FLAGS -fPIC -fno-strict-aliasing" + CFLAGS="$RPM_OPT_FLAGS -fPIC -fno-strict-aliasing -fpermissive" \ + CXXFLAGS="$RPM_OPT_FLAGS -fPIC -fno-strict-aliasing -fpermissive" popd export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/src/lib @@ -183,8 +183,8 @@ export PATH=$(pwd)/bin:$PATH %configure make \ FTLIBDIR="%{_datadir}/festival/lib" \ - CFLAGS="$RPM_OPT_FLAGS -fPIC" \ - CXXFLAGS="$RPM_OPT_FLAGS -fPIC" + CFLAGS="$RPM_OPT_FLAGS -fPIC -fpermissive" \ + CXXFLAGS="$RPM_OPT_FLAGS -fPIC -fpermissive" pushd lib/dicts/cmu make From 68ae99eafd5cb707da5cc309a75a6614d59388dc Mon Sep 17 00:00:00 2001 From: Captain Date: Mon, 25 May 2020 15:00:42 +0800 Subject: [PATCH 3/3] add changelog --- festival.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/festival.spec b/festival.spec index fb5d9a9..39dd6c3 100644 --- a/festival.spec +++ b/festival.spec @@ -1,6 +1,6 @@ Name: festival Version: 1.96 -Release: 41 +Release: 42 Summary: Festival Speech Synthesis System License: MIT and GPL+ and TCL URL: http://www.cstr.ed.ac.uk/projects/festival/ @@ -347,6 +347,9 @@ fi %{_mandir}/man1/* %changelog +* Mon May 25 2020 Captain Wei - 1.96-42 +- add -fpermissive compile option + * Fri Apr 3 2020 chenli - 1.96-41 - modify spec