Hello community, here is the log from the commit of package espeak-ng for openSUSE:Factory checked in at 2019-12-03 12:40:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/espeak-ng (Old) and /work/SRC/openSUSE:Factory/.espeak-ng.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "espeak-ng" Tue Dec 3 12:40:22 2019 rev:6 rq:752507 version:1.50 Changes: -------- --- /work/SRC/openSUSE:Factory/espeak-ng/espeak-ng.changes 2019-07-29 17:24:00.950354973 +0200 +++ /work/SRC/openSUSE:Factory/.espeak-ng.new.4691/espeak-ng.changes 2019-12-03 12:40:51.574158084 +0100 @@ -1,0 +2,68 @@ +Fri Nov 29 19:21:47 UTC 2019 - Luigi Baldoni <aloi...@gmx.com> + +- Update to version 1.50 + * Add a `--disable-rpath` option to prevent libtool hardcoding + rpaths in the executable. + * Renamed the `hy-arevmda` language to `hyw`, following the + 2018-03-30 change to the BCP 47 language subtag registry + making the newly registered `hyw` language code the preferred + value for `hy-arevmda`. This change keeps support for + detecting the `hy-arevela` and `hy-arevmda` language tags. + * Support any length replacement rule strings for the source + part of the rule (replacing from the 'source' string to the + 'target' string). + * Add more tests to check the various parts of espeak-ng. + * Various changes to clean up the codebase. + * Fix various compiler warnings (`-Winitialized`, + `-Wmissing-prototypes`, `-Wreturn-type`, and `-Wunused`). + security: + * Fix several crashes in the emoji support. + * Fix several static analysis issues detected by Coverity Scan. + * Fix several static analysis issues detected by Microsoft + Visual C++ `/analyze`. + * `oss-fuzz` support for the SSML logic. + * Fix running `make check` with `-fsanitize=address` (LLVM + AddressSanitizer). + documentation: + * document the Kirshenbaum phoneme transcription scheme (used + as the basis of espeak phonemes). + * document the X-SAMPA phoneme transcription scheme. + * document the Conlang X-SAMPA phoneme transcription scheme. + emoji: + * Update the emoji to Unicode 11.0. + * Update the emoji translations to CLDR 33.1. + * gd (Scottish Gaelic) + * sd (Sindhi) + * yue (Chinese (Cantonese)) + new languages: + * ba (Bashkir) -- tc-dl, Valdis Vitolins + * hak (Hakka Chinese) -- Chen Chien-ting + * ht (Haitian Creole) -- Valdis Vitolins + * kk (Kazakh) -- boracasli14, Valdis Vitolins + * py (Pyash) -- Logan Streondj + * quc (K'iche') -- Valdis Vitolins + * ru-lv (Russian Latvia) -- Valdis Vitolins + * shn (Shan Tay Yai) -- ronaldaug + * uz (Uzbek) -- Valdis Vitolins + updated languages: + * af (Afrikaans) -- Christo de Klerk + * ar (Arabic) -- Valdis Vitolins, Mark Readdie, Hesham Assabahi + * cmn (Chinese Mandarin) -- materia-cccp + * de (German) -- Reece Dunn, Karl Eick + * en (English) -- Reece Dunn + * fa (Farsi/Persian) -- Shadyar Khodayari + * fi (Finnish) -- Juho Hiltunen + * fr (French) -- Shallowmallow, Karl Eick, maiido, Reece Dunn + * ku (Kurdish) -- rojanu + * it (Italian) -- chrislm + * lv (Latvian) -- Valdis Vitolins + * my (Myanmar/Burmese) -- Min Maung + * ru (Russian) -- Valdis Vitolins, Reece Dunn + * sd (Sindhi) -- Ejaz Shah + * ur (Urdu) -- Ejaz Shah + * vi (Vietnamese) -- Anh Hoang Nguyen + +- Dropped espeak-ng-1.49.2-fix_no_return_nonvoid.patch (no longer + necessary) + +------------------------------------------------------------------- Old: ---- espeak-ng-1.49.2-fix_no_return_nonvoid.patch espeak-ng-1.49.2.tar.gz New: ---- espeak-ng-1.50.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ espeak-ng.spec ++++++ --- /var/tmp/diff_new_pack.qdn1Ak/_old 2019-12-03 12:40:55.630156959 +0100 +++ /var/tmp/diff_new_pack.qdn1Ak/_new 2019-12-03 12:40:55.634156959 +0100 @@ -1,7 +1,7 @@ # # spec file for package espeak-ng # -# 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 @@ -18,15 +18,13 @@ %define sover 1 Name: espeak-ng -Version: 1.49.2 +Version: 1.50 Release: 0 Summary: Software speech synthesizer (text-to-speech) License: GPL-3.0-or-later AND BSD-2-Clause AND Apache-2.0 AND Unicode-DFS-2015 Group: Productivity/Multimedia/Other -Url: https://github.com/espeak-ng/espeak-ng +URL: https://github.com/espeak-ng/espeak-ng Source0: https://github.com/espeak-ng/espeak-ng/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM espeak-ng-1.49.2-fix_no_return_nonvoid.patch aloi...@gmx.com -- addresses rpmlint complaint -Patch0: espeak-ng-1.49.2-fix_no_return_nonvoid.patch Patch1: espeak-ng-1.49.2-fix_no_return_nonvoid-in-configure.patch BuildRequires: fdupes BuildRequires: libtool >= 2.4.2 @@ -78,11 +76,11 @@ library. %prep -%setup -q -%patch0 -p1 -%patch1 -p1 +%autosetup -p1 # let's have a versioned data dir sed -i '/^DATADIR/s/data/data-%{version}/' Makefile.am +# remove spurious executable flag +chmod -x espeak-ng-data/lang/tai/shn %build ./autogen.sh @@ -99,10 +97,9 @@ pushd %{buildroot}%{_libdir} ln -s lib%{name}.so.%{sover} libespeak.so popd -%fdupes -s %{buildroot} +%fdupes %{buildroot} %post -n lib%{name}%{sover} -p /sbin/ldconfig - %postun -n lib%{name}%{sover} -p /sbin/ldconfig %files ++++++ espeak-ng-1.49.2.tar.gz -> espeak-ng-1.50.tar.gz ++++++ /work/SRC/openSUSE:Factory/espeak-ng/espeak-ng-1.49.2.tar.gz /work/SRC/openSUSE:Factory/.espeak-ng.new.4691/espeak-ng-1.50.tar.gz differ: char 13, line 1