Hello community,

here is the log from the commit of package praat for openSUSE:Factory checked 
in at 2017-08-22 11:11:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/praat (Old)
 and      /work/SRC/openSUSE:Factory/.praat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "praat"

Tue Aug 22 11:11:43 2017 rev:6 rq:518064 version:6.0.31

Changes:
--------
--- /work/SRC/openSUSE:Factory/praat/praat.changes      2017-07-30 
11:27:44.590320227 +0200
+++ /work/SRC/openSUSE:Factory/.praat.new/praat.changes 2017-08-22 
11:11:45.402396147 +0200
@@ -1,0 +2,12 @@
+Tue Aug 22 06:43:30 UTC 2017 - aloi...@gmx.com
+
+- Update to 6.0.31
+  * Scripting: more vectors and matrices.
+  * Numerics: faster and more precise sums, means, standard
+    deviations.
+
+- Refreshed praat-use_system_libs.patch
+
+- Dropped praat-6.0.30-no-return-in-nonvoid.patch
+
+-------------------------------------------------------------------

Old:
----
  praat-6.0.30-no-return-in-nonvoid.patch
  praat-6.0.30.tar.gz

New:
----
  praat-6.0.31.tar.gz

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

Other differences:
------------------
++++++ praat.spec ++++++
--- /var/tmp/diff_new_pack.WNYYBp/_old  2017-08-22 11:11:46.478244661 +0200
+++ /var/tmp/diff_new_pack.WNYYBp/_new  2017-08-22 11:11:46.482244098 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           praat
-Version:        6.0.30
+Version:        6.0.31
 Release:        0
 Summary:        Phonetics by computer
 License:        GPL-3.0+
@@ -25,8 +25,6 @@
 Url:            http://www.praat.org
 Source0:        
https://github.com/praat/praat/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source3:        %{name}.changes
-# PATCH-FIX-OPENSUSE praat-6.0.30-no-return-in-nonvoid.patch
-Patch0:         praat-6.0.30-no-return-in-nonvoid.patch
 # PATCH-FIX-OPENSUSE praat-use_system_libs.patch -- replace some embedded libs 
with system ones
 Patch1:         praat-use_system_libs.patch
 BuildRequires:  ImageMagick
@@ -51,7 +49,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 # fix builddate info
 # Remove build time references so build-compare can do its work
@@ -59,8 +56,6 @@
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{SOURCE3} '+%%b %%e %%Y')
 sed -e "s/__TIME__/\"$FAKE_BUILDTIME\"/" -i external/portaudio/pa_front.c
 sed -e "s/__DATE__/\"$FAKE_BUILDDATE\"/" -i external/portaudio/pa_front.c
-# fix typo
-mv sys/Tensor.h sys/tensor.h
 
 %build
 cp makefiles/makefile.defs.linux.pulse ./makefile.defs

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

++++++ praat-use_system_libs.patch ++++++
--- /var/tmp/diff_new_pack.WNYYBp/_old  2017-08-22 11:11:46.530237340 +0200
+++ /var/tmp/diff_new_pack.WNYYBp/_new  2017-08-22 11:11:46.530237340 +0200
@@ -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.30/dwtools/VowelEditor.cpp
+Index: praat-6.0.31/dwtools/VowelEditor.cpp
 ===================================================================
---- praat-6.0.30.orig/dwtools/VowelEditor.cpp
-+++ praat-6.0.30/dwtools/VowelEditor.cpp
+--- praat-6.0.31.orig/dwtools/VowelEditor.cpp
++++ praat-6.0.31/dwtools/VowelEditor.cpp
 @@ -55,7 +55,7 @@ trajectory --> path ????
  
  #include "FormantGrid.h"
@@ -21,10 +21,10 @@
  #include "praat.h"
  #include "PitchTier_to_PointProcess.h"
  #include "PitchTier_to_Sound.h"
-Index: praat-6.0.30/fon/SoundRecorder.h
+Index: praat-6.0.31/fon/SoundRecorder.h
 ===================================================================
---- praat-6.0.30.orig/fon/SoundRecorder.h
-+++ praat-6.0.30/fon/SoundRecorder.h
+--- praat-6.0.31.orig/fon/SoundRecorder.h
++++ praat-6.0.31/fon/SoundRecorder.h
 @@ -25,7 +25,7 @@
  
  #include "SoundRecorder_enums.h"
@@ -34,69 +34,69 @@
  #if defined (_WIN32)
  #elif defined (macintosh)
  #elif defined (linux)
-Index: praat-6.0.30/num/NUMlinprog.cpp
+Index: praat-6.0.31/fon/Sound_audio.cpp
 ===================================================================
---- praat-6.0.30.orig/num/NUMlinprog.cpp
-+++ praat-6.0.30/num/NUMlinprog.cpp
+--- praat-6.0.31.orig/fon/Sound_audio.cpp
++++ praat-6.0.31/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.31/num/NUMlinprog.cpp
+===================================================================
+--- praat-6.0.31.orig/num/NUMlinprog.cpp
++++ praat-6.0.31/num/NUMlinprog.cpp
 @@ -17,7 +17,7 @@
   */
  
- #include "NUM.h"
+ #include "melder.h"
 -#include "../external/glpk/glpk.h"
 +#include <glpk.h>
  
