Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package newsflash for openSUSE:Factory checked in at 2026-03-17 19:05:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/newsflash (Old) and /work/SRC/openSUSE:Factory/.newsflash.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "newsflash" Tue Mar 17 19:05:29 2026 rev:18 rq:1339537 version:5.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/newsflash/newsflash.changes 2025-09-16 18:20:50.389262876 +0200 +++ /work/SRC/openSUSE:Factory/.newsflash.new.8177/newsflash.changes 2026-03-17 19:07:26.611996908 +0100 @@ -1,0 +2,28 @@ +Mon Mar 16 17:18:32 UTC 2026 - Richard Rahl <[email protected]> + +- Update to version 5.0.0: + * Replace webkitgtk with custom html2gtk widget + * Update audio/video/image enclosure widgets + * Fix showing online toast if not offline before + * Replace lots of libxml2 code with html5ever + * Category management fixes + * Local RSS: add small delay between requests to avoid issues +- Update to version 4.2.1: + * Fix appstream data +- Update to version 4.2.0: + * fix jumping back to article list after scrape + * use rustls instead of native tls + * remove share to pocket + * add share to bluesky + * show current selection in article column title if sidebar is hidden + * fix inconsistent today start/end times + * move article view settings into popover + * local RSS: always space out requests to same host + * Show keybindings in tooltips + * enclosure image gallery + * update gnome runtime to 49 + * env var to log to file + * switch article list sort by to published by default + * fix article scroll with 'large text' enabled + +------------------------------------------------------------------- Old: ---- newsflash-4.1.4.obscpio New: ---- newsflash-5.0.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ newsflash.spec ++++++ --- /var/tmp/diff_new_pack.7qSkWC/_old 2026-03-17 19:07:28.344068687 +0100 +++ /var/tmp/diff_new_pack.7qSkWC/_new 2026-03-17 19:07:28.344068687 +0100 @@ -1,7 +1,7 @@ # # spec file for package newsflash # -# Copyright (c) 2025 SUSE LLC and contributors +# 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 @@ -16,9 +16,9 @@ # -%define appname io.gitlab.news_flash.NewsFlash +%define appid io.gitlab.news_flash.NewsFlash Name: newsflash -Version: 4.1.4 +Version: 5.0.0 Release: 0 Summary: The spiritual successor to FeedReader License: GPL-3.0-only @@ -26,7 +26,6 @@ Source0: %{name}-%{version}.tar.zst Source1: vendor.tar.zst BuildRequires: appstream-glib -BuildRequires: cargo-packaging BuildRequires: clang-devel BuildRequires: desktop-file-utils BuildRequires: gcc-c++ @@ -36,7 +35,7 @@ BuildRequires: meson BuildRequires: pkgconfig BuildRequires: python3-gobject -BuildRequires: rust >= 1.88 +BuildRequires: rust+cargo >= 1.92 BuildRequires: xdg-utils BuildRequires: pkgconfig(blueprint-compiler) BuildRequires: pkgconfig(clapper-gtk-0.0) @@ -45,6 +44,7 @@ BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gstreamer-1.0) BuildRequires: pkgconfig(gtk4) +BuildRequires: pkgconfig(gtksourceview-5) BuildRequires: pkgconfig(libadwaita-1) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(openssl) @@ -63,10 +63,28 @@ %autosetup -a1 # show the actual version in the about page -sed -i "s|version: '0.0.0'|version: '%{version}'|g" meson.build +sed -i "s|version: '0.0.0'|version: '%{version}'|g" meson.build Cargo.toml %build -%meson +%{__meson} setup \ + --buildtype=plain \ + --prefix=%{_prefix} \ + --libdir=%{_libdir} \ + --libexecdir=%{_libexecdir} \ + --bindir=%{_bindir} \ + --sbindir=%{_sbindir} \ + --includedir=%{_includedir} \ + --datadir=%{_datadir} \ + --mandir=%{_mandir} \ + --infodir=%{_infodir} \ + --localedir=%{_datadir}/locale \ + --sysconfdir=%{_sysconfdir} \ + --localstatedir=%{_localstatedir} \ + --sharedstatedir=%{_sharedstatedir} \ + --wrap-mode=%{__meson_wrap_mode} \ + --auto-features=%{__meson_auto_features} \ + %{_vpath_srcdir} %{_vpath_builddir} \ + %{nil} %meson_build %install @@ -76,12 +94,12 @@ %files %license LICENSE %doc README.md -%{_bindir}/%{appname} -%{_datadir}/applications/%{appname}.desktop -%{_datadir}/dbus-1/services/%{appname}.service -%{_datadir}/metainfo/%{appname}.appdata.xml -%{_iconsdir}/hicolor/scalable/apps/%{appname}.svg -%{_iconsdir}/hicolor/symbolic/apps/%{appname}-symbolic.svg +%{_bindir}/%{appid} +%{_datadir}/applications/%{appid}.desktop +%{_datadir}/dbus-1/services/%{appid}.service +%{_datadir}/metainfo/%{appid}.appdata.xml +%{_iconsdir}/hicolor/scalable/apps/%{appid}.svg +%{_iconsdir}/hicolor/symbolic/apps/%{appid}-symbolic.svg %files lang -f %{name}.lang ++++++ _service ++++++ --- /var/tmp/diff_new_pack.7qSkWC/_old 2026-03-17 19:07:28.384070346 +0100 +++ /var/tmp/diff_new_pack.7qSkWC/_new 2026-03-17 19:07:28.388070511 +0100 @@ -3,7 +3,7 @@ <service name="obs_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://gitlab.com/news-flash/news_flash_gtk.git</param> - <param name="revision">refs/tags/v.4.1.4</param> + <param name="revision">refs/tags/v.5.0.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v.(.*)</param> <param name="changesgenerate">disable</param> ++++++ newsflash-4.1.4.obscpio -> newsflash-5.0.0.obscpio ++++++ ++++ 362597 lines of diff (skipped) ++++++ newsflash.obsinfo ++++++ --- /var/tmp/diff_new_pack.7qSkWC/_old 2026-03-17 19:07:29.392112120 +0100 +++ /var/tmp/diff_new_pack.7qSkWC/_new 2026-03-17 19:07:29.396112287 +0100 @@ -1,5 +1,5 @@ name: newsflash -version: 4.1.4 -mtime: 1755431880 -commit: 2e85213586a0b78802fc7dd610b945f53e17a67e +version: 5.0.0 +mtime: 1773610269 +commit: 87d9daf942363118159ad3d75e1c75a659aaada9 ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/newsflash/vendor.tar.zst /work/SRC/openSUSE:Factory/.newsflash.new.8177/vendor.tar.zst differ: char 7, line 1
