Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package praat for openSUSE:Factory checked in at 2025-02-20 22:04:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/praat (Old) and /work/SRC/openSUSE:Factory/.praat.new.1873 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "praat" Thu Feb 20 22:04:42 2025 rev:56 rq:1247456 version:6.4.27 Changes: -------- --- /work/SRC/openSUSE:Factory/praat/praat.changes 2024-12-22 18:05:50.519803261 +0100 +++ /work/SRC/openSUSE:Factory/.praat.new.1873/praat.changes 2025-02-20 22:04:45.954868835 +0100 @@ -1,0 +2,20 @@ +Mon Feb 17 09:18:32 UTC 2025 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 6.4.27: + * Graphics text: better pipes and slashes. +- Changes from version 6.4.26: + * Rectangle text (maximal fit)... is perhaps useful in general, + but will especially facilitate text and button drawing in Demo + window. + * Linux for ARM64 processors: sped up some slow computations by + a factor of over 100. + * OTGrammar & Strings & Strings: Tabulate all correct rankings + lists all full rankings that map the given list of inputs to + the given list of partial outputs, using brute-force + permutation of up to 18 constraints. + * OTGrammar: Tabulate equivalent pairs checks to what extent + different candidates have different sets of constraint + violations. +- Rebase praat-allow-system-flags.patch for updated version. + +------------------------------------------------------------------- Old: ---- praat-6.4.25.tar.gz New: ---- praat-6.4.27.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ praat.spec ++++++ --- /var/tmp/diff_new_pack.xzQuAx/_old 2025-02-20 22:04:47.650939641 +0100 +++ /var/tmp/diff_new_pack.xzQuAx/_new 2025-02-20 22:04:47.650939641 +0100 @@ -1,7 +1,7 @@ # # spec file for package praat # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: praat -Version: 6.4.25 +Version: 6.4.27 Release: 0 Summary: Phonetics by computer License: GPL-3.0-or-later @@ -61,7 +61,7 @@ %autosetup -p1 %build -cp makefiles/makefile.defs.linux.pulse ./makefile.defs +cp makefiles/makefile.defs.linux.pulse-gcc ./makefile.defs export CFLAGS="%{optflags}" export CXXFLAGS="%{optflags}" %make_build ++++++ praat-6.4.25.tar.gz -> praat-6.4.27.tar.gz ++++++ /work/SRC/openSUSE:Factory/praat/praat-6.4.25.tar.gz /work/SRC/openSUSE:Factory/.praat.new.1873/praat-6.4.27.tar.gz differ: char 30, line 1 ++++++ praat-allow-system-flags.patch ++++++ --- /var/tmp/diff_new_pack.xzQuAx/_old 2025-02-20 22:04:47.702941812 +0100 +++ /var/tmp/diff_new_pack.xzQuAx/_new 2025-02-20 22:04:47.706941978 +0100 @@ -1,8 +1,12 @@ -Index: praat-6.4.05/makefiles/makefile.defs.linux.pulse +--- + makefiles/makefile.defs.linux.pulse-gcc | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +Index: praat-6.4.27/makefiles/makefile.defs.linux.pulse-gcc =================================================================== ---- 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" +--- praat-6.4.27.orig/makefiles/makefile.defs.linux.pulse-gcc ++++ praat-6.4.27/makefiles/makefile.defs.linux.pulse-gcc +@@ -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 @@ -15,8 +19,8 @@ EXECUTABLE = praat -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 ++LIBS = `${LDFLAGS} $(PKG_CONFIG) --libs gtk+-3.0` -no-pie -lm -lpulse -lasound -lpthread AR = ar + RANLIB = ls