commit praat for openSUSE:Factory

2020-10-08 Thread root
Hello community,

here is the log from the commit of package praat for openSUSE:Factory checked 
in at 2020-10-08 13:13:52

Comparing /work/SRC/openSUSE:Factory/praat (Old)
 and  /work/SRC/openSUSE:Factory/.praat.new.4249 (New)


Package is "praat"

Thu Oct  8 13:13:52 2020 rev:26 rq:840114 version:6.1.26

Changes:

--- /work/SRC/openSUSE:Factory/praat/praat.changes  2020-09-25 
16:37:34.876212383 +0200
+++ /work/SRC/openSUSE:Factory/.praat.new.4249/praat.changes2020-10-08 
13:14:12.459282352 +0200
@@ -1,0 +2,30 @@
+Wed Oct  7 17:07:15 UTC 2020 - Luigi Baldoni 
+
+- Use icns-utils instead of heavy duty ImageMagick and install
+  multiple-size icons in the proper folders
+
+---
+Wed Oct  7 14:54:34 UTC 2020 - Juan Erbes 
+
+ - Update to version 6.1.26
+  * Removed a bug that caused Praat to crash when clicking Change
+in the Inspect window. 
+  version 6.1.25
+  * Added FormantPath and FormantPathEditor.
+  * Removed a bug that caused Praat to crash when double-clicking
+in the Sound window.
+  * Removed a bug that caused Praat to crash when raising the About
+window twice.
+  * Removed a bug that caused Praat to crash when zooming in to a
+region in the Sound window without samples, when a pitch curve
+was visible.
+  * Removed a bug that caused Praat to crash when pasting 
+in a region in the Sound window without samples. 
+  version 6.1.24
+  * Got rid of flashing during a running cursor or when making a
+selection in the Sound window or the Picture window. 
+  version 6.1.23
+  * Corrected a bug that caused the buttons at the top of a manual
+window to be overwritten with text when scrolling. 
+
+---

Old:

  praat-6.1.22.tar.gz

New:

  praat-6.1.26.tar.gz



Other differences:
--
++ praat.spec ++
--- /var/tmp/diff_new_pack.AVVace/_old  2020-10-08 13:14:13.287283101 +0200
+++ /var/tmp/diff_new_pack.AVVace/_new  2020-10-08 13:14:13.291283104 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   praat
-Version:6.1.22
+Version:6.1.26
 Release:0
 Summary:Phonetics by computer
 License:GPL-3.0-or-later
@@ -29,9 +29,10 @@
 Patch1: praat-use_system_libs.patch
 # PATCH-FIX-OPENSUSE praat-no-return-in-nonvoid.patch -- address rpmlint 
complaint
 Patch2: praat-no-return-in-nonvoid.patch
-BuildRequires:  ImageMagick
 BuildRequires:  gcc-c++
 BuildRequires:  glpk-devel
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  icns-utils
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(gsl)
@@ -64,8 +65,13 @@
  %{buildroot}/%{_datadir}/pixmaps \
  %{buildroot}/%{_datadir}/applications
 install -m 0755 %{name} %{buildroot}/%{_bindir}
