Packages changed: cpupower (5.1 -> 5.5) espeak-ng (1.49.2 -> 1.50) fftw3 kdevelop5 (5.4.4 -> 5.4.5) python-pygit2 qalculate (3.5.0 -> 3.6.0) strace (5.3 -> 5.4) === Details === ==== cpupower ==== Version update (5.1 -> 5.5) Subpackages: libcpupower0 - Update intel-speed-select to latest 5.5-rc1 kernel version latest mainline commit: commit b3abfd778bf1dbdd - Update cpupower to latest 5.5-rc1 kernel version latest mainline commit: commit 4611a4fb0cce3 Fixes aperf/mperf monitoring on latest AMD Rome CPUs (bsc#1152967) - Fix library API breakage (bsc#1154240) A libcpupower_fix_api_cpufreq_get_frequencies_breakage.patch ==== espeak-ng ==== Version update (1.49.2 -> 1.50) Subpackages: libespeak-ng1 - 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) ==== fftw3 ==== Subpackages: libfftw3-3 libfftw3_threads3 - Disable openmpi1 builds for SLE/Leap > 15.1. - Enable openmpi3 builds for Leap and SLE > 15.1 (jsc#SLE-7773). ==== kdevelop5 ==== Version update (5.4.4 -> 5.4.5) Subpackages: kdevelop5-lang kdevplatform kdevplatform-lang libkdevplatform54 - Update to 5.4.5 * Add missing forward declaration (qt5.14) * Fix compilation error with gcc 7.4.1, ambiguous overload * Remove bad assert * Remove duplicate fuzzy character "/" * Fix reformat for selected code * Qthelp: Unbreak support for zipped/tarred QCH files from KNS * Qthelp: adapt KNewStuff config to move from collect.kde.org to store.kde.org (kde#377183) ==== python-pygit2 ==== - Fix building for s390x (bsc#1158198) ==== qalculate ==== Version update (3.5.0 -> 3.6.0) Subpackages: libqalculate21 qalculate-data - Update to 3.6.0 * Major improvements and fixes for integrals (note that the variable of integration argument has moved to 4th position, e.g. integrate(x^2, 1, 5) instead of integrate(x^2, x, 1, 5)) * Automatic detection of variables for undefined symbolic arguments (e.g. for diff(y^2), the derivative is calculated with respect to y instead of defaulting to x) * Fix uncertainty propagation involving complex numbers (calculate imaginary and real uncertainty separately when using variance formula) * Fix incorrect solutions to equations not removed * New functions: dof() for photography depth of field calculation; awg() and awgd() for American Wire Gauge conversion; romberg() for numerical integration; randnorm(), randpoisson(), randrayleigh(), randexp(), and randuniform() for random numbers with different distributions; normdist(), expondist(), and binomdist() for distribution probability calculations * New units: cmil and kcmil * rand() (and related functions) now accepts an additional argument for specifying the number of random values to generate * Option to select custom keypad or application font (GUI) * Options to customize the window title: different modes selectable in preferences, command line option, and settitle() function (GUI) * Minor bug fixes and feature improvements ==== strace ==== Version update (5.3 -> 5.4) - Update to strace 5.4 * Improvements * Implemented -DD and -DDD options that move strace into a separate process group and session, respectively. * Enhanced seccomp-bpf tracee syscall filtering support by implementing new "binary match" BPF program generation strategy and automatically choosing the strategy that generates the shortest BPF program. * Implemented decoding of BPF_BTF_GET_NEXT_ID bpf syscall command. * Enhanced decoding of BPF_MAP_LOOKUP_ELEM bpf syscall command. * Implemented PTP_CLOCK_GETCAPS2, PTP_EXTTS_REQUEST2, PTP_PEROUT_REQUEST2, PTP_ENABLE_PPS2, and PTP_SYS_OFFSET2 ioctl decoding. * Updated lists of BPF_*, CAN_*, KEXEC_*, KVM_*, MADV_*, MSG_*, P_*, PR_*, PTP_*, SCTP_*, and V4L2_* constants. * Implemented ability to build ARM EABI mpers support using a separate compiler on aarch64. * Updated lists of ioctl commands from Linux 5.4. * Enhanced manual page. * Bug fixes * Fixed -b execve when --seccomp-bpf option is specified. * Fixed decoding of BPF_PROG_LOAD bpf syscall command. * Fixed build on no-MMU architectures. * Fixed build on antique systems that do not provide necessary definitions of AUDIT_ARCH_* constants.