2f72c41764
* 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 OBS-URL: https://build.opensuse.org/package/show/network:utilities/newsflash?expand=0&rev=18
12 lines
332 B
Diff
12 lines
332 B
Diff
diff -rub news_flash_gtk/meson.build news_flash_gtk-patched/meson.build
|
|
--- news_flash_gtk/meson.build 2024-05-10 10:27:40.833516864 +0200
|
|
+++ news_flash_gtk-patched/meson.build 2024-05-10 11:02:07.993624331 +0200
|
|
@@ -1,6 +1,6 @@
|
|
project(
|
|
'newsflash', 'rust',
|
|
- version: '0.0.0',
|
|
+ version: '3.2.0',
|
|
license: 'GPLv3',
|
|
)
|
|
|