Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package newsflash for openSUSE:Factory checked in at 2024-02-12 18:53:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/newsflash (Old) and /work/SRC/openSUSE:Factory/.newsflash.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "newsflash" Mon Feb 12 18:53:20 2024 rev:2 rq:1146148 version:3.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/newsflash/newsflash.changes 2024-01-25 18:40:14.256585660 +0100 +++ /work/SRC/openSUSE:Factory/.newsflash.new.1815/newsflash.changes 2024-02-12 18:55:39.665976505 +0100 @@ -1,0 +2,29 @@ +Mon Feb 12 11:27:38 UTC 2024 - Richard Rahl <rra...@proton.me> + +- update to 3.1.1: + * fix pushing read updates to the API + +------------------------------------------------------------------- +Mon Feb 12 09:46:40 UTC 2024 - Richard Rahl <rra...@proton.me> + +- update to 3.1.0: + * Fix tag context menu actions + * Fix article scrolling on steam deck + * Fix an error toast appearing right after successful login + * Fix multiple instances of the image dialog spawning at the same time + * Fix 12h/24h time format + * Fix webview scrolling when zoomed via touch + * Local RSS: Fix duplicate feeds after exporting and reimporting an OPML file + * miniflux: support article enclosures + * Mark articles as read when opening in external browser + * Keep loaded articles when refreshing unread article list + * Update the user agent + * Add 'Zorin' article theme + * Double check if Newsflash is offline by pinging an Url + * Mark all read: only apply to articles that match current search term and list mode + * Article View: remove selectabilty preference and make content selectable by default + * Fetch content of a feed after adding it (if backend supports it) + * Show fetch and parse issues of single feeds (if backend supports it) + * Allow undoing mark all as read + +------------------------------------------------------------------- Old: ---- news_flash_gtk-3.0.2.tar New: ---- news_flash_gtk-3.1.1.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ newsflash.spec ++++++ --- /var/tmp/diff_new_pack.eb3pVz/_old 2024-02-12 18:55:43.334108968 +0100 +++ /var/tmp/diff_new_pack.eb3pVz/_new 2024-02-12 18:55:43.334108968 +0100 @@ -1,7 +1,7 @@ # # spec file for package newsflash # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,37 +15,38 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %define _lto_cflags %{nil} Name: newsflash -Version: 3.0.2 +Version: 3.1.1 Release: 0 Summary: The spiritual successor to FeedReader License: GPL-3.0-only URL: https://gitlab.com/news-flash/news_flash_gtk -Source0: news_flash_gtk-%{version}.tar +Source0: news_flash_gtk-%{version}.tar.zst Source1: vendor.tar.zst -BuildRequires: glib-networking +BuildRequires: appstream-glib +BuildRequires: blueprint-compiler BuildRequires: cargo-packaging -BuildRequires: meson BuildRequires: desktop-file-utils -BuildRequires: xdg-utils -BuildRequires: blueprint-compiler -BuildRequires: python3-gobject -BuildRequires: appstream-glib -BuildRequires: webkit2gtk4-devel -BuildRequires: sqlite3-devel -BuildRequires: gettext-tools BuildRequires: gcc-c++ +BuildRequires: gettext-tools +BuildRequires: glib-networking +BuildRequires: meson BuildRequires: pkgconfig +BuildRequires: python3-gobject +BuildRequires: sqlite3-devel BuildRequires: update-desktop-files +BuildRequires: webkit2gtk4-devel +BuildRequires: xdg-utils +BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gtk4) -BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(libadwaita-1) +BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(webkitgtk-6.0) -BuildRequires: pkgconfig(libxml-2.0) %description NewsFlash is a program designed to complement an already existing web-based RSS reader account. ++++++ _service ++++++ --- /var/tmp/diff_new_pack.eb3pVz/_old 2024-02-12 18:55:43.362109980 +0100 +++ /var/tmp/diff_new_pack.eb3pVz/_new 2024-02-12 18:55:43.366110123 +0100 @@ -3,15 +3,20 @@ <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.3.0.2</param> + <param name="revision">refs/tags/v.3.1.1</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v.(.*)</param> <param name="changesgenerate">disable</param> </service> + <service name="tar" mode="manual" /> + <service name="recompress" mode="manual"> + <param name="compression">zstd</param> + <param name="file">*.tar</param> + </service> <service name="cargo_vendor" mode="manual"> <param name="srcdir">news_flash_gtk</param> <param name="compression">zst</param> - <param name="update">false</param> + <param name="update">true</param> </service> <service name="tar" mode="manual" /> <service name="set_version" mode="manual" /> ++++++ vendor.tar.zst ++++++ Binary files /var/tmp/diff_new_pack.eb3pVz/_old and /var/tmp/diff_new_pack.eb3pVz/_new differ