Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package praat for openSUSE:Factory checked in at 2026-05-27 16:17:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/praat (Old) and /work/SRC/openSUSE:Factory/.praat.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "praat" Wed May 27 16:17:03 2026 rev:73 rq:1355264 version:6.4.67 Changes: -------- --- /work/SRC/openSUSE:Factory/praat/praat.changes 2026-04-25 21:38:43.669092663 +0200 +++ /work/SRC/openSUSE:Factory/.praat.new.1937/praat.changes 2026-05-27 16:17:59.723453236 +0200 @@ -1,0 +2,22 @@ +Fri May 22 14:40:09 UTC 2026 - Atri Bhattacharya <[email protected]> + +- Update to version 6.4.67: + * Made the Voice Report give “undefined” H1-minus-H2 values + (instead of an error message) if there are zero pulses. +- Changes from version 6.4.66: + * Much faster automatic transcription on Windows and Linux. + * Standalone diarization. + * Corrected a crash in sorting an Eigen object (could affect + discriminant analysis). + * Removed a bug introduced in 6.4.52 by which running a log + script in the Sound window would stop any pending pause + window. +- Changes from version 6.4.65: + * Fixed a bug that could lead to a “Text is not valid UTF-8” + error message in automatic transcription. + * More windows recognize Command-Q (Quit Praat). +- Re-base praat-use_system_libs.patch for update. +- Drop praat-allow-system-flags.patch: invalidated due to change + in build script + +------------------------------------------------------------------- Old: ---- praat-6.4.64.tar.gz praat-allow-system-flags.patch New: ---- praat-6.4.67.tar.gz ----------(Old B)---------- Old:- Re-base praat-use_system_libs.patch for update. - Drop praat-allow-system-flags.patch: invalidated due to change in build script ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ praat.spec ++++++ --- /var/tmp/diff_new_pack.zI8at2/_old 2026-05-27 16:18:01.747536375 +0200 +++ /var/tmp/diff_new_pack.zI8at2/_new 2026-05-27 16:18:01.747536375 +0200 @@ -17,7 +17,7 @@ Name: praat -Version: 6.4.64 +Version: 6.4.67 Release: 0 Summary: Phonetics by computer License: GPL-3.0-or-later @@ -29,8 +29,6 @@ Patch1: praat-use_system_libs.patch # PATCH-FIX-OPENSUSE praat-no-return-in-nonvoid.patch -- make the compiler happy Patch2: praat-no-return-in-nonvoid.patch -# PATCH-FEATURE-OPENSUSE praat-allow-system-flags.patch [email protected] -- Allow compilation and linker flags to incorporate appropriate env flags -Patch3: praat-allow-system-flags.patch BuildRequires: gcc-c++ BuildRequires: glpk-devel BuildRequires: hicolor-icon-theme @@ -61,10 +59,9 @@ %autosetup -p1 -n %{name}.github.io-%{version} %build -cp makefiles/makefile.defs.linux.pulse-gcc ./makefile.defs export CFLAGS="%{optflags}" export CXXFLAGS="%{optflags}" -%make_build +%make_build PRAAT_OS=linux %install mkdir -p %{buildroot}/%{_bindir} \ ++++++ praat-6.4.64.tar.gz -> praat-6.4.67.tar.gz ++++++ /work/SRC/openSUSE:Factory/praat/praat-6.4.64.tar.gz /work/SRC/openSUSE:Factory/.praat.new.1937/praat-6.4.67.tar.gz differ: char 13, line 1 ++++++ praat-use_system_libs.patch ++++++ --- /var/tmp/diff_new_pack.zI8at2/_old 2026-05-27 16:18:01.795538347 +0200 +++ /var/tmp/diff_new_pack.zI8at2/_new 2026-05-27 16:18:01.799538512 +0200 @@ -20,10 +20,10 @@ melder/melder.cpp | 2 +- 7 files changed, 18 insertions(+), 23 deletions(-) -Index: praat.github.io-6.4.52/melder/NUMlinprog.cpp +Index: praat.github.io-6.4.67/melder/NUMlinprog.cpp =================================================================== ---- praat.github.io-6.4.52.orig/melder/NUMlinprog.cpp -+++ praat.github.io-6.4.52/melder/NUMlinprog.cpp +--- praat.github.io-6.4.67.orig/melder/NUMlinprog.cpp ++++ praat.github.io-6.4.67/melder/NUMlinprog.cpp @@ -17,7 +17,7 @@ */ @@ -33,10 +33,10 @@ struct structNUMlinprog { glp_prob *linearProgram; -Index: praat.github.io-6.4.52/melder/NUMspecfunc.cpp +Index: praat.github.io-6.4.67/melder/NUMspecfunc.cpp =================================================================== ---- praat.github.io-6.4.52.orig/melder/NUMspecfunc.cpp -+++ praat.github.io-6.4.52/melder/NUMspecfunc.cpp +--- praat.github.io-6.4.67.orig/melder/NUMspecfunc.cpp ++++ praat.github.io-6.4.67/melder/NUMspecfunc.cpp @@ -31,10 +31,10 @@ #include "melder.h" #include "../dwsys/NUM2.h" // NUMridders @@ -52,10 +52,10 @@ double NUMlnGamma (double x) { gsl_sf_result result; -Index: praat.github.io-6.4.52/melder/melder.cpp +Index: praat.github.io-6.4.67/melder/melder.cpp =================================================================== ---- praat.github.io-6.4.52.orig/melder/melder.cpp -+++ praat.github.io-6.4.52/melder/melder.cpp +--- praat.github.io-6.4.67.orig/melder/melder.cpp ++++ praat.github.io-6.4.67/melder/melder.cpp @@ -24,7 +24,7 @@ #include "melder_enums.h" @@ -65,30 +65,30 @@ #ifdef macintosh #include <Carbon/Carbon.h> // Gestalt #endif -Index: praat.github.io-6.4.52/dwsys/Makefile +Index: praat.github.io-6.4.67/dwsys/Makefile =================================================================== ---- praat.github.io-6.4.52.orig/dwsys/Makefile -+++ praat.github.io-6.4.52/dwsys/Makefile -@@ -4,7 +4,7 @@ - - include ../makefile.defs +--- praat.github.io-6.4.67.orig/dwsys/Makefile ++++ praat.github.io-6.4.67/dwsys/Makefile +@@ -1,7 +1,7 @@ + # makefile for library "dwsys". + # David Weenink and Paul Boersma, 16 May 2026 -CPPFLAGS = -I ../melder -I ../stat -I ../sys -I ../fon -I ../external/gsl -I ../external/num -I ../external/clapack -I ../kar -I ../dwtools +CPPFLAGS = -I ../melder -I ../stat -I ../sys -I ../fon -I /usr/include/gsl -I ../external/num -I ../external/clapack -I ../kar -I ../dwtools all: libdwsys.a -@@ -37,5 +37,5 @@ libdwsys.a: $(OBJECTS) NUMmachar.o +@@ -34,5 +34,5 @@ libdwsys.a: $(OBJECTS) NUMmachar.o $(AR) cq libdwsys.a $(OBJECTS) $(RANLIB) libdwsys.a -$(OBJECTS): *.h ../melder/*.h ../stat/*.h ../sys/*.h ../fon/*.h ../external/gsl/*.h ../external/num/*.h ../dwsys/*.h ../kar/*.h +$(OBJECTS): *.h ../melder/*.h ../stat/*.h ../sys/*.h ../fon/*.h /usr/include/gsl/*.h ../external/num/*.h ../dwsys/*.h ../kar/*.h -Index: praat.github.io-6.4.52/dwtools/Sound_extensions.cpp +Index: praat.github.io-6.4.67/dwtools/Sound_extensions.cpp =================================================================== ---- praat.github.io-6.4.52.orig/dwtools/Sound_extensions.cpp -+++ praat.github.io-6.4.52/dwtools/Sound_extensions.cpp +--- praat.github.io-6.4.67.orig/dwtools/Sound_extensions.cpp ++++ praat.github.io-6.4.67/dwtools/Sound_extensions.cpp @@ -37,10 +37,10 @@ #include "Manipulation.h" #include "NUMcomplex.h" @@ -104,12 +104,12 @@ #include "enums_getText.h" #include "Sound_extensions_enums.h" -Index: praat.github.io-6.4.52/dwtools/Makefile +Index: praat.github.io-6.4.67/dwtools/Makefile =================================================================== ---- praat.github.io-6.4.52.orig/dwtools/Makefile -+++ praat.github.io-6.4.52/dwtools/Makefile -@@ -5,7 +5,7 @@ - include ../makefile.defs +--- praat.github.io-6.4.67.orig/dwtools/Makefile ++++ praat.github.io-6.4.67/dwtools/Makefile +@@ -2,7 +2,7 @@ + # David Weenink and Paul Boersma, 16 May 2026 CPPFLAGS = -I . -I ../kar -I ../melder -I ../sys -I ../dwsys -I ../stat -I ../fon -I ../LPC -I ../foned -I ../EEG \ - -I ../external/clapack -I ../external/vorbis -I ../external/opusfile -I ../external/portaudio -I ../external/espeak \ @@ -117,11 +117,11 @@ -I ..external/num OBJECTS = ActivationList.o AffineTransform.o AnalyticSound.o \ -Index: praat.github.io-6.4.52/Makefile +Index: praat.github.io-6.4.67/Makefile =================================================================== ---- praat.github.io-6.4.52.orig/Makefile -+++ praat.github.io-6.4.52/Makefile -@@ -21,28 +21,23 @@ all: all-external all-self +--- praat.github.io-6.4.67.orig/Makefile ++++ praat.github.io-6.4.67/Makefile +@@ -366,28 +366,23 @@ all: all-external all-self dwsys/libdwsys.a sys/libsys.a melder/libmelder.a kar/libkar.a \ external/espeak/libespeak.a \ external/portaudio/libportaudio.a \ @@ -138,7 +138,7 @@ - external/opusfile/libopusfile.a \ + `pkg-config --libs vorbis vorbisfile ogg opusfile` \ external/whispercpp/libwhisper.a \ - $(LIBS) + $(NON_PRAAT_LIBRARIES) all-external: $(MAKE) -C external/clapack
