newsflash/show-actual-version.patch
Richard Rahl 4ec397e077 - update 3.3.5:
* Fix listview selection regression
  * Fix headerbar sensitivity after 'mark all as read'
  * local RSS: prefer summary over media description

OBS-URL: https://build.opensuse.org/package/show/network:utilities/newsflash?expand=0&rev=20
2024-09-24 21:24:18 +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',
)