diff --git a/festival.spec b/festival.spec index aab2e84..da503c3 100644 --- a/festival.spec +++ b/festival.spec @@ -6,7 +6,7 @@ Name: festival Summary: Speech synthesis and text-to-speech system Version: %{festivalversion} -Release: 23%{?dist} +Release: 24%{?dist} URL: http://www.cstr.ed.ac.uk/projects/festival/ Group: Applications/Multimedia @@ -747,7 +747,7 @@ rm -rf $RPM_BUILD_ROOT %postun docs if [ "$1" = 0 ]; then - /sbin/install-info --delete %{_infodir}/festival.info.gz %{_infodir}/dir --section "Accessibility" > /dev/null 2>&1 + /sbin/install-info --delete %{_infodir}/festival.info.gz %{_infodir}/dir --section "Accessibility" > /dev/null 2>&1 fi : @@ -903,6 +903,9 @@ fi %changelog +* Thu Feb 07 2013 Jon Ciesla - 1.96-24 +- Minor Merge review fixes, BZ 225748. + * Mon Jan 7 2013 Matthias Clasen - 1.96-23 - Add tighter inter-subpackage deps (recommended by rpmdiff) @@ -1094,7 +1097,7 @@ fi - Another question: should we drop the 8k diphone voices? Any point? - Changed "X11-like" to "MIT-style" (which is what X11 is) to make rpmlint happy. -- make %{festivalversion} macro to deal with all of the changes to version +- make %%{festivalversion} macro to deal with all of the changes to version in subpackages. Kludgy, but there's RPM for you. * Tue Mar 13 2007 Matthew Miller 1.96-0.3 @@ -1171,7 +1174,7 @@ fi * Wed Apr 27 2005 Miloslav Trmac - 1.95-2 - Fix build with gcc 4 (#156132) - Require /sbin/install-info for scriptlets (#155698) -- Don't ship %{_bindir}/VCLocalRules (#75645) +- Don't ship %%{_bindir}/VCLocalRules (#75645) * Fri Feb 25 2005 - 1.95-1 - patch from Matthew Miller to update to 1.95. Full changelog below