newsflash/show-actual-version.patch
Richard Rahl 6be88fef38 Accepting request 1173081 from home:rrahl0:upgrades
- 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
2024-05-10 09:37:15 +00:00

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',
)