- #define my  me ->
- 
-Index: praat-6.0.30/sys/melder_audio.cpp
-===================================================================
---- praat-6.0.30.orig/sys/melder_audio.cpp
-+++ praat-6.0.30/sys/melder_audio.cpp
-@@ -49,7 +49,7 @@
+ struct structNUMlinprog {
+       glp_prob *linearProgram;
+Index: praat-6.0.31/sys/melder_audio.cpp
+===================================================================
+--- praat-6.0.31.orig/sys/melder_audio.cpp
++++ praat-6.0.31/sys/melder_audio.cpp
+@@ -46,7 +46,7 @@
+ #include "melder.h"
  #include <time.h>
- #define my me ->
  
 -#include "../external/portaudio/portaudio.h"
 +#include <portaudio.h>
  
  #ifdef HAVE_PULSEAUDIO
        void pulseAudio_initialize ();
-Index: praat-6.0.30/fon/Sound_audio.cpp
+Index: praat-6.0.31/dwsys/Makefile
 ===================================================================
---- praat-6.0.30.orig/fon/Sound_audio.cpp
-+++ praat-6.0.30/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.30/dwsys/Makefile
-===================================================================
---- praat-6.0.30.orig/dwsys/Makefile
-+++ praat-6.0.30/dwsys/Makefile
-@@ -3,7 +3,7 @@
+--- praat-6.0.31.orig/dwsys/Makefile
++++ praat-6.0.31/dwsys/Makefile
+@@ -4,7 +4,7 @@
  
  include ../makefile.defs
  
--CPPFLAGS =  -I ../stat -I ../num -I ../sys -I ../external/gsl -I ../kar
-+CPPFLAGS =  -I ../stat -I ../num -I ../sys -I /usr/include/gsl -I ../kar
+-CPPFLAGS =  -I ../stat -I ../sys -I ../external/gsl -I ../kar
++CPPFLAGS =  -I ../stat -I ../sys -I /usr/include/gsl -I ../kar
  
  all: libdwsys.a
  
-@@ -30,5 +30,5 @@ libdwsys.a: $(OBJECTS) NUMmachar.o
+@@ -31,5 +31,5 @@ libdwsys.a: $(OBJECTS) NUMmachar.o
        $(AR) cq libdwsys.a $(OBJECTS)
        $(RANLIB) libdwsys.a
  
--$(OBJECTS): *.h ../stat/*.h ../num/NUM.h ../sys/*.h ../external/gsl/*.h 
../dwsys/*.h ../kar/*.h
-+$(OBJECTS): *.h ../stat/*.h ../num/NUM.h ../sys/*.h /usr/include/gsl/*.h 
../dwsys/*.h ../kar/*.h
+-$(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.30/makefile
+Index: praat-6.0.31/makefile
 ===================================================================
---- praat-6.0.30.orig/makefile
-+++ praat-6.0.30/makefile
+--- praat-6.0.31.orig/makefile
++++ praat-6.0.31/makefile
 @@ -13,11 +13,8 @@ include makefile.defs
  
  # Makes the Praat executable in the source directory.
@@ -122,16 +122,16 @@
                $(LIBS)
  
  clean:
-Index: praat-6.0.30/contrib/ola/Makefile
+Index: praat-6.0.31/contrib/ola/Makefile
 ===================================================================
---- praat-6.0.30.orig/contrib/ola/Makefile
-+++ praat-6.0.30/contrib/ola/Makefile
+--- praat-6.0.31.orig/contrib/ola/Makefile
++++ praat-6.0.31/contrib/ola/Makefile
 @@ -4,7 +4,7 @@
  
  include ../../makefile.defs
  
--CPPFLAGS = -I ../../sys -I ../../kar -I ../../FFNet -I ../../dwtools -I 
../../fon -I ../../dwsys -I ../../stat -I ../../num -I ../../external/gsl 
-D_DEBUG -D_REENTRANT
-+CPPFLAGS = -I ../../sys -I ../../kar -I ../../FFNet -I ../../dwtools -I 
../../fon -I ../../dwsys -I ../../stat -I ../../num -I /usr/include/gsl 
-D_DEBUG -D_REENTRANT
+-CPPFLAGS = -I ../../kar -I ../../sys -I ../../FFNet -I ../../dwtools -I 
../../fon -I ../../dwsys -I ../../stat -I ../../external/gsl -D_DEBUG 
-D_REENTRANT
++CPPFLAGS = -I ../../kar -I ../../sys -I ../../FFNet -I ../../dwtools -I 
../../fon -I ../../dwsys -I ../../stat -I /usr/include/gsl -D_DEBUG -D_REENTRANT
  
  OBJECTS = KNN.o \
     KNN_threads.o Pattern_to_Categories_cluster.o KNN_prune.o FeatureWeights.o 
praat_contrib_Ola_KNN.o manual_KNN.o
@@ -139,5 +139,5 @@
        $(AR) cq libOla.a $(OBJECTS)
        $(RANLIB) libOla.a
  
--$(OBJECTS): *.h ../../sys/*.h ../../FFNet/*.h ../../dwtools/*.h ../../fon/*.h 
../../dwsys/*.h ../../stat/*.h ../../num/*.h ../../external/gsl/*.h
-+$(OBJECTS): *.h ../../sys/*.h ../../FFNet/*.h ../../dwtools/*.h ../../fon/*.h 
../../dwsys/*.h ../../stat/*.h ../../num/*.h /usr/include/gsl/*.h
+-$(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


Reply via email to