Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nuspell for openSUSE:Factory checked in at 2026-01-21 14:14:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nuspell (Old) and /work/SRC/openSUSE:Factory/.nuspell.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nuspell" Wed Jan 21 14:14:16 2026 rev:12 rq:1328045 version:5.1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/nuspell/nuspell.changes 2024-08-25 12:10:22.963997164 +0200 +++ /work/SRC/openSUSE:Factory/.nuspell.new.1928/nuspell.changes 2026-01-21 14:14:22.839397185 +0100 @@ -1,0 +2,9 @@ +Mon Jan 19 03:08:52 UTC 2026 - Atri Bhattacharya <[email protected]> + +- Update to version 5.1.7: + * Add API documentation that is generated when building by + Doxygen. +- Do not manually run doxygen and copy docs to buildroot, this is + done by the cmake build and install script directly now. + +------------------------------------------------------------------- Old: ---- nuspell-5.1.6.tar.gz New: ---- nuspell-5.1.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nuspell.spec ++++++ --- /var/tmp/diff_new_pack.su0VDP/_old 2026-01-21 14:14:25.359502201 +0100 +++ /var/tmp/diff_new_pack.su0VDP/_new 2026-01-21 14:14:25.367502534 +0100 @@ -1,7 +1,7 @@ # # spec file for package nuspell # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,10 +24,10 @@ %else %bcond_without tests %endif -# Ring1 package, avoid pandoc requirement by disabling mnan file generation +# Ring1 package, avoid pandoc requirement by disabling man file generation %bcond_with man Name: nuspell -Version: 5.1.6 +Version: 5.1.7 Release: 0 Summary: A spell checker library and command-line tool License: LGPL-3.0-or-later @@ -115,23 +115,17 @@ %endif -DBUILD_TESTING:BOOL=%{?with_tests:ON}%{!?with_tests:OFF} \ -DCMAKE_SKIP_RPATH:BOOL=OFF \ - -DBUILD_DOCS=%{?with_man:ON}%{!?with_man:OFF} \ + -DBUILD_API_DOCS=ON \ + -DBUILD_MAN=%{?with_man:ON}%{!?with_man:OFF} \ + -DCMAKE_INSTALL_DOCDIR:PATH=%{_docdir}/%{name}-doc \ %{nil} %cmake_build -cd ../ -doxygen - %install %cmake_install - -# Install API doc manually so we can run fdupes on buildroot -mkdir -p %{buildroot}%{_docdir}/%{name} -cp -pR doxygen/html %{buildroot}%{_docdir}/%{name}-doc/ %fdupes %{buildroot}%{_docdir}/%{name}-doc/ -%post -n %{libname}%{sonum} -p /sbin/ldconfig -%postun -n %{libname}%{sonum} -p /sbin/ldconfig +%ldconfig_scriptlets -n %{libname}%{sonum} %if %{with tests} %check ++++++ nuspell-5.1.6.tar.gz -> nuspell-5.1.7.tar.gz ++++++ ++++ 3338 lines of diff (skipped)
