commit praat for openSUSE:Factory
Hello community, here is the log from the commit of package praat for openSUSE:Factory checked in at 2019-12-02 11:31:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/praat (Old) and /work/SRC/openSUSE:Factory/.praat.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "praat" Mon Dec 2 11:31:26 2019 rev:23 rq:752558 version:6.1.07 Changes: -------- --- /work/SRC/openSUSE:Factory/praat/praat.changes 2019-07-16 08:41:03.843031017 +0200 +++ /work/SRC/openSUSE:Factory/.praat.new.4691/praat.changes 2019-12-02 11:36:10.626433356 +0100 @@ -1,0 +2,33 @@ +Fri Nov 29 20:03:54 UTC 2019 - Luigi Baldoni <aloisio@gmx.com> + +- Update to version 6.1.07 + * Raspberry Pi edition. + version 6.1.06: + * Chromebook edition. + * Scripting: colour fields now take name, grey value or RGB + vector. + version 6.1.05: + * Repaired a bug introduced in 6.0.44 that could cause rubbish + LPC smoothing. + * Repaired a rare crash when dragging a selection on the Mac. + version 6.1.04: + * Electroglottography. + * Sound and other windows: Widen or shrink selection.... + * KlattGrid: Create from vowel.... + * Fix rectangle playing bug when selection viewer is on. + * Selection viewer separately visible for Sound window and + TextGrid window. + * Scripting: allow comments after parameter list. + * Scripting: fix CR/LF pasting from Microsoft Word. + version 6.1.03: + * Sound window: Widen or shrink selection.... + version 6.1.02: + * Repaired Sound: Concatenate with overlap.... + * Mac: Info and script windows: prevent line breaks caused by + tab stops. + version 6.1.01: + * Repaired TextGrid: Replace interval texts.... + +- Refreshed praat-use_system_libs.patch + +------------------------------------------------------------------- Old: ---- praat-6.1.tar.gz New: ---- praat-6.1.07.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ praat.spec ++++++ --- /var/tmp/diff_new_pack.SKOu97/_old 2019-12-02 11:36:12.150433676 +0100 +++ /var/tmp/diff_new_pack.SKOu97/_new 2019-12-02 11:36:12.150433676 +0100 @@ -1,7 +1,7 @@ # # spec file for package praat # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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.1 +Version: 6.1.07 Release: 0 Summary: Phonetics by computer License: GPL-3.0-or-later @@ -55,9 +55,7 @@ provisions for communicating with other programs. %prep -%setup -q -%patch1 -p1 -%patch2 -p1 +%autosetup -p1 %build test -x "$(type -p gcc-7)" && export CC=gcc-7 ++++++ praat-6.1.tar.gz -> praat-6.1.07.tar.gz ++++++ /work/SRC/openSUSE:Factory/praat/praat-6.1.tar.gz /work/SRC/openSUSE:Factory/.praat.new.4691/praat-6.1.07.tar.gz differ: char 13, line 1 ++++++ praat-use_system_libs.patch ++++++ --- /var/tmp/diff_new_pack.SKOu97/_old 2019-12-02 11:36:12.190433685 +0100 +++ /var/tmp/diff_new_pack.SKOu97/_new 2019-12-02 11:36:12.190433685 +0100 @@ -8,10 +8,10 @@ other like espeak and FLAC are too heavily patched for the program to be compatible with upstream ones. -Index: praat-6.0.42/fon/SoundRecorder.h +Index: praat-6.1.07/fon/SoundRecorder.h =================================================================== ---- praat-6.0.42.orig/fon/SoundRecorder.h -+++ praat-6.0.42/fon/SoundRecorder.h +--- praat-6.1.07.orig/fon/SoundRecorder.h ++++ praat-6.1.07/fon/SoundRecorder.h @@ -25,7 +25,7 @@ #include "SoundRecorder_enums.h" @@ -21,23 +21,10 @@ #if defined (_WIN32) #elif defined (macintosh) #elif defined (linux) -Index: praat-6.0.42/fon/Sound_audio.cpp +Index: praat-6.1.07/melder/NUMlinprog.cpp =================================================================== ---- praat-6.0.42.orig/fon/Sound_audio.cpp -+++ praat-6.0.42/fon/Sound_audio.cpp -@@ -28,7 +28,7 @@ - #include "Preferences.h" - - --#include "../external/portaudio/portaudio.h" -+#include <portaudio.h> - - #if defined (macintosh) - #include "macport_on.h" -Index: praat-6.0.42/melder/NUMlinprog.cpp -=================================================================== ---- praat-6.0.42.orig/melder/NUMlinprog.cpp -+++ praat-6.0.42/melder/NUMlinprog.cpp +--- praat-6.1.07.orig/melder/NUMlinprog.cpp ++++ praat-6.1.07/melder/NUMlinprog.cpp @@ -17,7 +17,7 @@ */ @@ -47,11 +34,11 @@ struct structNUMlinprog { glp_prob *linearProgram; -Index: praat-6.0.42/dwtools/VowelEditor.cpp +Index: praat-6.1.07/dwtools/VowelEditor.cpp =================================================================== ---- praat-6.0.42.orig/dwtools/VowelEditor.cpp -+++ praat-6.0.42/dwtools/VowelEditor.cpp -@@ -55,7 +55,7 @@ trajectory --> path ???? +--- praat-6.1.07.orig/dwtools/VowelEditor.cpp ++++ praat-6.1.07/dwtools/VowelEditor.cpp +@@ -53,7 +53,7 @@ trajectory --> path ???? #include "FormantGrid.h" #include "KlattGrid.h" @@ -60,10 +47,10 @@ #include "PitchTier_to_PointProcess.h" #include "PitchTier_to_Sound.h" #include "PointProcess_and_Sound.h" -Index: praat-6.0.42/Makefile +Index: praat-6.1.07/Makefile =================================================================== ---- praat-6.0.42.orig/Makefile -+++ praat-6.0.42/Makefile +--- praat-6.1.07.orig/Makefile ++++ praat-6.1.07/Makefile @@ -13,11 +13,8 @@ include makefile.defs # Makes the Praat executable in the source directory. @@ -88,10 +75,10 @@ $(LIBS) clean: -Index: praat-6.0.42/dwsys/Makefile +Index: praat-6.1.07/dwsys/Makefile =================================================================== ---- praat-6.0.42.orig/dwsys/Makefile -+++ praat-6.0.42/dwsys/Makefile +--- praat-6.1.07.orig/dwsys/Makefile ++++ praat-6.1.07/dwsys/Makefile @@ -4,7 +4,7 @@ include ../makefile.defs @@ -101,17 +88,17 @@ all: libdwsys.a -@@ -33,5 +33,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 ../external/gsl/*.h ../dwsys/*.h ../kar/*.h +$(OBJECTS): *.h ../melder/*.h ../stat/*.h ../sys/*.h /usr/include/gsl/*.h ../dwsys/*.h ../kar/*.h -Index: praat-6.0.42/melder/melder_audio.cpp +Index: praat-6.1.07/melder/melder_audio.cpp =================================================================== ---- praat-6.0.42.orig/melder/melder_audio.cpp -+++ praat-6.0.42/melder/melder_audio.cpp +--- praat-6.1.07.orig/melder/melder_audio.cpp ++++ praat-6.1.07/melder/melder_audio.cpp @@ -45,7 +45,7 @@ #include <time.h> #include "../sys/Gui.h" @@ -121,10 +108,10 @@ #ifdef HAVE_PULSEAUDIO void pulseAudio_initialize (); -Index: praat-6.0.42/contrib/ola/Makefile +Index: praat-6.1.07/contrib/ola/Makefile =================================================================== ---- praat-6.0.42.orig/contrib/ola/Makefile -+++ praat-6.0.42/contrib/ola/Makefile +--- praat-6.1.07.orig/contrib/ola/Makefile ++++ praat-6.1.07/contrib/ola/Makefile @@ -4,7 +4,7 @@ include ../../makefile.defs @@ -140,10 +127,10 @@ -$(OBJECTS): *.h ../../kar/*.h ../../melder/*.h ../../sys/*.h ../../FFNet/*.h ../../dwtools/*.h ../../fon/*.h ../../dwsys/*.h ../../stat/*.h ../../external/gsl/*.h +$(OBJECTS): *.h ../../kar/*.h ../../melder/*.h ../../sys/*.h ../../FFNet/*.h ../../dwtools/*.h ../../fon/*.h ../../dwsys/*.h ../../stat/*.h /usr/include/gsl/*.h -Index: praat-6.0.42/melder/NUMspecfunc.cpp +Index: praat-6.1.07/melder/NUMspecfunc.cpp =================================================================== ---- praat-6.0.42.orig/melder/NUMspecfunc.cpp -+++ praat-6.0.42/melder/NUMspecfunc.cpp +--- praat-6.1.07.orig/melder/NUMspecfunc.cpp ++++ praat-6.1.07/melder/NUMspecfunc.cpp @@ -31,10 +31,10 @@ #include "melder.h" #include "../dwsys/NUM2.h" // NUMridders @@ -159,10 +146,10 @@ double NUMlnGamma (double x) { gsl_sf_result result; -Index: praat-6.0.42/melder/melder.cpp +Index: praat-6.1.07/melder/melder.cpp =================================================================== ---- praat-6.0.42.orig/melder/melder.cpp -+++ praat-6.0.42/melder/melder.cpp +--- praat-6.1.07.orig/melder/melder.cpp ++++ praat-6.1.07/melder/melder.cpp @@ -24,7 +24,7 @@ #include "melder_enums.h" @@ -172,10 +159,23 @@ #ifdef macintosh #include <Carbon/Carbon.h> // Gestalt #endif -Index: praat-6.0.42/fon/Makefile +Index: praat-6.1.07/fon/Sound_audio.cpp =================================================================== ---- praat-6.0.42.orig/fon/Makefile -+++ praat-6.0.42/fon/Makefile +--- praat-6.1.07.orig/fon/Sound_audio.cpp ++++ praat-6.1.07/fon/Sound_audio.cpp +@@ -26,7 +26,7 @@ + + #include "Sound.h" + #include "Preferences.h" +-#include "../external/portaudio/portaudio.h" ++#include <portaudio.h> + + #if defined (macintosh) + #include "macport_on.h" +Index: praat-6.1.07/fon/Makefile +=================================================================== +--- praat-6.1.07.orig/fon/Makefile ++++ praat-6.1.07/fon/Makefile @@ -3,7 +3,7 @@ include ../makefile.defs @@ -191,3 +191,16 @@ -$(OBJECTS): *.h ../external/portaudio/*.h ../kar/*.h ../melder/*.h ../sys/*.h ../dwsys/*.h ../stat/*.h ../dwtools/*.h ../LPC/*.h ../external/flac/*.h ../external/mp3/mp3.h +$(OBJECTS): *.h ../kar/*.h ../melder/*.h ../sys/*.h ../dwsys/*.h ../stat/*.h ../dwtools/*.h ../LPC/*.h ../external/flac/*.h ../external/mp3/mp3.h +Index: praat-6.1.07/dwtools/Makefile +=================================================================== +--- praat-6.1.07.orig/dwtools/Makefile ++++ praat-6.1.07/dwtools/Makefile +@@ -4,7 +4,7 @@ + + include ../makefile.defs + +-CPPFLAGS = -I ../kar -I ../melder -I ../LPC -I ../fon -I ../sys -I ../stat -I ../dwsys -I ../external/portaudio -I ../external/espeak -I ../EEG -I ../kar ++CPPFLAGS = -I ../kar -I ../melder -I ../LPC -I ../fon -I ../sys -I ../stat -I ../dwsys -I /usr/include/portaudio -I ../external/espeak -I ../EEG -I ../kar + + OBJECTS = ActivationList.o AffineTransform.o \ + Categories.o CategoriesEditor.o \
participants (1)
-
root