-convert -strip -resize 128x128 main/praat_win.ico %{name}.png
-install -m 0644 %{name}.png %{buildroot}/%{_datadir}/pixmaps
+
+icns2png -x -d32 main/Praat.icns
+for s in 16 32 48 128; do
+  mkdir -pv %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps
+  install -m 0644 Praat_${s}x${s}x32.png 
%{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/%{name}.png
+done
+
 # create .desktop file
 tee %{buildroot}/%{_datadir}/applications/%{name}.desktop << "EOF"
 [Desktop Entry]
@@ -87,7 +93,7 @@
 %license main/GNU_General_Public_License.txt
 %doc README.md
 %{_bindir}/%{name}
-%{_datadir}/pixmaps/%{name}.png
+%{_datadir}/icons/hicolor/*/apps/%{name}.png
 %{_datadir}/applications/%{name}.desktop
 
 %changelog

++ praat-6.1.22.tar.gz -> praat-6.1.26.tar.gz ++
/work/SRC/openSUSE:Factory/praat/praat-6.1.22.tar.gz 
/work/SRC/openSUSE:Factory/.praat.new.4249/praat-6.1.26.tar.gz differ: char 16, 
line 1




commit praat for openSUSE:Factory

2020-09-25 Thread root
Hello community,

here is the log from the commit of package praat for openSUSE:Factory checked 
in at 2020-09-25 16:36:36

Comparing /work/SRC/openSUSE:Factory/praat (Old)
 and  /work/SRC/openSUSE:Factory/.praat.new.4249 (New)


Package is "praat"

Fri Sep 25 16:36:36 2020 rev:25 rq:837356 version:6.1.22

Changes:

--- /work/SRC/openSUSE:Factory/praat/praat.changes  2020-03-24 
22:38:19.849264031 +0100
+++ /work/SRC/openSUSE:Factory/.praat.new.4249/praat.changes2020-09-25 
16:37:34.876212383 +0200
@@ -1,0 +2,35 @@
+Fri Sep 25 07:06:49 UTC 2020 - Luigi Baldoni 
+
+- Update to version 6.1.22
+  * Corrected a bug introduced in 6.1.17alpha that could cause
+incorrect line spacing in the Picture window, such as in
+TableOfReal: Draw as numbers.
+  version 6.1.21
+  * First fully functional version for BigSur.
+  * Removed a decades-old bug by which an extremum allegedly
+computed by cubic interpolation would actually have been
+computed by sinc700.
+  version 6.1.16
+  * Record fixed time...: more reliable choice of input device.
+  version 6.1.15
+  * Repaired a bug introduced in 6.0.44 that could cause an
+incorrect (namely, totally constant) ClassificationTable.
+  version 6.1.14
+  * Repaired a bug in drawing ranges introduced in 6.1.06.
+  version 6.1.13a
+  * Repaired discriminant analysis on i386 processors.
+  * Scripting: enabled predictability by setting random seeds.
+  * Automated batch testing on x86_64, i386 and ARMv7 processors.
+  version 6.1.12
+  * All non-GUI tests can be automated from batch.
+  * Repaired a bug introduced in 6.0 whereby a
+KlattGrid-generated Sound would always be peak-scaled.
+  version 6.1.11
+  * Better messages
+  * Overhauled VowelEditor.
+  * Repaired crashes after creating a Formant from a Spectrum or
+an Excitation.
+- Refreshed praat-use_system_libs.patch and
+  praat-no-return-in-nonvoid.patch
+
+---

Old:

  praat-6.1.10.tar.gz

New:

  praat-6.1.22.tar.gz



Other differences:
--
++ praat.spec ++
--- /var/tmp/diff_new_pack.zRZPsY/_old  2020-09-25 16:37:35.928213317 +0200
+++ /var/tmp/diff_new_pack.zRZPsY/_new  2020-09-25 16:37:35.928213317 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   praat
-Version:6.1.10
+Version:6.1.22
 Release:0
 Summary:Phonetics by computer
 License:GPL-3.0-or-later
@@ -30,19 +30,14 @@
 # PATCH-FIX-OPENSUSE praat-no-return-in-nonvoid.patch -- address rpmlint 
complaint
 Patch2: praat-no-return-in-nonvoid.patch
 BuildRequires:  ImageMagick
-%if 0%{?suse_version} >= 1500
 BuildRequires:  gcc-c++
-%else
-BuildRequires:  gcc7
-BuildRequires:  gcc7-c++
-%endif
 BuildRequires:  glpk-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(gsl)
 BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(jack)
 BuildRequires:  pkgconfig(libpulse)
-BuildRequires:  pkgconfig(portaudio-2.0)
 
 %description
 Praat is an open-software tool for the analysis of speech in phonetics.
@@ -58,13 +53,11 @@
 %autosetup -p1
 
 %build
-test -x "$(type -p gcc-7)" && export CC=gcc-7
-test -x "$(type -p g++-7)" && export CXX=g++-7 LINK=g++-7
 cp makefiles/makefile.defs.linux.pulse ./makefile.defs
 sed -e '/^CFLAGS/s/$/\ %{optflags}/' \
 -e '/^CC/s/=/?=/' -e '/^CXX/s/=/?=/' \
 -e '/^LINK/s/=/?=/' -i makefile.defs
-make %{?_smp_mflags}
+%make_build
 
 %install
 mkdir -p %{buildroot}/%{_bindir} \

++ praat-6.1.10.tar.gz -> praat-6.1.22.tar.gz ++
/work/SRC/openSUSE:Factory/praat/praat-6.1.10.tar.gz 
/work/SRC/openSUSE:Factory/.praat.new.4249/praat-6.1.22.tar.gz differ: char 30, 
line 1

++ praat-no-return-in-nonvoid.patch ++
--- /var/tmp/diff_new_pack.zRZPsY/_old  2020-09-25 16:37:35.964213349 +0200
+++ /var/tmp/diff_new_pack.zRZPsY/_new  2020-09-25 16:37:35.964213349 +0200
@@ -1,8 +1,8 @@
-Index: praat-6.0.45/melder/melder_search.cpp
+Index: praat-6.1.22/melder/melder_search.cpp
 ===
 praat-6.0.45.orig/melder/melder_search.cpp
-+++ praat-6.0.45/melder/melder_search.cpp
-@@ -146,7 +146,7 @@ bool Melder_stringMatchesCriterion (cons
+--- praat-6.1.22.orig/melder/melder_search.cpp
 praat-6.1.22/melder/melder_search.cpp
+@@ -145,7 +145,7 @@ bool Melder_stringMatchesCriterion (cons
return !! place;
}
}
@@ -11,3 +11,15 @@
  }
  
  /* End of file melder_search.cpp */
+Index: praat-6.1.22/fon/PitchTierArea.h
+===
+--- praat-6.1.22.orig/fon/PitchTierArea.h
 praat-6.1.22/fon/PitchTierArea.h
+@@ -33,6 +33,7 @@ Thing_define 

commit praat for openSUSE:Factory

2020-03-24 Thread root
Hello community,

here is the log from the commit of package praat for openSUSE:Factory checked 
in at 2020-03-24 22:36:16

Comparing /work/SRC/openSUSE:Factory/praat (Old)
 and  /work/SRC/openSUSE:Factory/.praat.new.3160 (New)


Package is "praat"

Tue Mar 24 22:36:16 2020 rev:24 rq:787754 version:6.1.10

Changes:

--- /work/SRC/openSUSE:Factory/praat/praat.changes  2019-12-02 
11:36:10.626433356 +0100
+++ /work/SRC/openSUSE:Factory/.praat.new.3160/praat.changes2020-03-24 
22:38:19.849264031 +0100
@@ -1,0 +2,16 @@
+Tue Mar 24 10:35:57 UTC 2020 - Luigi Baldoni 
+
+- Update to version 6.1.10
+  * Faster formant computation.
+  * More LPC queries.
+  version 6.1.09
+  * Accept some more kinds of broken WAV files.
+  * Improved box plot drawing.
+  * More Network commands.
+  version 6.1.08
+  * Repaired a bug with automatic alignment for TextGrids
+(introduced in 6.1.07).
+
+- Refreshed praat-use_system_libs.patch
+
+---

Old:

  praat-6.1.07.tar.gz

New:

  praat-6.1.10.tar.gz



Other differences:
--
++ praat.spec ++
--- /var/tmp/diff_new_pack.E6znp5/_old  2020-03-24 22:38:22.309265226 +0100
+++ /var/tmp/diff_new_pack.E6znp5/_new  2020-03-24 22:38:22.313265228 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package praat
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 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.07
+Version:6.1.10
 Release:0
 Summary:Phonetics by computer
 License:GPL-3.0-or-later

++ praat-6.1.07.tar.gz -> praat-6.1.10.tar.gz ++
/work/SRC/openSUSE:Factory/praat/praat-6.1.07.tar.gz 
/work/SRC/openSUSE:Factory/.praat.new.3160/praat-6.1.10.tar.gz differ: char 13, 
line 1

++ praat-use_system_libs.patch ++
--- /var/tmp/diff_new_pack.E6znp5/_old  2020-03-24 22:38:22.341265242 +0100
+++ /var/tmp/diff_new_pack.E6znp5/_new  2020-03-24 22:38:22.341265242 +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.1.07/fon/SoundRecorder.h
+Index: praat-6.1.10/fon/SoundRecorder.h
 ===
 praat-6.1.07.orig/fon/SoundRecorder.h
-+++ praat-6.1.07/fon/SoundRecorder.h
+--- praat-6.1.10.orig/fon/SoundRecorder.h
 praat-6.1.10/fon/SoundRecorder.h
 @@ -25,7 +25,7 @@
  
  #include "SoundRecorder_enums.h"
@@ -21,10 +21,10 @@
  #if defined (_WIN32)
  #elif defined (macintosh)
  #elif defined (linux)
-Index: praat-6.1.07/melder/NUMlinprog.cpp
+Index: praat-6.1.10/melder/NUMlinprog.cpp
 ===
 praat-6.1.07.orig/melder/NUMlinprog.cpp
-+++ praat-6.1.07/melder/NUMlinprog.cpp
+--- praat-6.1.10.orig/melder/NUMlinprog.cpp
 praat-6.1.10/melder/NUMlinprog.cpp
 @@ -17,7 +17,7 @@
   */
  
@@ -34,10 +34,10 @@
  
  struct structNUMlinprog {
glp_prob *linearProgram;
-Index: praat-6.1.07/dwtools/VowelEditor.cpp
+Index: praat-6.1.10/dwtools/VowelEditor.cpp
 ===
 praat-6.1.07.orig/dwtools/VowelEditor.cpp
-+++ praat-6.1.07/dwtools/VowelEditor.cpp
+--- praat-6.1.10.orig/dwtools/VowelEditor.cpp
 praat-6.1.10/dwtools/VowelEditor.cpp
 @@ -53,7 +53,7 @@ trajectory --> path 
  
  #include "FormantGrid.h"
@@ -47,58 +47,10 @@
  #include "PitchTier_to_PointProcess.h"
  #include "PitchTier_to_Sound.h"
  #include "PointProcess_and_Sound.h"
-Index: praat-6.1.07/Makefile
+Index: praat-6.1.10/melder/melder_audio.cpp
 ===
 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.
- all:
--  $(MAKE) -C external/gsl
--  $(MAKE) -C external/glpk
-   $(MAKE) -C external/mp3
-   $(MAKE) -C external/flac
--  $(MAKE) -C external/portaudio
-   $(MAKE) -C external/espeak
-   $(MAKE) -C kar
-   $(MAKE) -C melder
-@@ -40,9 +37,9 @@ all:
-   fon/libfon.a stat/libstat.a dwsys/libdwsys.a \
-   sys/libsys.a melder/libmelder.a kar/libkar.a \
-   external/espeak/libespeak.a \
--  external/portaudio/libportaudio.a \
-+  `pkg-config --libs portaudio-2.0` `pkg-config --libs gtk+-2.0` \
-   external/flac/libflac.a external/mp3/libmp3.a \
--  external/glpk/libglpk.a external/gsl/libgsl.a \
-+  `pkg-config --libs 

commit praat for openSUSE:Factory

2019-12-02 Thread root
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.changes2019-12-02 
11:36:10.626433356 +0100
@@ -1,0 +2,33 @@
+Fri Nov 29 20:03:54 UTC 2019 - Luigi Baldoni 
+
+- 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 
- 
- #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 
+--- 

commit praat for openSUSE:Factory

2019-07-16 Thread root
Hello community,

here is the log from the commit of package praat for openSUSE:Factory checked 
in at 2019-07-16 08:40:51

Comparing /work/SRC/openSUSE:Factory/praat (Old)
 and  /work/SRC/openSUSE:Factory/.praat.new.1887 (New)


Package is "praat"

Tue Jul 16 08:40:51 2019 rev:22 rq:715012 version:6.1

Changes:

--- /work/SRC/openSUSE:Factory/praat/praat.changes  2019-03-04 
09:23:53.884562946 +0100
+++ /work/SRC/openSUSE:Factory/.praat.new.1887/praat.changes2019-07-16 
08:41:03.843031017 +0200
@@ -1,0 +2,32 @@
+Sat Jul 13 16:41:12 UTC 2019 - Luigi Baldoni 
+
+- Update to version 6.1
+  * major update
+  version 6.0.56:
+  * SpellingChecker: Unicode support.
+  version 6.0.55:
+  * Unicode normalization in file names.
+  version 6.0.54:
+  * Removed a bug introduced in 6.0.51 that could cause
+incorrect axes in Demo window.
+  version 6.0.53:
+  * Much faster playing of short parts of long sounds that need
+resampling.
+  * Better handling of broken CSV files.
+  * 64-bit floating-point WAV files.
+  version 6.0.52:
+  * Removed a bug introduced in 6.0.51 that could cause turning
+a Discriminant into a Configuration to crash.
+  * Removed a bug introduced in contour grey drawing in August
+2017.
+  version 6.0.51:
+  * Script window: Use Selection for Find.
+  * Corrected a bug that could cause Praat to crash after
+removing an element from a Strings or a row from a
+TableOfReal.
+  version 6.0.50:
+  * Manual updates, speed, more tests.
+  * Scripting: rowSums#, columnSums#; randomGauss## finally with
+four arguments.
+
+---

Old:

  praat-6.0.49.tar.gz

New:

  praat-6.1.tar.gz



Other differences:
--
++ praat.spec ++
--- /var/tmp/diff_new_pack.uF3Qrk/_old  2019-07-16 08:41:04.935031382 +0200
+++ /var/tmp/diff_new_pack.uF3Qrk/_new  2019-07-16 08:41:04.939031383 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   praat
-Version:6.0.49
+Version:6.1
 Release:0
 Summary:Phonetics by computer
 License:GPL-3.0-or-later

++ praat-6.0.49.tar.gz -> praat-6.1.tar.gz ++
/work/SRC/openSUSE:Factory/praat/praat-6.0.49.tar.gz 
/work/SRC/openSUSE:Factory/.praat.new.1887/praat-6.1.tar.gz differ: char 28, 
line 1




commit praat for openSUSE:Factory

2019-03-04 Thread root
Hello community,

here is the log from the commit of package praat for openSUSE:Factory checked 
in at 2019-03-04 09:23:25

Comparing /work/SRC/openSUSE:Factory/praat (Old)
 and  /work/SRC/openSUSE:Factory/.praat.new.28833 (New)


Package is "praat"

Mon Mar  4 09:23:25 2019 rev:21 rq:680996 version:6.0.49

Changes:

--- /work/SRC/openSUSE:Factory/praat/praat.changes  2019-02-19 
12:00:20.517140249 +0100
+++ /work/SRC/openSUSE:Factory/.praat.new.28833/praat.changes   2019-03-04 
09:23:53.884562946 +0100
@@ -1,0 +2,11 @@
+Sat Mar  2 19:06:50 UTC 2019 - Luigi Baldoni 
+
+- Update to version 6.0.49
+  * Removed a bug introduced in 6.0.41 whereby a script could
+misreport an undefined table value.
+  * Removed a bug introduced in 6.0.44 whereby an MFCC's maximum
+frequency could be ignored.
+  * Pitch: Tabulate candidates.
+  * SoundSet.
+
+---

Old:

  praat-6.0.48.tar.gz

New:

  praat-6.0.49.tar.gz



Other differences:
--
++ praat.spec ++
--- /var/tmp/diff_new_pack.fwgpdc/_old  2019-03-04 09:23:55.060562734 +0100
+++ /var/tmp/diff_new_pack.fwgpdc/_new  2019-03-04 09:23:55.076562731 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   praat
-Version:6.0.48
+Version:6.0.49
 Release:0
 Summary:Phonetics by computer
 License:GPL-3.0-or-later

++ praat-6.0.48.tar.gz -> praat-6.0.49.tar.gz ++
/work/SRC/openSUSE:Factory/praat/praat-6.0.48.tar.gz 
/work/SRC/openSUSE:Factory/.praat.new.28833/praat-6.0.49.tar.gz differ: char 
28, line 1




commit praat for openSUSE:Factory

2019-02-19 Thread root
Hello community,

here is the log from the commit of package praat for openSUSE:Factory checked 
in at 2019-02-19 11:59:53

Comparing /work/SRC/openSUSE:Factory/praat (Old)
 and  /work/SRC/openSUSE:Factory/.praat.new.28833 (New)


Package is "praat"

Tue Feb 19 11:59:53 2019 rev:20 rq:676844 version:6.0.48

Changes:

--- /work/SRC/openSUSE:Factory/praat/praat.changes  2019-02-11 
21:25:19.311082628 +0100
+++ /work/SRC/openSUSE:Factory/.praat.new.28833/praat.changes   2019-02-19 
12:00:20.517140249 +0100
@@ -1,0 +2,7 @@
+Sun Feb 17 17:57:11 UTC 2019 - Luigi Baldoni 
+
+- Update to version 6.0.48
+  * Removed a bug introduced in 6.0.44 whereby Praat could crash
+when drawing a function without any points.
+
+---

Old:

  praat-6.0.47.tar.gz

New:

  praat-6.0.48.tar.gz



Other differences:
--
++ praat.spec ++
--- /var/tmp/diff_new_pack.IcU3ab/_old  2019-02-19 12:00:22.125139404 +0100
+++ /var/tmp/diff_new_pack.IcU3ab/_new  2019-02-19 12:00:22.133139400 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   praat
-Version:6.0.47
+Version:6.0.48
 Release:0
 Summary:Phonetics by computer
 License:GPL-3.0-or-later

++ praat-6.0.47.tar.gz -> praat-6.0.48.tar.gz ++
/work/SRC/openSUSE:Factory/praat/praat-6.0.47.tar.gz 
/work/SRC/openSUSE:Factory/.praat.new.28833/praat-6.0.48.tar.gz differ: char 
30, line 1




commit praat for openSUSE:Factory

2019-02-11 Thread root
Hello community,

here is the log from the commit of package praat for openSUSE:Factory checked 
in at 2019-02-11 21:25:14

Comparing /work/SRC/openSUSE:Factory/praat (Old)
 and  /work/SRC/openSUSE:Factory/.praat.new.28833 (New)


Package is "praat"

Mon Feb 11 21:25:14 2019 rev:19 rq:673019 version:6.0.47

Changes:

--- /work/SRC/openSUSE:Factory/praat/praat.changes  2019-01-05 
14:42:38.596465720 +0100
+++ /work/SRC/openSUSE:Factory/.praat.new.28833/praat.changes   2019-02-11 
21:25:19.311082628 +0100
@@ -1,0 +2,7 @@
+Sat Feb  9 15:35:10 UTC 2019 - Luigi Baldoni 
+
+- Update to version 6.0.47
+  * Removed a bug introduced in 6.0.44 whereby a cepstral peak
+prominence would be computed incorrectly.
+
+---

Old:

  praat-6.0.46.tar.gz

New:

  praat-6.0.47.tar.gz



Other differences:
--
++ praat.spec ++
--- /var/tmp/diff_new_pack.ic4BCi/_old  2019-02-11 21:25:22.423080952 +0100
+++ /var/tmp/diff_new_pack.ic4BCi/_new  2019-02-11 21:25:22.427080950 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   praat
-Version:6.0.46
+Version:6.0.47
 Release:0
 Summary:Phonetics by computer
 License:GPL-3.0-or-later

++ praat-6.0.46.tar.gz -> praat-6.0.47.tar.gz ++
/work/SRC/openSUSE:Factory/praat/praat-6.0.46.tar.gz 
/work/SRC/openSUSE:Factory/.praat.new.28833/praat-6.0.47.tar.gz differ: char 
30, line 1




commit praat for openSUSE:Factory

2019-01-05 Thread root
Hello community,

here is the log from the commit of package praat for openSUSE:Factory checked 
in at 2019-01-05 14:42:36

Comparing /work/SRC/openSUSE:Factory/praat (Old)
 and  /work/SRC/openSUSE:Factory/.praat.new.28833 (New)


Package is "praat"

Sat Jan  5 14:42:36 2019 rev:18 rq:662757 version:6.0.46

Changes:

--- /work/SRC/openSUSE:Factory/praat/praat.changes  2019-01-03 
18:07:17.724104782 +0100
+++ /work/SRC/openSUSE:Factory/.praat.new.28833/praat.changes   2019-01-05 
14:42:38.596465720 +0100
@@ -1,0 +2,10 @@
+Thu Jan  3 22:02:02 UTC 2019 - aloi...@gmx.com
+
+- Update to version 6.0.46
+  * Removed a crashing bug in the LongSound window introduced in
+6.0.44.
+  * Removed a bug causing incorrect conversion from Formant to
+LPC introduced in 6.0.44.
+  * More space for actions in buttons window.
+
+---

Old:

  praat-6.0.45.tar.gz

New:

  praat-6.0.46.tar.gz



Other differences:
--
++ praat.spec ++
--- /var/tmp/diff_new_pack.OjiBz9/_old  2019-01-05 14:42:40.084464457 +0100
+++ /var/tmp/diff_new_pack.OjiBz9/_new  2019-01-05 14:42:40.100464443 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   praat
-Version:6.0.45
+Version:6.0.46
 Release:0
 Summary:Phonetics by computer
 License:GPL-3.0-or-later

++ praat-6.0.45.tar.gz -> praat-6.0.46.tar.gz ++
/work/SRC/openSUSE:Factory/praat/praat-6.0.45.tar.gz 
/work/SRC/openSUSE:Factory/.praat.new.28833/praat-6.0.46.tar.gz differ: char 
117, line 1




commit praat for openSUSE:Factory

2019-01-03 Thread root
Hello community,

here is the log from the commit of package praat for openSUSE:Factory checked 
in at 2019-01-03 18:07:10

Comparing /work/SRC/openSUSE:Factory/praat (Old)
 and  /work/SRC/openSUSE:Factory/.praat.new.28833 (New)


Package is "praat"

Thu Jan  3 18:07:10 2019 rev:17 rq:662283 version:6.0.45

Changes:

--- /work/SRC/openSUSE:Factory/praat/praat.changes  2018-09-15 
15:36:29.604975371 +0200
+++ /work/SRC/openSUSE:Factory/.praat.new.28833/praat.changes   2019-01-03 
18:07:17.724104782 +0100
@@ -1,0 +2,15 @@
+Tue Jan  1 12:08:24 UTC 2019 - aloi...@gmx.com
+
+- Update to version 6.0.45
+  * Removed a crashing bug in EditDistanceTable introduced in
+6.0.44.
+  * Removed a crashing bug in KlattGrid drawing introduced in
+6.0.44.
+  * Removed a bug introduced in 6.0.44 whereby old HMM files
+were read incorrectly.
+  version 6.0.44
+  * Bug fixes and speed.
+
+- Refreshed praat-no-return-in-nonvoid.patch
+
+---

Old:

  praat-6.0.43.tar.gz

New:

  praat-6.0.45.tar.gz



Other differences:
--
++ praat.spec ++
--- /var/tmp/diff_new_pack.vDhH1B/_old  2019-01-03 18:07:18.564104036 +0100
+++ /var/tmp/diff_new_pack.vDhH1B/_new  2019-01-03 18:07:18.564104036 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package praat
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,17 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   praat
-Version:6.0.43
+Version:6.0.45
 Release:0
 Summary:Phonetics by computer
 License:GPL-3.0-or-later
 Group:  Productivity/Scientific/Other
-Url:http://www.praat.org
+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-use_system_libs.patch -- replace some embedded libs 
with system ones
@@ -93,8 +93,8 @@
 EOF
 
 %files
-%defattr(-,root,root)
-%doc main/GNU_General_Public_License.txt README.md
+%license main/GNU_General_Public_License.txt
+%doc README.md
 %{_bindir}/%{name}
 %{_datadir}/pixmaps/%{name}.png
 %{_datadir}/applications/%{name}.desktop

++ praat-6.0.43.tar.gz -> praat-6.0.45.tar.gz ++
/work/SRC/openSUSE:Factory/praat/praat-6.0.43.tar.gz 
/work/SRC/openSUSE:Factory/.praat.new.28833/praat-6.0.45.tar.gz differ: char 
46, line 1

++ praat-no-return-in-nonvoid.patch ++
--- /var/tmp/diff_new_pack.vDhH1B/_old  2019-01-03 18:07:18.600104004 +0100
+++ /var/tmp/diff_new_pack.vDhH1B/_new  2019-01-03 18:07:18.600104004 +0100
@@ -1,7 +1,7 @@
-Index: praat-6.0.43/melder/melder_search.cpp
+Index: praat-6.0.45/melder/melder_search.cpp
 ===
 praat-6.0.43.orig/melder/melder_search.cpp
-+++ praat-6.0.43/melder/melder_search.cpp
+--- praat-6.0.45.orig/melder/melder_search.cpp
 praat-6.0.45/melder/melder_search.cpp
 @@ -146,7 +146,7 @@ bool Melder_stringMatchesCriterion (cons
return !! place;
}
@@ -11,15 +11,3 @@
  }
  
  /* End of file melder_search.cpp */
-Index: praat-6.0.43/melder/melder_tensor.h
-===
 praat-6.0.43.orig/melder/melder_tensor.h
-+++ praat-6.0.43/melder/melder_tensor.h
-@@ -489,6 +489,7 @@ public:
-   *inout_capacity = newCapacity;
-   }
-   our size = newSize;   // shrink below capacity
-+  return NULL;
-   }
- };
- 




commit praat for openSUSE:Factory

2018-08-17 Thread root
Hello community,

here is the log from the commit of package praat for openSUSE:Factory checked 
in at 2018-08-18 00:04:58

Comparing /work/SRC/openSUSE:Factory/praat (Old)
 and  /work/SRC/openSUSE:Factory/.praat.new (New)


Package is "praat"

Sat Aug 18 00:04:58 2018 rev:15 rq:629568 version:6.0.42

Changes:

--- /work/SRC/openSUSE:Factory/praat/praat.changes  2018-08-08 
14:53:43.245571899 +0200
+++ /work/SRC/openSUSE:Factory/.praat.new/praat.changes 2018-08-18 
00:05:01.967242284 +0200
@@ -1,0 +2,10 @@
+Thu Aug 16 09:14:18 UTC 2018 - aloi...@gmx.com
+
+- Update to version 6.0.42
+  * Repaired a bug introduced in 6.0.41 that caused a crash in
+pause windows.
+
+- Refreshed praat-use_system_libs.patch and
+  praat-no-return-in-nonvoid.patch
+
+---

Old:

  praat-6.0.41.tar.gz

New:

  praat-6.0.42.tar.gz



Other differences:
--
++ praat.spec ++
--- /var/tmp/diff_new_pack.ZAvFfb/_old  2018-08-18 00:05:03.151245827 +0200
+++ /var/tmp/diff_new_pack.ZAvFfb/_new  2018-08-18 00:05:03.151245827 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   praat
-Version:6.0.41
+Version:6.0.42
 Release:0
 Summary:Phonetics by computer
 License:GPL-3.0-or-later
@@ -58,12 +58,6 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
-# fix builddate info
-# Remove build time references so build-compare can do its work
-FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{SOURCE3} '+%%H:%%M')
-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
 
 %build
 test -x "$(type -p gcc-7)" && export CC=gcc-7

++ praat-6.0.41.tar.gz -> praat-6.0.42.tar.gz ++
/work/SRC/openSUSE:Factory/praat/praat-6.0.41.tar.gz 
/work/SRC/openSUSE:Factory/.praat.new/praat-6.0.42.tar.gz differ: char 12, line 
1

++ praat-no-return-in-nonvoid.patch ++
--- /var/tmp/diff_new_pack.ZAvFfb/_old  2018-08-18 00:05:03.187245935 +0200
+++ /var/tmp/diff_new_pack.ZAvFfb/_new  2018-08-18 00:05:03.187245935 +0200
@@ -1,8 +1,8 @@
-Index: praat-6.0.41/sys/melder.cpp
+Index: praat-6.0.42/melder/melder_search.cpp
 ===
 praat-6.0.41.orig/sys/melder.cpp
-+++ praat-6.0.41/sys/melder.cpp
-@@ -260,7 +260,7 @@ bool Melder_stringMatchesCriterion (cons
+--- praat-6.0.42.orig/melder/melder_search.cpp
 praat-6.0.42/melder/melder_search.cpp
+@@ -146,7 +146,7 @@ bool Melder_stringMatchesCriterion (cons
return !! place;
}
}
@@ -10,4 +10,4 @@
 +  return false;   // should not occur
  }
  
- void Melder_help (conststring32 query) {
+ /* End of file melder_search.cpp */

++ praat-use_system_libs.patch ++
--- /var/tmp/diff_new_pack.ZAvFfb/_old  2018-08-18 00:05:03.191245947 +0200
+++ /var/tmp/diff_new_pack.ZAvFfb/_new  2018-08-18 00:05:03.191245947 +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.36/fon/SoundRecorder.h
+Index: praat-6.0.42/fon/SoundRecorder.h
 ===
 praat-6.0.36.orig/fon/SoundRecorder.h
-+++ praat-6.0.36/fon/SoundRecorder.h
+--- praat-6.0.42.orig/fon/SoundRecorder.h
 praat-6.0.42/fon/SoundRecorder.h
 @@ -25,7 +25,7 @@
  
  #include "SoundRecorder_enums.h"
@@ -21,10 +21,10 @@
  #if defined (_WIN32)
  #elif defined (macintosh)
  #elif defined (linux)
-Index: praat-6.0.36/fon/Sound_audio.cpp
+Index: praat-6.0.42/fon/Sound_audio.cpp
 ===
 praat-6.0.36.orig/fon/Sound_audio.cpp
-+++ praat-6.0.36/fon/Sound_audio.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"
  
@@ -34,10 +34,10 @@
  
  #if defined (macintosh)
#include "macport_on.h"
-Index: praat-6.0.36/num/NUMlinprog.cpp
+Index: praat-6.0.42/melder/NUMlinprog.cpp
 ===
 praat-6.0.36.orig/num/NUMlinprog.cpp
-+++ praat-6.0.36/num/NUMlinprog.cpp
+--- praat-6.0.42.orig/melder/NUMlinprog.cpp
 praat-6.0.42/melder/NUMlinprog.cpp
 @@ -17,7 +17,7 @@
   */
  
@@ -47,62 +47,10 @@
  
  struct structNUMlinprog {
glp_prob *linearProgram;
-Index: praat-6.0.36/sys/melder_audio.cpp
+Index: praat-6.0.42/dwtools/VowelEditor.cpp
 ===
 praat-6.0.36.orig/sys/melder_audio.cpp
-+++ praat-6.0.36/sys/melder_audio.cpp
-@@ -46,7 +46,7 @@
- #include 

commit praat for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package praat for openSUSE:Factory checked 
in at 2018-08-08 14:52:43

Comparing /work/SRC/openSUSE:Factory/praat (Old)
 and  /work/SRC/openSUSE:Factory/.praat.new (New)


Package is "praat"

Wed Aug  8 14:52:43 2018 rev:14 rq:627807 version:6.0.41

Changes:

--- /work/SRC/openSUSE:Factory/praat/praat.changes  2018-05-16 
11:40:43.726187136 +0200
+++ /work/SRC/openSUSE:Factory/.praat.new/praat.changes 2018-08-08 
14:53:43.245571899 +0200
@@ -1,0 +2,9 @@
+Tue Aug  7 07:01:33 UTC 2018 - aloi...@gmx.com
+
+- Update to version 6.0.41
+  *  Interoperability: the Windows edition can now communicate
+ with other software in UTF-8.
+
+- Refreshed praat-no-return-in-nonvoid.patch
+
+---

Old:

  praat-6.0.40.tar.gz

New:

  praat-6.0.41.tar.gz



Other differences:
--
++ praat.spec ++
--- /var/tmp/diff_new_pack.Pp1iJ5/_old  2018-08-08 14:53:45.457575550 +0200
+++ /var/tmp/diff_new_pack.Pp1iJ5/_new  2018-08-08 14:53:45.457575550 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   praat
-Version:6.0.40
+Version:6.0.41
 Release:0
 Summary:Phonetics by computer
 License:GPL-3.0-or-later

++ praat-6.0.40.tar.gz -> praat-6.0.41.tar.gz ++
/work/SRC/openSUSE:Factory/praat/praat-6.0.40.tar.gz 
/work/SRC/openSUSE:Factory/.praat.new/praat-6.0.41.tar.gz differ: char 13, line 
1

++ praat-no-return-in-nonvoid.patch ++
--- /var/tmp/diff_new_pack.Pp1iJ5/_old  2018-08-08 14:53:45.485575595 +0200
+++ /var/tmp/diff_new_pack.Pp1iJ5/_new  2018-08-08 14:53:45.485575595 +0200
@@ -1,8 +1,8 @@
-Index: praat-6.0.40/sys/melder.cpp
+Index: praat-6.0.41/sys/melder.cpp
 ===
 praat-6.0.40.orig/sys/melder.cpp
-+++ praat-6.0.40/sys/melder.cpp
-@@ -379,7 +379,7 @@ bool Melder_stringMatchesCriterion (cons
+--- praat-6.0.41.orig/sys/melder.cpp
 praat-6.0.41/sys/melder.cpp
+@@ -260,7 +260,7 @@ bool Melder_stringMatchesCriterion (cons
return !! place;
}
}
@@ -10,4 +10,4 @@
 +  return false;   // should not occur
  }
  
- void Melder_help (const char32 *query) {
+ void Melder_help (conststring32 query) {




commit praat for openSUSE:Factory

2018-05-16 Thread root
Hello community,

here is the log from the commit of package praat for openSUSE:Factory checked 
in at 2018-05-16 11:39:17

Comparing /work/SRC/openSUSE:Factory/praat (Old)
 and  /work/SRC/openSUSE:Factory/.praat.new (New)


Package is "praat"

Wed May 16 11:39:17 2018 rev:13 rq:606619 version:6.0.40

Changes:

--- /work/SRC/openSUSE:Factory/praat/praat.changes  2018-03-30 
12:09:34.789054577 +0200
+++ /work/SRC/openSUSE:Factory/.praat.new/praat.changes 2018-05-16 
11:40:43.726187136 +0200
@@ -1,0 +2,10 @@
+Sat May 12 06:34:41 UTC 2018 - aloi...@gmx.com
+
+- Update to version 6.0.40
+  * Scripting: selected# ().
+  * Table window: cell selection.
+  * Unicode-savvy regular expressions.
+
+- Add praat-no-return-in-nonvoid.patch
+
+---

Old:

  praat-6.0.38.tar.gz

New:

  praat-6.0.40.tar.gz
  praat-no-return-in-nonvoid.patch



Other differences:
--
++ praat.spec ++
--- /var/tmp/diff_new_pack.VvPH8H/_old  2018-05-16 11:40:45.278130661 +0200
+++ /var/tmp/diff_new_pack.VvPH8H/_new  2018-05-16 11:40:45.282130515 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   praat
-Version:6.0.38
+Version:6.0.40
 Release:0
 Summary:Phonetics by computer
 License:GPL-3.0-or-later
@@ -27,8 +27,15 @@
 Source3:%{name}.changes
 # PATCH-FIX-OPENSUSE praat-use_system_libs.patch -- replace some embedded libs 
with system ones
 Patch1: praat-use_system_libs.patch
+# PATCH-FIX-OPENSUSE praat-no-return-in-nonvoid.patch -- address rpmlint 
complaint
+Patch2: praat-no-return-in-nonvoid.patch
 BuildRequires:  ImageMagick
-BuildRequires:  gcc-c++ >= 4.8
+%if 0%{?suse_version} >= 1500
+BuildRequires:  gcc-c++
+%else
+BuildRequires:  gcc7
+BuildRequires:  gcc7-c++
+%endif
 BuildRequires:  glpk-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(alsa)
@@ -50,6 +57,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 # fix builddate info
 # Remove build time references so build-compare can do its work
 FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{SOURCE3} '+%%H:%%M')
@@ -58,8 +66,12 @@
 sed -e "s/__DATE__/\"$FAKE_BUILDDATE\"/" -i external/portaudio/pa_front.c
 
 %build
+test -x "$(type -p gcc-7)" && export CC=gcc-7
+test -x "$(type -p g++-7)" && export CXX=g++-7 LINK=g++-7
 cp makefiles/makefile.defs.linux.pulse ./makefile.defs
-sed -e '/^CFLAGS/s/$/\ %{optflags}/' -i makefile.defs
+sed -e '/^CFLAGS/s/$/\ %{optflags}/' \
+-e '/^CC/s/=/?=/' -e '/^CXX/s/=/?=/' \
+-e '/^LINK/s/=/?=/' -i makefile.defs
 make %{?_smp_mflags}
 
 %install

++ praat-6.0.38.tar.gz -> praat-6.0.40.tar.gz ++
/work/SRC/openSUSE:Factory/praat/praat-6.0.38.tar.gz 
/work/SRC/openSUSE:Factory/.praat.new/praat-6.0.40.tar.gz differ: char 13, line 
1

++ praat-no-return-in-nonvoid.patch ++
Index: praat-6.0.40/sys/melder.cpp
===
--- praat-6.0.40.orig/sys/melder.cpp
+++ praat-6.0.40/sys/melder.cpp
@@ -379,7 +379,7 @@ bool Melder_stringMatchesCriterion (cons
return !! place;
}
}
-   //return false;   // should not occur
+   return false;   // should not occur
 }
 
 void Melder_help (const char32 *query) {



commit praat for openSUSE:Factory

2018-03-30 Thread root
Hello community,

here is the log from the commit of package praat for openSUSE:Factory checked 
in at 2018-03-30 12:09:23

Comparing /work/SRC/openSUSE:Factory/praat (Old)
 and  /work/SRC/openSUSE:Factory/.praat.new (New)


Package is "praat"

Fri Mar 30 12:09:23 2018 rev:12 rq:592528 version:6.0.38

Changes:

--- /work/SRC/openSUSE:Factory/praat/praat.changes  2018-02-06 
16:47:23.733005700 +0100
+++ /work/SRC/openSUSE:Factory/.praat.new/praat.changes 2018-03-30 
12:09:34.789054577 +0200
@@ -1,0 +2,8 @@
+Fri Mar 30 07:11:28 UTC 2018 - aloi...@gmx.com
+
+- Update to version 6.0.38
+  * Concordance: ##TextGrid: Tabulate occurrences...#.
+  * Some Independent Component Analysis on EEG.
+  * Removed many small bugs
+
+---

Old:

  praat-6.0.37.tar.gz

New:

  praat-6.0.38.tar.gz



Other differences:
--
++ praat.spec ++
--- /var/tmp/diff_new_pack.8F78TL/_old  2018-03-30 12:09:36.748983716 +0200
+++ /var/tmp/diff_new_pack.8F78TL/_new  2018-03-30 12:09:36.752983571 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   praat
-Version:6.0.37
+Version:6.0.38
 Release:0
 Summary:Phonetics by computer
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Scientific/Other
 Url:http://www.praat.org
 Source0:
https://github.com/praat/praat/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz

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




commit praat for openSUSE:Factory

2018-02-06 Thread root
Hello community,

here is the log from the commit of package praat for openSUSE:Factory checked 
in at 2018-02-06 16:47:22

Comparing /work/SRC/openSUSE:Factory/praat (Old)
 and  /work/SRC/openSUSE:Factory/.praat.new (New)


Package is "praat"

Tue Feb  6 16:47:22 2018 rev:11 rq:572393 version:6.0.37

Changes:

--- /work/SRC/openSUSE:Factory/praat/praat.changes  2017-11-12 
18:03:47.32539 +0100
+++ /work/SRC/openSUSE:Factory/.praat.new/praat.changes 2018-02-06 
16:47:23.733005700 +0100
@@ -1,0 +2,6 @@
+Sun Feb  4 08:46:20 UTC 2018 - aloi...@gmx.com
+
+- Update to version 6.0.37
+  * Graphics: fixed crashing bug with \un trigraph.
+
+---

Old:

  praat-6.0.36.tar.gz

New:

  praat-6.0.37.tar.gz



Other differences:
--
++ praat.spec ++
--- /var/tmp/diff_new_pack.MTlZ3D/_old  2018-02-06 16:47:24.676961529 +0100
+++ /var/tmp/diff_new_pack.MTlZ3D/_new  2018-02-06 16:47:24.680961342 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package praat
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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.0.36
+Version:6.0.37
 Release:0
 Summary:Phonetics by computer
 License:GPL-3.0+

++ praat-6.0.36.tar.gz -> praat-6.0.37.tar.gz ++
/work/SRC/openSUSE:Factory/praat/praat-6.0.36.tar.gz 
/work/SRC/openSUSE:Factory/.praat.new/praat-6.0.37.tar.gz differ: char 29, line 
1




commit praat for openSUSE:Factory

2017-11-12 Thread root
Hello community,

here is the log from the commit of package praat for openSUSE:Factory checked 
in at 2017-11-12 18:03:45

Comparing /work/SRC/openSUSE:Factory/praat (Old)
 and  /work/SRC/openSUSE:Factory/.praat.new (New)


Package is "praat"

Sun Nov 12 18:03:45 2017 rev:10 rq:540773 version:6.0.36

Changes:

--- /work/SRC/openSUSE:Factory/praat/praat.changes  2017-10-18 
10:52:08.124219249 +0200
+++ /work/SRC/openSUSE:Factory/.praat.new/praat.changes 2017-11-12 
18:03:47.32539 +0100
@@ -1,0 +2,8 @@
+Sat Nov 11 17:52:34 UTC 2017 - aloi...@gmx.com
+
+- Update to version 6.0.36
+  * Many more languages for SpeechSynthesizer and automatic
+alignment (new eSpeak).
+- Refreshed praat-use_system_libs.patch
+
+---

Old:

  praat-6.0.35.tar.gz

New:

  praat-6.0.36.tar.gz



Other differences:
--
++ praat.spec ++
--- /var/tmp/diff_new_pack.2C5Oha/_old  2017-11-12 18:03:48.525622931 +0100
+++ /var/tmp/diff_new_pack.2C5Oha/_new  2017-11-12 18:03:48.525622931 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   praat
-Version:6.0.35
+Version:6.0.36
 Release:0
 Summary:Phonetics by computer
 License:GPL-3.0+

++ praat-6.0.35.tar.gz -> praat-6.0.36.tar.gz ++
/work/SRC/openSUSE:Factory/praat/praat-6.0.35.tar.gz 
/work/SRC/openSUSE:Factory/.praat.new/praat-6.0.36.tar.gz differ: char 16, line 
1

++ praat-use_system_libs.patch ++
--- /var/tmp/diff_new_pack.2C5Oha/_old  2017-11-12 18:03:48.569621328 +0100
+++ /var/tmp/diff_new_pack.2C5Oha/_new  2017-11-12 18:03:48.569621328 +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.32/fon/SoundRecorder.h
+Index: praat-6.0.36/fon/SoundRecorder.h
 ===
 praat-6.0.32.orig/fon/SoundRecorder.h
-+++ praat-6.0.32/fon/SoundRecorder.h
+--- praat-6.0.36.orig/fon/SoundRecorder.h
 praat-6.0.36/fon/SoundRecorder.h
 @@ -25,7 +25,7 @@
  
  #include "SoundRecorder_enums.h"
@@ -21,10 +21,10 @@
  #if defined (_WIN32)
  #elif defined (macintosh)
  #elif defined (linux)
-Index: praat-6.0.32/fon/Sound_audio.cpp
+Index: praat-6.0.36/fon/Sound_audio.cpp
 ===
 praat-6.0.32.orig/fon/Sound_audio.cpp
-+++ praat-6.0.32/fon/Sound_audio.cpp
+--- praat-6.0.36.orig/fon/Sound_audio.cpp
 praat-6.0.36/fon/Sound_audio.cpp
 @@ -28,7 +28,7 @@
  #include "Preferences.h"
  
@@ -34,10 +34,10 @@
  
  #if defined (macintosh)
#include "macport_on.h"
-Index: praat-6.0.32/num/NUMlinprog.cpp
+Index: praat-6.0.36/num/NUMlinprog.cpp
 ===
 praat-6.0.32.orig/num/NUMlinprog.cpp
-+++ praat-6.0.32/num/NUMlinprog.cpp
+--- praat-6.0.36.orig/num/NUMlinprog.cpp
 praat-6.0.36/num/NUMlinprog.cpp
 @@ -17,7 +17,7 @@
   */
  
@@ -47,10 +47,10 @@
  
  struct structNUMlinprog {
glp_prob *linearProgram;
-Index: praat-6.0.32/sys/melder_audio.cpp
+Index: praat-6.0.36/sys/melder_audio.cpp
 ===
 praat-6.0.32.orig/sys/melder_audio.cpp
-+++ praat-6.0.32/sys/melder_audio.cpp
+--- praat-6.0.36.orig/sys/melder_audio.cpp
 praat-6.0.36/sys/melder_audio.cpp
 @@ -46,7 +46,7 @@
  #include "melder.h"
  #include 
@@ -60,10 +60,10 @@
  
  #ifdef HAVE_PULSEAUDIO
void pulseAudio_initialize ();
-Index: praat-6.0.32/dwsys/Makefile
+Index: praat-6.0.36/dwsys/Makefile
 ===
 praat-6.0.32.orig/dwsys/Makefile
-+++ praat-6.0.32/dwsys/Makefile
+--- praat-6.0.36.orig/dwsys/Makefile
 praat-6.0.36/dwsys/Makefile
 @@ -4,7 +4,7 @@
  
  include ../makefile.defs
@@ -73,46 +73,17 @@
  
  all: libdwsys.a
  
-@@ -31,5 +31,5 @@ libdwsys.a: $(OBJECTS) NUMmachar.o
+@@ -33,5 +33,5 @@ libdwsys.a: $(OBJECTS) NUMmachar.o
$(AR) cq libdwsys.a $(OBJECTS)
$(RANLIB) libdwsys.a
  
 -$(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.32/makefile
+Index: praat-6.0.36/contrib/ola/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.
- all:
--  $(MAKE) -C external/gsl
--  $(MAKE) -C external/glpk
-   $(MAKE) -C external/mp3
-   $(MAKE) -C external/flac
--  $(MAKE) -C external/portaudio
-   

commit praat for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package praat for openSUSE:Factory checked 
in at 2017-10-18 10:52:03

Comparing /work/SRC/openSUSE:Factory/praat (Old)
 and  /work/SRC/openSUSE:Factory/.praat.new (New)


Package is "praat"

Wed Oct 18 10:52:03 2017 rev:9 rq:534336 version:6.0.35

Changes:

--- /work/SRC/openSUSE:Factory/praat/praat.changes  2017-10-13 
14:18:19.462327811 +0200
+++ /work/SRC/openSUSE:Factory/.praat.new/praat.changes 2017-10-18 
10:52:08.124219249 +0200
@@ -1,0 +2,7 @@
+Tue Oct 17 06:15:51 UTC 2017 - aloi...@gmx.com
+
+- Update to version 6.0.35
+  * Fixed a bug introduced in 6.0.23 by which Remove right
+boundary would sometimes incorrectly refuse.
+
+---

Old:

  praat-6.0.34.tar.gz

New:

  praat-6.0.35.tar.gz



Other differences:
--
++ praat.spec ++
--- /var/tmp/diff_new_pack.NsNQLR/_old  2017-10-18 10:52:09.932134431 +0200
+++ /var/tmp/diff_new_pack.NsNQLR/_new  2017-10-18 10:52:09.932134431 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   praat
-Version:6.0.34
+Version:6.0.35
 Release:0
 Summary:Phonetics by computer
 License:GPL-3.0+

++ praat-6.0.34.tar.gz -> praat-6.0.35.tar.gz ++
/work/SRC/openSUSE:Factory/praat/praat-6.0.34.tar.gz 
/work/SRC/openSUSE:Factory/.praat.new/praat-6.0.35.tar.gz differ: char 116, 
line 1




commit praat for openSUSE:Factory

2017-10-13 Thread root
Hello community,

here is the log from the commit of package praat for openSUSE:Factory checked 
in at 2017-10-13 14:18:16

Comparing /work/SRC/openSUSE:Factory/praat (Old)
 and  /work/SRC/openSUSE:Factory/.praat.new (New)


Package is "praat"

Fri Oct 13 14:18:16 2017 rev:8 rq:55 version:6.0.34

Changes:

--- /work/SRC/openSUSE:Factory/praat/praat.changes  2017-09-28 
12:35:19.672039454 +0200
+++ /work/SRC/openSUSE:Factory/.praat.new/praat.changes 2017-10-13 
14:18:19.462327811 +0200
@@ -1,0 +2,7 @@
+Tue Oct 10 22:41:42 UTC 2017 - aloi...@gmx.com
+
+- Update to version 6.0.34
+  * Scripting: arrays in menu commands in scripts.
+  * Inspect: made a button visible that had disappeared in 6.0.33.
+
+---

Old:

  praat-6.0.33.tar.gz

New:

  praat-6.0.34.tar.gz



Other differences:
--
++ praat.spec ++
--- /var/tmp/diff_new_pack.Bew9FP/_old  2017-10-13 14:18:20.618276986 +0200
+++ /var/tmp/diff_new_pack.Bew9FP/_new  2017-10-13 14:18:20.618276986 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   praat
-Version:6.0.33
+Version:6.0.34
 Release:0
 Summary:Phonetics by computer
 License:GPL-3.0+

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




commit praat for openSUSE:Factory

2017-09-28 Thread root
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 
- #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 
@@ -73,10 

commit praat for openSUSE:Factory

2017-08-22 Thread root
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 
+ 
+ #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 
  
- #define my  me ->
- 
-Index: praat-6.0.30/sys/melder_audio.cpp

commit praat for openSUSE:Factory

2017-07-30 Thread root
Hello community,

here is the log from the commit of package praat for openSUSE:Factory checked 
in at 2017-07-30 11:27:32

Comparing /work/SRC/openSUSE:Factory/praat (Old)
 and  /work/SRC/openSUSE:Factory/.praat.new (New)


Package is "praat"

Sun Jul 30 11:27:32 2017 rev:5 rq:513022 version:6.0.30

Changes:

--- /work/SRC/openSUSE:Factory/praat/praat.changes  2017-07-25 
11:40:58.959375002 +0200
+++ /work/SRC/openSUSE:Factory/.praat.new/praat.changes 2017-07-30 
11:27:44.590320227 +0200
@@ -1,0 +2,6 @@
+Sat Jul 29 13:52:09 UTC 2017 - aloi...@gmx.com
+
+- Added praat-use_system_libs.patch to use system libs when
+  possible 
+
+---

New:

  praat-use_system_libs.patch



Other differences:
--
++ praat.spec ++
--- /var/tmp/diff_new_pack.XBQEv6/_old  2017-07-30 11:27:45.454198329 +0200
+++ /var/tmp/diff_new_pack.XBQEv6/_new  2017-07-30 11:27:45.454198329 +0200
@@ -27,12 +27,17 @@
 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
 BuildRequires:  gcc-c++ >= 4.8
+BuildRequires:  glpk-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(alsa)
+BuildRequires:  pkgconfig(gsl)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libpulse)
+BuildRequires:  pkgconfig(portaudio-2.0)
 
 %description
 Praat is an open-software tool for the analysis of speech in phonetics.
@@ -47,6 +52,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 # fix builddate info
 # Remove build time references so build-compare can do its work
 FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{SOURCE3} '+%%H:%%M')

++ praat-use_system_libs.patch ++
From: Luigi Baldoni 
Date: 2017-07-29 13:47:50 +0200
Subject: Use system libraries when possible

Praat includes a number of external libraries that then builds
internally.
Some (gsl, glpk and portaudio) can be replaced by system ones,
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
===
--- praat-6.0.30.orig/dwtools/VowelEditor.cpp
+++ praat-6.0.30/dwtools/VowelEditor.cpp
@@ -55,7 +55,7 @@ trajectory --> path 
 
 #include "FormantGrid.h"
 #include "KlattGrid.h"
-#include "../external/portaudio/portaudio.h"
+#include 
 #include "praat.h"
 #include "PitchTier_to_PointProcess.h"
 #include "PitchTier_to_Sound.h"
Index: praat-6.0.30/fon/SoundRecorder.h
===
--- praat-6.0.30.orig/fon/SoundRecorder.h
+++ praat-6.0.30/fon/SoundRecorder.h
@@ -25,7 +25,7 @@
 
 #include "SoundRecorder_enums.h"
 
-#include "../external/portaudio/portaudio.h"
+#include 
 #if defined (_WIN32)
 #elif defined (macintosh)
 #elif defined (linux)
Index: praat-6.0.30/num/NUMlinprog.cpp
===
--- praat-6.0.30.orig/num/NUMlinprog.cpp
+++ praat-6.0.30/num/NUMlinprog.cpp
@@ -17,7 +17,7 @@
  */
 
 #include "NUM.h"
-#include "../external/glpk/glpk.h"
+#include 
 
 #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 @@
 #include 
 #define my me ->
 
-#include "../external/portaudio/portaudio.h"
+#include 
 
 #ifdef HAVE_PULSEAUDIO
void pulseAudio_initialize ();
Index: praat-6.0.30/fon/Sound_audio.cpp
===
--- 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 
 
 #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 @@
 
 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
 
 all: libdwsys.a
 
@@ -30,5 +30,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 

commit praat for openSUSE:Factory

2017-07-25 Thread root
Hello community,

here is the log from the commit of package praat for openSUSE:Factory checked 
in at 2017-07-25 11:40:10

Comparing /work/SRC/openSUSE:Factory/praat (Old)
 and  /work/SRC/openSUSE:Factory/.praat.new (New)


Package is "praat"

Tue Jul 25 11:40:10 2017 rev:4 rq:512181 version:6.0.30

Changes:

--- /work/SRC/openSUSE:Factory/praat/praat.changes  2017-06-26 
15:55:04.971805557 +0200
+++ /work/SRC/openSUSE:Factory/.praat.new/praat.changes 2017-07-25 
11:40:58.959375002 +0200
@@ -1,0 +2,15 @@
+Sun Jul 23 04:47:36 UTC 2017 - aloi...@gmx.com
+
+- Update to version 6.0.30
+  * Removed a bug that caused an incorrect title for a PitchTier
+or PointProcess window.
+  * Removed a bug that caused Praat to crash when doing a linear
+regression on a Table with no rows.
+  * Scripting: object[], vectors.
+  * Graphics: better text drawing details.
+  * Linux: possibility to compile Praat without a GUI but with
+graphics file output.
+
+- Added praat-6.0.30-no-return-in-nonvoid.patch
+
+---

Old:

  praat-6.0.29.tar.gz

New:

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



Other differences:
--
++ praat.spec ++
--- /var/tmp/diff_new_pack.2OoUqs/_old  2017-07-25 11:40:59.771260377 +0200
+++ /var/tmp/diff_new_pack.2OoUqs/_new  2017-07-25 11:40:59.775259813 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   praat
-Version:6.0.29
+Version:6.0.30
 Release:0
 Summary:Phonetics by computer
 License:GPL-3.0+
@@ -25,6 +25,8 @@
 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
 BuildRequires:  ImageMagick
 BuildRequires:  gcc-c++ >= 4.8
 BuildRequires:  pkg-config
@@ -44,12 +46,15 @@
 
 %prep
 %setup -q
+%patch0 -p1
 # fix builddate info
 # Remove build time references so build-compare can do its work
 FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{SOURCE3} '+%%H:%%M')
 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-no-return-in-nonvoid.patch ++
Index: praat-6.0.30/dwtools/TextGrid_extensions.cpp
===
--- praat-6.0.30.orig/dwtools/TextGrid_extensions.cpp
+++ praat-6.0.30/dwtools/TextGrid_extensions.cpp
@@ -814,6 +814,7 @@ void NUMshift (double *x, double dx) {
 
 autoIntervalTier IntervalTier_shiftBoundaries (IntervalTier me, double 
startTime, double shiftTime) {

+return (autoIntervalTier)nullptr;
 }
 
 /* End of file TextGrid_extensions.cpp */
++ praat-6.0.29.tar.gz -> praat-6.0.30.tar.gz ++
/work/SRC/openSUSE:Factory/praat/praat-6.0.29.tar.gz 
/work/SRC/openSUSE:Factory/.praat.new/praat-6.0.30.tar.gz differ: char 117, 
line 2




commit praat for openSUSE:Factory

2017-06-26 Thread root
Hello community,

here is the log from the commit of package praat for openSUSE:Factory checked 
in at 2017-06-26 15:54:43

Comparing /work/SRC/openSUSE:Factory/praat (Old)
 and  /work/SRC/openSUSE:Factory/.praat.new (New)


Package is "praat"

Mon Jun 26 15:54:43 2017 rev:3 rq:506037 version:6.0.29

Changes:

--- /work/SRC/openSUSE:Factory/praat/praat.changes  2017-06-21 
13:58:04.355914195 +0200
+++ /work/SRC/openSUSE:Factory/.praat.new/praat.changes 2017-06-26 
15:55:04.971805557 +0200
@@ -1,0 +2,5 @@
+Sat Jun 24 16:10:28 UTC 2017 - bwiedem...@suse.com
+
+- Use convert -strip to not add timestamps to png files
+
+---



Other differences:
--
++ praat.spec ++
--- /var/tmp/diff_new_pack.VqvHDH/_old  2017-06-26 15:55:05.759694454 +0200
+++ /var/tmp/diff_new_pack.VqvHDH/_new  2017-06-26 15:55:05.763693890 +0200
@@ -61,7 +61,7 @@
  %{buildroot}/%{_datadir}/pixmaps \
  %{buildroot}/%{_datadir}/applications
 install -m 0755 %{name} %{buildroot}/%{_bindir}
-convert -resize 128x128 main/praat_win.ico %{name}.png
+convert -strip -resize 128x128 main/praat_win.ico %{name}.png
 install -m 0644 %{name}.png %{buildroot}/%{_datadir}/pixmaps
 # create .desktop file
 tee %{buildroot}/%{_datadir}/applications/%{name}.desktop << "EOF"




commit praat for openSUSE:Factory

2017-06-21 Thread root
Hello community,

here is the log from the commit of package praat for openSUSE:Factory checked 
in at 2017-06-21 13:57:59

Comparing /work/SRC/openSUSE:Factory/praat (Old)
 and  /work/SRC/openSUSE:Factory/.praat.new (New)


Package is "praat"

Wed Jun 21 13:57:59 2017 rev:2 rq:505103 version:6.0.29

Changes:

--- /work/SRC/openSUSE:Factory/praat/praat.changes  2017-06-13 
16:08:26.127885662 +0200
+++ /work/SRC/openSUSE:Factory/.praat.new/praat.changes 2017-06-21 
13:58:04.355914195 +0200
@@ -1,0 +2,9 @@
+Wed May 24 09:16:00 UTC 2017 - aloi...@gmx.com
+
+- Update to 6.0.29
+  * Sound window: channel muting.
+  * Linux: support for Chinese, Japanese, Korean, Indic, Arabic
+and Hebrew characters in TextGrids and elsewhere.
+- Dropped praat-rpmlint_warnings.patch (merged upstream)
+
+---

Old:

  praat-6.0.28.tar.gz
  praat-rpmlint_warnings.patch

New:

  praat-6.0.29.tar.gz



Other differences:
--
++ praat.spec ++
--- /var/tmp/diff_new_pack.gPiw1m/_old  2017-06-21 13:58:05.275784441 +0200
+++ /var/tmp/diff_new_pack.gPiw1m/_new  2017-06-21 13:58:05.279783877 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   praat
-Version:6.0.28
+Version:6.0.29
 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-UPSTREAM -- borrowed easpeak-fix-bufferoverflow-strncpy.patch from 
the stand-alone espeak package
-Patch0: %{name}-rpmlint_warnings.patch
 BuildRequires:  ImageMagick
 BuildRequires:  gcc-c++ >= 4.8
 BuildRequires:  pkg-config
@@ -46,7 +44,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 # fix builddate info
 # Remove build time references so build-compare can do its work
 FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{SOURCE3} '+%%H:%%M')

++ praat-6.0.28.tar.gz -> praat-6.0.29.tar.gz ++
/work/SRC/openSUSE:Factory/praat/praat-6.0.28.tar.gz 
/work/SRC/openSUSE:Factory/.praat.new/praat-6.0.29.tar.gz differ: char 23, line 
2




commit praat for openSUSE:Factory

2017-06-13 Thread root
Hello community,

here is the log from the commit of package praat for openSUSE:Factory checked 
in at 2017-06-13 16:08:20

Comparing /work/SRC/openSUSE:Factory/praat (Old)
 and  /work/SRC/openSUSE:Factory/.praat.new (New)


Package is "praat"

Tue Jun 13 16:08:20 2017 rev:1 rq:493400 version:6.0.28

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.praat.new/praat.changes 2017-06-13 
16:08:26.127885662 +0200
@@ -0,0 +1,111 @@
+---
+Mon May  8 08:10:07 UTC 2017 - aloi...@gmx.com
+
+- Improved description
+
+---
+Thu May  4 08:25:39 UTC 2017 - aloi...@gmx.com
+
+- Added %optflags
+- Added praat-rpmlint_warnings.patch
+
+---
+Tue May  2 12:41:22 UTC 2017 - aloi...@gmx.com
+
+- Corrected license
+
+---
+Thu Mar 23 19:38:26 UTC 2017 - aloi...@gmx.com
+
+- Update to version 6.0.28
+  * Scripting: demoPeekInput() for animations in combination
+with demoShow() and sleep().
+
+---
+Sat Mar 18 17:54:51 UTC 2017 - aloi...@gmx.com
+
+- Update to version 6.0.27
+  * Fixed a bug by which Remove right boundary would choose
+the wrong tier.
+  * TextGrid window: click to insert a phonetic symbol from
+an IPA chart.
+
+---
+Thu Mar  2 10:39:32 UTC 2017 - aloi...@gmx.com
+
+- Update to version 6.0.26
+  * PraatBarren: better error message when an attempt is made
+to run PraatBarren interactively. 
+
+---
+Sun Feb 12 07:51:54 UTC 2017 - aloi...@gmx.com
+
+- Update to version 6.0.25
+
+---
+Mon Dec 12 17:09:44 UTC 2016 - aloi...@gmx.com
+
+- Update to version 6.0.23
+  * Linux: fixed a bug that caused Praat to crash when
+playing a sound of more than 7 channels.
+  * Change Gender: fixed a bug introduced in 6.0.22 by
+which the pitch range factor could not be 0.
+  * Improvements in the manual and in texts. 
+
+---
+Wed Nov 16 09:11:36 UTC 2016 - aloi...@gmx.com
+
+- Update to version 6.0.22
+  * Scripting: correct error messages for expressions
+like 5 + "hello" 
+  * Command line: the --open option works correctly in
+the GUI if you open multiple files.
+
+---
+Mon Sep 26 06:32:21 UTC 2016 - aloi...@gmx.com
+
+- Update to version 6.0.21
+  * ExperimentMFC: you can now specify font sizes and response 
+keys for goodness judgments.
+  * Table: when drawing ellipses, a font size of 0 can now be 
+used to prevent drawing the labels.
+  * Mac: dragging selections repaired for System 10.11.6 (but 
+we advise to upgrade to 10.12).
+  * Mac: re-enabled Return key for confirming some dialog 
+boxes. 
+
+---
+Sun Sep  4 12:16:22 UTC 2016 - aloi...@gmx.com
+
+- Update to version 6.0.20
+  * Can open UTF-8 text files with Byte Order Mark.
+  * Scripting improvement: function names can now be used
+as names of indexed variables. 
+
+---
+Tue Jul 19 13:50:46 UTC 2016 - toddrme2...@gmail.com
+
+- Update to version 6.0.19
+  * Mac: dragging selections repaired for System 10.11.5.
+
+---
+Tue May 24 07:07:22 UTC 2016 - aloi...@gmx.com
+
+- Update to version 6.0.18
+  * Windows: better dotted lines.
+  * TextGrid window: again better automatic alignment.
+
+---
+Thu Apr 21 16:44:02 UTC 2016 - aloi...@gmx.com
+
+- Update to version 6.0.17
+  * TextGrid window: better automatic alignment.
+
+- Removed praat.png and praat.desktop as Source1 and Source2
+  and produced them internally
+
+---
+Tue Apr 19 16:14:31 UTC 2016 - aloi...@gmx.com
+
+- Initial version 6.0.16
+

New:

  praat-6.0.28.tar.gz
  praat-rpmlint_warnings.patch
  praat.changes
  praat.spec



Other differences:
--
++ praat.spec ++
#
# spec file for package praat
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
#