Packages changed:
 chromaprint (1.5.1+git.20221217 -> 1.6.0)
 gettext-runtime
 ncurses (6.5.20250809 -> 6.5.20250830)
 python-greenlet (3.2.3 -> 3.2.4)
 snowball (2.2.0 -> 3.0.1)

=== Details ===

==== chromaprint ====
Version update (1.5.1+git.20221217 -> 1.6.0)

- version update to 1.6.0
 * Added support for FFmpeg 8.0
 * Added chromaprint_decode_fingerprint_header function
 * Added missing chromaprint_get_algorithm function implementation
 * Optimized simhash calculation and fingerprint decoding
 * Improved fingerprint compression performance by pre-allocating vector storage
 * CMake improvements: updated minimum version to 3.10, use GNUInstallDirs, install config targets
 * Build Linux ARM64 binaries
 * Allow build to exclude internal avresample
- removed patches
 - 0005-Fix-compatibility-with-ffmpeg-7.0.patch (upstreamed)
- More precise ffmpeg BuildRequires to nudge bs_sched for 15.6
- Use pkgconfig(libavcodec) to allow building with ffmpeg-*-mini
- Rename %soname to %sover to reflect actual use of the variable
- Use the SRPM base name for the devel subpackage

==== gettext-runtime ====
Subpackages: envsubst libtextstyle0

- Add _constraints to avoid OOM build errors
- autopoint requires diffutils (diff, cmp)

==== ncurses ====
Version update (6.5.20250809 -> 6.5.20250830)
Subpackages: libncurses6 ncurses-utils terminfo-base

- Add ncurses patch 20250830
 + in-progress work to merge MinGW/Windows port.
 + build-fix for experimental Windows configuration (report by Kirill
   Makurin).
 + improve pattern used for configure --with-xterm-kbs option.
- Add ncurses patch 20250823
 + improve style of MKterminfo.sh script (patches by Branden Robinson).
 + improve formatting/style of manpages (patches by Branden Robinson).
 + remove redundant definition of ConsoleInfo.
 + change scope of TTY, GET_TTY and SET_TTY to ncurses-internals
- Add ncurses patch +20250816
 + remove redundant reference to compiler in libtool configuration of
   mk-1st.awk (report by Lorinczy Zsigmond).
 + build-fixes for --enable-exp-win32 configuration
 + improve formatting/style of manpages (patches by Branden Robinson).
- Fix build of tack as with patch 20250823 some parts of term.h
 became ncurses internal (including termios.h e.g.)
- Correct hunk offsets of patch ncurses-6.4.dif

==== python-greenlet ====
Version update (3.2.3 -> 3.2.4)

- Update to 3.2.4
 * Various small build/test changes for less common configurations (e.g.,
   building CPython with assertions enabled but NOT debugging),
   contributed by Michał Górny. Note that while greenlet will BUILD in
   a free-threaded Python, it will cause the GIL to be allocated and
   used, and memory may leak. Also note that these configurations
   are not tested by this project's CI.
 * Fix an assertion error on debug builds of Python 3.14 when using the
   experimental JIT. See PR 460.

==== snowball ====
Version update (2.2.0 -> 3.0.1)

- Updated to version 3.0.1:
 + The __init__.py in 3.0.0 was incorrectly generated due to a
   missing build dependency and the list of algorithms was empty,
   (gh#snowballstem/snowball#229, gh#snowballstem/snowball#230
   and gh#snowballstem/snowball#231).
 + Add trove classifiers for Armenian and Yiddish which have now
   been registered with PyPI, (gh#snowballstem/snowball#228).
- Changes from version 3.0.0:
 + Numerous bug fixes and improvements, see full details in
   /usr/share/doc/packages/snowball/NEWS.
- Rebase build-options.diff, python-dist.diff and
 shared-library.diff.
- Spec file clean up and add patch attributions.