Hello community, here is the log from the commit of package praat for openSUSE:Factory checked in at 2017-07-25 11:40:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/praat (Old) and /work/SRC/openSUSE:Factory/.praat.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "praat" Tue Jul 25 11:40:10 2017 rev:4 rq:512181 version:6.0.30 Changes: -------- --- /work/SRC/openSUSE:Factory/praat/praat.changes 2017-06-26 15:55:04.971805557 +0200 +++ /work/SRC/openSUSE:Factory/.praat.new/praat.changes 2017-07-25 11:40:58.959375002 +0200 @@ -1,0 +2,15 @@ +Sun Jul 23 04:47:36 UTC 2017 - [email protected] + +- Update to version 6.0.30 + * Removed a bug that caused an incorrect title for a PitchTier + or PointProcess window. + * Removed a bug that caused Praat to crash when doing a linear + regression on a Table with no rows. + * Scripting: object[], vectors. + * Graphics: better text drawing details. + * Linux: possibility to compile Praat without a GUI but with + graphics file output. + +- Added praat-6.0.30-no-return-in-nonvoid.patch + +------------------------------------------------------------------- Old: ---- praat-6.0.29.tar.gz New: ---- praat-6.0.30-no-return-in-nonvoid.patch praat-6.0.30.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ praat.spec ++++++ --- /var/tmp/diff_new_pack.2OoUqs/_old 2017-07-25 11:40:59.771260377 +0200 +++ /var/tmp/diff_new_pack.2OoUqs/_new 2017-07-25 11:40:59.775259813 +0200 @@ -17,7 +17,7 @@ Name: praat -Version: 6.0.29 +Version: 6.0.30 Release: 0 Summary: Phonetics by computer License: GPL-3.0+ @@ -25,6 +25,8 @@ Url: http://www.praat.org Source0: https://github.com/praat/praat/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source3: %{name}.changes +# PATCH-FIX-OPENSUSE praat-6.0.30-no-return-in-nonvoid.patch +Patch0: praat-6.0.30-no-return-in-nonvoid.patch BuildRequires: ImageMagick BuildRequires: gcc-c++ >= 4.8 BuildRequires: pkg-config @@ -44,12 +46,15 @@ %prep %setup -q +%patch0 -p1 # fix builddate info # Remove build time references so build-compare can do its work FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{SOURCE3} '+%%H:%%M') FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{SOURCE3} '+%%b %%e %%Y') sed -e "s/__TIME__/\"$FAKE_BUILDTIME\"/" -i external/portaudio/pa_front.c sed -e "s/__DATE__/\"$FAKE_BUILDDATE\"/" -i external/portaudio/pa_front.c +# fix typo +mv sys/Tensor.h sys/tensor.h %build cp makefiles/makefile.defs.linux.pulse ./makefile.defs ++++++ praat-6.0.30-no-return-in-nonvoid.patch ++++++ Index: praat-6.0.30/dwtools/TextGrid_extensions.cpp =================================================================== --- praat-6.0.30.orig/dwtools/TextGrid_extensions.cpp +++ praat-6.0.30/dwtools/TextGrid_extensions.cpp @@ -814,6 +814,7 @@ void NUMshift (double *x, double dx) { autoIntervalTier IntervalTier_shiftBoundaries (IntervalTier me, double startTime, double shiftTime) { +return (autoIntervalTier)nullptr; } /* End of file TextGrid_extensions.cpp */ ++++++ praat-6.0.29.tar.gz -> praat-6.0.30.tar.gz ++++++ /work/SRC/openSUSE:Factory/praat/praat-6.0.29.tar.gz /work/SRC/openSUSE:Factory/.praat.new/praat-6.0.30.tar.gz differ: char 117, line 2
