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.changes 2020-10-08 13:14:12.459282352 +0200 @@ -1,0 +2,30 @@ +Wed Oct 7 17:07:15 UTC 2020 - Luigi Baldoni <[email protected]> + +- 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 <[email protected]> + + - 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
