Accepting request 1190349 from network:utilities
- update to 3.3.4: * Avoid re-downloaing non-expired favicons * Increase network-monitor changed signal timeout - update to 3.3.3: * local rss: handle articles that are published with the same GUID by multiple feeds (eg planet.gnome.org) * local rss: use etags to skip downloading unchanged feeds * local rss: avoid writing unchanged articles to the database (feed-rs fix) * log running/successful database migrations * improve favicon and thumbnail download logic * fix drag and drop regression in feed list * article list: load queue to avoid data races * multiple ping urls for online checks * online check: try to reach backend server before falling back to generic urls * add back unread/starred database indices * re-enable full text search in article plain text (forwarded request 1190348 from rrahl0) OBS-URL: https://build.opensuse.org/request/show/1190349 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/newsflash?expand=0&rev=9
This commit is contained in:
commit
fffd62d04c
2
_service
2
_service
@ -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.3.3.2</param>
|
||||
<param name="revision">refs/tags/v.3.3.4</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v.(.*)</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79dabe938527bf72fe9df14fadb22c2a31ca04e40fe3618f89941b0fb7bceec2
|
||||
size 13621773
|
3
newsflash-3.3.4.obscpio
Normal file
3
newsflash-3.3.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6d643fca783b01e217ece0a33a95f6848160a1ec316878c8d0e9daa3090ebbf
|
||||
size 13652493
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 29 21:16:02 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- update to 3.3.4:
|
||||
* Avoid re-downloaing non-expired favicons
|
||||
* Increase network-monitor changed signal timeout
|
||||
- update to 3.3.3:
|
||||
* local rss: handle articles that are published with the same GUID by
|
||||
multiple feeds (eg planet.gnome.org)
|
||||
* local rss: use etags to skip downloading unchanged feeds
|
||||
* local rss: avoid writing unchanged articles to the database (feed-rs fix)
|
||||
* log running/successful database migrations
|
||||
* improve favicon and thumbnail download logic
|
||||
* fix drag and drop regression in feed list
|
||||
* article list: load queue to avoid data races
|
||||
* multiple ping urls for online checks
|
||||
* online check: try to reach backend server before falling back to generic urls
|
||||
* add back unread/starred database indices
|
||||
* re-enable full text search in article plain text
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 13 06:16:43 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: newsflash
|
||||
version: 3.3.2
|
||||
mtime: 1720781180
|
||||
commit: e1bd96775759a127a2598b4fe07ad4fd1f56625b
|
||||
version: 3.3.4
|
||||
mtime: 1722289270
|
||||
commit: ed5773bf225659e62f262dd08bbad6f9a5304a92
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define _lto_cflags %{nil}
|
||||
%define appname io.gitlab.news_flash.NewsFlash
|
||||
Name: newsflash
|
||||
Version: 3.3.2
|
||||
Version: 3.3.4
|
||||
Release: 0
|
||||
Summary: The spiritual successor to FeedReader
|
||||
License: GPL-3.0-only
|
||||
@ -50,7 +50,9 @@ BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(webkitgtk-6.0)
|
||||
%ifarch aarch64
|
||||
BuildRequires: typelib(ClapperGtk)
|
||||
%endif
|
||||
|
||||
%description
|
||||
NewsFlash is a program designed to complement an already existing web-based RSS reader account.
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75888f6b5f4a0f608ed82a3d1ba569e6f51c638857c5d868950159e77bbf806e
|
||||
size 58463868
|
||||
oid sha256:6c0dce57dc40541bf12f8a61eba6ae1ca9a527575a67e8052a2e84988c3a54e8
|
||||
size 50256176
|
||||
|
Loading…
Reference in New Issue
Block a user