6be88fef38
- update to 3.2.0: * new per feed setting: scrap articles * local RSS: edit feed url * option to manually clean database * article list performance improvements * use adwaita adaptive dialogs - show actual version in the app (show-actual-version.patch) - improve on the spec file - temporarily disable dep updating, as it breaks compile OBS-URL: https://build.opensuse.org/request/show/1173081 OBS-URL: https://build.opensuse.org/package/show/network:utilities/newsflash?expand=0&rev=12
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',
|
|
)
|
|
|