Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package praat for openSUSE:Factory checked in at 2024-02-11 15:45:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/praat (Old) and /work/SRC/openSUSE:Factory/.praat.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "praat" Sun Feb 11 15:45:09 2024 rev:46 rq:1145543 version:6.4.05 Changes: -------- --- /work/SRC/openSUSE:Factory/praat/praat.changes 2024-01-12 23:47:20.746812095 +0100 +++ /work/SRC/openSUSE:Factory/.praat.new.1815/praat.changes 2024-02-11 15:45:21.418206510 +0100 @@ -1,0 +2,9 @@ +Fri Feb 2 13:13:26 UTC 2024 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 6.4.05: + * Many typos in manual. + * Prevented 8000 files from being read at start-up. + * Mac and Linux scripting: fileReadable now returns 0 if the + argument is a folder (as already on Windows). + +------------------------------------------------------------------- Old: ---- praat-6.4.04.tar.gz New: ---- praat-6.4.05.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ praat.spec ++++++ --- /var/tmp/diff_new_pack.gOwy9Z/_old 2024-02-11 15:45:23.658287050 +0100 +++ /var/tmp/diff_new_pack.gOwy9Z/_new 2024-02-11 15:45:23.658287050 +0100 @@ -17,7 +17,7 @@ Name: praat -Version: 6.4.04 +Version: 6.4.05 Release: 0 Summary: Phonetics by computer License: GPL-3.0-or-later ++++++ praat-6.4.04.tar.gz -> praat-6.4.05.tar.gz ++++++ /work/SRC/openSUSE:Factory/praat/praat-6.4.04.tar.gz /work/SRC/openSUSE:Factory/.praat.new.1815/praat-6.4.05.tar.gz differ: char 28, line 1 ++++++ praat-allow-system-flags.patch ++++++ --- /var/tmp/diff_new_pack.gOwy9Z/_old 2024-02-11 15:45:23.694288345 +0100 +++ /var/tmp/diff_new_pack.gOwy9Z/_new 2024-02-11 15:45:23.698288489 +0100 @@ -1,8 +1,8 @@ -Index: praat-6.3.02/makefiles/makefile.defs.linux.pulse +Index: praat-6.4.05/makefiles/makefile.defs.linux.pulse =================================================================== ---- praat-6.3.02.orig/makefiles/makefile.defs.linux.pulse -+++ praat-6.3.02/makefiles/makefile.defs.linux.pulse -@@ -12,13 +12,13 @@ PKG_CONFIG ?= "pkg-config" +--- praat-6.4.05.orig/makefiles/makefile.defs.linux.pulse ++++ praat-6.4.05/makefiles/makefile.defs.linux.pulse +@@ -11,13 +11,13 @@ PKG_CONFIG ?= "pkg-config" COMMONFLAGS = -DUNIX -Dlinux -DALSA -DHAVE_PULSEAUDIO -D_FILE_OFFSET_BITS=64 `$(PKG_CONFIG) --cflags gtk+-3.0` \ -Wreturn-type -Wunused -Wunused-parameter -Wuninitialized -O3 -g1 -pthread @@ -14,9 +14,9 @@ EXECUTABLE = praat --LIBS = `$(PKG_CONFIG) --libs gtk+-3.0` -no-pie -lm -lpulse -lasound -lpthread -L /usr/lib/x86_64-linux-gnu -+LIBS = ${LDFLAGS} `$(PKG_CONFIG) --libs gtk+-3.0` -no-pie -lm -lpulse -lasound -lpthread -L /usr/lib/x86_64-linux-gnu +-LIBS = `$(PKG_CONFIG) --libs gtk+-3.0` -no-pie -lm -lpulse -lasound -lpthread ++LIBS = ${LDFLAGS} `$(PKG_CONFIG) --libs gtk+-3.0` -no-pie -lm -lpulse -lasound -lpthread + # erased: -L /usr/lib/x86_64-linux-gnu AR = ar - RANLIB = ls