Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package newsboat for openSUSE:Factory checked in at 2026-09-18 22:15:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/newsboat (Old) and /work/SRC/openSUSE:Factory/.newsboat.new.383539 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "newsboat" Fri Sep 18 22:15:56 2026 rev:3 rq:1378875 version:2.44 Changes: -------- --- /work/SRC/openSUSE:Factory/newsboat/newsboat.changes 2026-06-22 17:37:58.923722458 +0200 +++ /work/SRC/openSUSE:Factory/.newsboat.new.383539/newsboat.changes 2026-09-18 22:15:57.371273849 +0200 @@ -1,0 +2,8 @@ +Fri Sep 18 17:46:38 UTC 2026 - Michael Vetter <[email protected]> + +- Disable hardcoded -Werror to fix compilation failure on + json-c system header unused-function warnings +- Run spec-cleaner to remove deprecated Group tag + and transition to pkgconfig BuildRequires + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ newsboat.spec ++++++ --- /var/tmp/diff_new_pack.EWuwpK/_old 2026-09-18 22:15:58.347314751 +0200 +++ /var/tmp/diff_new_pack.EWuwpK/_new 2026-09-18 22:15:58.349314835 +0200 @@ -21,7 +21,6 @@ Release: 0 Summary: RSS/Atom Feed Reader for Text Terminals License: MIT -Group: Productivity/Networking/Web/Browsers URL: https://newsboat.org Source: https://newsboat.org/releases/%{version}/%{name}-%{version}.tar.xz Source1: https://newsboat.org/releases/%{version}/%{name}-%{version}.tar.xz.asc @@ -34,20 +33,24 @@ BuildRequires: gcc-c++ BuildRequires: gettext-devel BuildRequires: glibc-devel -BuildRequires: libcurl-devel >= 7.18.0 -BuildRequires: libjson-c-devel >= 0.11 -BuildRequires: libopenssl-devel BuildRequires: libstdc++-devel -BuildRequires: libstfl-devel >= 0.21 -BuildRequires: libxml2-devel # Replacements of vendored C++ libraries BuildRequires: nlohmann_json-devel #BuildRequires: libboost_program_options-devel BuildRequires: optional-lite-devel BuildRequires: pkgconfig BuildRequires: rust >= 1.90.0 -BuildRequires: sqlite3-devel >= 3.5 -BuildRequires: zlib-devel +BuildRequires: pkgconfig(json) >= 0.11 +BuildRequires: pkgconfig(json-c) >= 0.11 +BuildRequires: pkgconfig(libcrypto) +BuildRequires: pkgconfig(libcurl) >= 7.18.0 +BuildRequires: pkgconfig(libopenssl) +BuildRequires: pkgconfig(libssl) +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(openssl) +BuildRequires: pkgconfig(sqlite3) >= 3.5 +BuildRequires: pkgconfig(stfl) >= 0.21 +BuildRequires: pkgconfig(zlib) BuildRequires: rubygem(asciidoctor) Recommends: %{name}-lang Suggests: web_browser @@ -80,7 +83,7 @@ %build ./config.sh -%make_build OPTFLAGS="%{optflags} -Wno-unused-result" +%make_build OPTFLAGS="%{optflags} -Wno-unused-result" WARNFLAGS="-Wall -Wextra -Wunreachable-code" %install %make_install prefix="%{_prefix}" docdir=%{_docdir}/%{name}
