Hello community,

here is the log from the commit of package praat for openSUSE:Factory checked 
in at 2017-09-28 12:34:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/praat (Old)
 and      /work/SRC/openSUSE:Factory/.praat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "praat"

Thu Sep 28 12:34:58 2017 rev:7 rq:528885 version:6.0.33

Changes:
--------
--- /work/SRC/openSUSE:Factory/praat/praat.changes      2017-08-22 
11:11:45.402396147 +0200
+++ /work/SRC/openSUSE:Factory/.praat.new/praat.changes 2017-09-28 
12:35:19.672039454 +0200
@@ -1,0 +2,29 @@
+Tue Sep 26 21:25:29 UTC 2017 - aloi...@gmx.com
+
+- Update to version 6.0.33
+  * Pitch: Subtract linear fit...: correct a bug that prevented
+    computation in the ERB domain.
+  * Scripting: made object[xx].xmin work again.
+  * Removed a bug in Polynomial: Evaluate... introduced in 6.0.32.
+
+- Dropped praat-fix_return_nonvoid.patch (merged upstream)
+
+-------------------------------------------------------------------
+Sun Sep 17 15:58:34 UTC 2017 - aloi...@gmx.com
+
+- Update to version 6.0.32
+  * Table: allow spaces in column names.
+  * Settings windows no longer replace your visible expressions
+    with their resulting values.
+  * Scripting: formulas using the tilde.
+  * Optimality Theory learning: corrected a bug introduced in
+    6.0.30 that could cause the editor to crash on the Mac.
+  * EEG: corrected a bug that could cause an infinite loop when
+    doing principal component analysis.
+  * Scripting: faster interpreter.
+
+- Refreshed praat-use_system_libs.patch
+
+- Added praat-fix_return_nonvoid.patch
+
+-------------------------------------------------------------------

Old:
----
  praat-6.0.31.tar.gz

New:
----
  praat-6.0.33.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ praat.spec ++++++
--- /var/tmp/diff_new_pack.337gbz/_old  2017-09-28 12:35:20.951859491 +0200
+++ /var/tmp/diff_new_pack.337gbz/_new  2017-09-28 12:35:20.955858929 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           praat
-Version:        6.0.31
+Version:        6.0.33
 Release:        0
 Summary:        Phonetics by computer
 License:        GPL-3.0+

++++++ praat-6.0.31.tar.gz -> praat-6.0.33.tar.gz ++++++
/work/SRC/openSUSE:Factory/praat/praat-6.0.31.tar.gz 
/work/SRC/openSUSE:Factory/.praat.new/praat-6.0.33.tar.gz differ: char 15, line 
1

++++++ praat-use_system_libs.patch ++++++
--- /var/tmp/diff_new_pack.337gbz/_old  2017-09-28 12:35:21.003852181 +0200
+++ /var/tmp/diff_new_pack.337gbz/_new  2017-09-28 12:35:21.007851619 +0200
@@ -8,23 +8,10 @@
 other like espeak and FLAC are too heavily patched for the program
 to be compatible with upstream ones.
 
-Index: praat-6.0.31/dwtools/VowelEditor.cpp
+Index: praat-6.0.32/fon/SoundRecorder.h
 ===================================================================
---- praat-6.0.31.orig/dwtools/VowelEditor.cpp
-+++ praat-6.0.31/dwtools/VowelEditor.cpp
-@@ -55,7 +55,7 @@ trajectory --> path ????
- 
- #include "FormantGrid.h"
- #include "KlattGrid.h"
--#include "../external/portaudio/portaudio.h"
-+#include <portaudio.h>
- #include "praat.h"
- #include "PitchTier_to_PointProcess.h"
- #include "PitchTier_to_Sound.h"
-Index: praat-6.0.31/fon/SoundRecorder.h
-===================================================================
---- praat-6.0.31.orig/fon/SoundRecorder.h
-+++ praat-6.0.31/fon/SoundRecorder.h
+--- praat-6.0.32.orig/fon/SoundRecorder.h
++++ praat-6.0.32/fon/SoundRecorder.h
 @@ -25,7 +25,7 @@
  
  #include "SoundRecorder_enums.h"
@@ -34,10 +21,10 @@
  #if defined (_WIN32)
  #elif defined (macintosh)
  #elif defined (linux)
-Index: praat-6.0.31/fon/Sound_audio.cpp
+Index: praat-6.0.32/fon/Sound_audio.cpp
 ===================================================================
---- praat-6.0.31.orig/fon/Sound_audio.cpp
-+++ praat-6.0.31/fon/Sound_audio.cpp
+--- praat-6.0.32.orig/fon/Sound_audio.cpp
++++ praat-6.0.32/fon/Sound_audio.cpp
 @@ -28,7 +28,7 @@
  #include "Preferences.h"
  
@@ -47,10 +34,10 @@
  
  #if defined (macintosh)
        #include "macport_on.h"
-Index: praat-6.0.31/num/NUMlinprog.cpp
+Index: praat-6.0.32/num/NUMlinprog.cpp
 ===================================================================
---- praat-6.0.31.orig/num/NUMlinprog.cpp
-+++ praat-6.0.31/num/NUMlinprog.cpp
+--- praat-6.0.32.orig/num/NUMlinprog.cpp
++++ praat-6.0.32/num/NUMlinprog.cpp
 @@ -17,7 +17,7 @@
   */
  
@@ -60,10 +47,10 @@
  
  struct structNUMlinprog {
        glp_prob *linearProgram;
-Index: praat-6.0.31/sys/melder_audio.cpp
+Index: praat-6.0.32/sys/melder_audio.cpp
 ===================================================================
---- praat-6.0.31.orig/sys/melder_audio.cpp
-+++ praat-6.0.31/sys/melder_audio.cpp
+--- praat-6.0.32.orig/sys/melder_audio.cpp
++++ praat-6.0.32/sys/melder_audio.cpp
 @@ -46,7 +46,7 @@
  #include "melder.h"
  #include <time.h>
@@ -73,10 +60,10 @@
  
  #ifdef HAVE_PULSEAUDIO
        void pulseAudio_initialize ();
-Index: praat-6.0.31/dwsys/Makefile
+Index: praat-6.0.32/dwsys/Makefile
 ===================================================================
---- praat-6.0.31.orig/dwsys/Makefile
-+++ praat-6.0.31/dwsys/Makefile
+--- praat-6.0.32.orig/dwsys/Makefile
++++ praat-6.0.32/dwsys/Makefile
 @@ -4,7 +4,7 @@
  
  include ../makefile.defs
@@ -93,10 +80,10 @@
 -$(OBJECTS): *.h ../stat/*.h ../sys/*.h ../external/gsl/*.h ../dwsys/*.h 
../kar/*.h
 +$(OBJECTS): *.h ../stat/*.h ../sys/*.h /usr/include/gsl/*.h ../dwsys/*.h 
../kar/*.h
  
-Index: praat-6.0.31/makefile
+Index: praat-6.0.32/makefile
 ===================================================================
---- praat-6.0.31.orig/makefile
-+++ praat-6.0.31/makefile
+--- praat-6.0.32.orig/makefile
++++ praat-6.0.32/makefile
 @@ -13,11 +13,8 @@ include makefile.defs
  
  # Makes the Praat executable in the source directory.
@@ -122,10 +109,10 @@
                $(LIBS)
  
  clean:
-Index: praat-6.0.31/contrib/ola/Makefile
+Index: praat-6.0.32/contrib/ola/Makefile
 ===================================================================
---- praat-6.0.31.orig/contrib/ola/Makefile
-+++ praat-6.0.31/contrib/ola/Makefile
+--- praat-6.0.32.orig/contrib/ola/Makefile
++++ praat-6.0.32/contrib/ola/Makefile
 @@ -4,7 +4,7 @@
  
  include ../../makefile.defs
@@ -141,3 +128,16 @@
  
 -$(OBJECTS): *.h ../../kar/*.h ../../sys/*.h ../../FFNet/*.h ../../dwtools/*.h 
../../fon/*.h ../../dwsys/*.h ../../stat/*.h ../../external/gsl/*.h
 +$(OBJECTS): *.h ../../kar/*.h ../../sys/*.h ../../FFNet/*.h ../../dwtools/*.h 
../../fon/*.h ../../dwsys/*.h ../../stat/*.h /usr/include/gsl/*.h
+Index: praat-6.0.32/dwtools/VowelEditor.cpp
+===================================================================
+--- praat-6.0.32.orig/dwtools/VowelEditor.cpp
++++ praat-6.0.32/dwtools/VowelEditor.cpp
+@@ -55,7 +55,7 @@ trajectory --> path ????
+ 
+ #include "FormantGrid.h"
+ #include "KlattGrid.h"
+-#include "../external/portaudio/portaudio.h"
++#include <portaudio.h>
+ #include "PitchTier_to_PointProcess.h"
+ #include "PitchTier_to_Sound.h"
+ #include "PointProcess_and_Sound.h"


Reply via email to