forked from pool/newsflash
Compare commits
33 Commits
Author | SHA256 | Date | |
---|---|---|---|
cc8d96aa27 | |||
|
fe477d248c | ||
f49caa3a75 | |||
|
6c616f317a | ||
92166b61e4 | |||
|
02e5a49062 | ||
|
1b27d4f039 | ||
9697bf11a5 | |||
|
57a9fa6a30 | ||
1222a05a21 | |||
|
5bcc160da9 | ||
ac23d20c93 | |||
|
83eeab9d7a | ||
13c273b864 | |||
|
4ec397e077 | ||
fffd62d04c | |||
8e3e9e512a | |||
|
e992e06b51 | ||
4a1263c1e7 | |||
|
c63239bb01 | ||
2fe168cb8c | |||
|
6be88fef38 | ||
9de26def42 | |||
|
290ba32717 | ||
3ecd74a1e5 | |||
|
22d6f6976b | ||
150824d50e | |||
|
da8357a016 | ||
36d0645f03 | |||
|
a89d7fa2e6 | ||
|
64142af559 | ||
750358794a | |||
96abd26fc1 |
4
_service
4
_service
@@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.com/news-flash/news_flash_gtk.git</param>
|
<param name="url">https://gitlab.com/news-flash/news_flash_gtk.git</param>
|
||||||
<param name="revision">refs/tags/v.3.3.4</param>
|
<param name="revision">refs/tags/v.4.1.3</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v.(.*)</param>
|
<param name="versionrewrite-pattern">v.(.*)</param>
|
||||||
<param name="changesgenerate">disable</param>
|
<param name="changesgenerate">disable</param>
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
<service name="cargo_vendor" mode="manual">
|
<service name="cargo_vendor" mode="manual">
|
||||||
<param name="srcdir">news_flash_gtk</param>
|
<param name="srcdir">news_flash_gtk</param>
|
||||||
<param name="compression">zst</param>
|
<param name="compression">zst</param>
|
||||||
<param name="update">false</param>
|
<param name="update">true</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="manual" />
|
<service name="set_version" mode="manual" />
|
||||||
</services>
|
</services>
|
||||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<servicedata>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="url">https://gitlab.com/news-flash/news_flash_gtk.git</param>
|
||||||
|
<param name="changesrevision">d09b4c76bad4958fe13741596f3ab84404b77e4c</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ed4a41921797d8d03a117bee8f135d5eed5cc08cd9ba6bc2897fb90b2316f23b
|
|
||||||
size 13574157
|
|
@@ -1,4 +0,0 @@
|
|||||||
name: news_flash_gtk
|
|
||||||
version: 3.2.0
|
|
||||||
mtime: 1711400413
|
|
||||||
commit: b68548c00942412fd3d6f5185bae20f18a5f6d23
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:79dabe938527bf72fe9df14fadb22c2a31ca04e40fe3618f89941b0fb7bceec2
|
|
||||||
size 13621773
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c6d643fca783b01e217ece0a33a95f6848160a1ec316878c8d0e9daa3090ebbf
|
|
||||||
size 13652493
|
|
3
newsflash-4.1.3.obscpio
Normal file
3
newsflash-4.1.3.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aa344ca35f68bec10f1ee487f990c56af09160ca6857ab7c99ea7810b73328fb
|
||||||
|
size 16074765
|
@@ -1,3 +1,127 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 11 11:34:22 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
|
- update to version 4.1.3:
|
||||||
|
* Today: use local timezone
|
||||||
|
* LogLevel Info by default
|
||||||
|
* Fix new articles notification count
|
||||||
|
* Local RSS: clean iframes even on summaries
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 23 13:33:54 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
|
- update to version 4.1.2:
|
||||||
|
* Don't show notification if no new articles were synced
|
||||||
|
* Fix article zoom-level regression
|
||||||
|
- update to version 4.1.1:
|
||||||
|
* Fix deserializing feed settings
|
||||||
|
- update to version 4.1.0:
|
||||||
|
* Today view
|
||||||
|
* Allow to mute feed
|
||||||
|
* Apply themes to whole app
|
||||||
|
* Show highres favicon in edit feed dialog
|
||||||
|
* Fix deserializing 'order by' preference
|
||||||
|
* Multiple Article View scrolling improvements
|
||||||
|
* Fix footnote navigation
|
||||||
|
* Fix sync on startup
|
||||||
|
* Fix inoreader login
|
||||||
|
* Fix video speed audio pitch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 05 17:10:42 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
|
- Update to 4.0.3:
|
||||||
|
* miniflux: no longer use changed_at as updated timestamp
|
||||||
|
* article list: fix loading query when sorting by last updated
|
||||||
|
* article view: add whitespace at the bottom
|
||||||
|
* article view: fix scrolling issue when resizing the window
|
||||||
|
- update to 4.0.2:
|
||||||
|
* migration for content width preference
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 03 07:46:10 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 4.0.1:
|
||||||
|
* fix appstream lints
|
||||||
|
* update changelog
|
||||||
|
* allow sorting by published or last updated
|
||||||
|
* clippy lints
|
||||||
|
* remove tiny image previews from article header
|
||||||
|
* clippy
|
||||||
|
* article list view: remove sorter
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 13 19:03:22 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 4.0.0~beta2:
|
||||||
|
* disallow scrolling via selecting text
|
||||||
|
* video widget thumbnail overlay
|
||||||
|
* dont preview tiny image enclosures
|
||||||
|
* fix breaking out of fullscreen article with j/k
|
||||||
|
* don't skip setting custom sync interval if check is not yet selected
|
||||||
|
* update article index after extend
|
||||||
|
* restore read selected article even in unread mode
|
||||||
|
* recalculate content height after changing content width or line height
|
||||||
|
* animate url overlay fade-in/out
|
||||||
|
* improve initial load of article list
|
||||||
|
* restore invalid article list selection
|
||||||
|
* fix toggle read and marked actions
|
||||||
|
* some article list optimizations
|
||||||
|
* star/unread button: handle article being None
|
||||||
|
* mark read on open in browser
|
||||||
|
* update share preference page icon
|
||||||
|
* fix automatic sync
|
||||||
|
* properly set image_dialog_visible
|
||||||
|
* rework article scrolling
|
||||||
|
* adjust background color
|
||||||
|
* fix hover outline offset
|
||||||
|
* escape title url
|
||||||
|
* escape article title markup
|
||||||
|
* ashpd: use async-std instead of tokio
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 09 17:49:42 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 4.0.0~beta1:
|
||||||
|
* Dist & Upload beta
|
||||||
|
* update changelog +semver:major
|
||||||
|
* again
|
||||||
|
* quotes
|
||||||
|
* try again
|
||||||
|
* beta release job & update deps
|
||||||
|
* fix custom sync interval initial error state
|
||||||
|
* update blueprint repo url
|
||||||
|
* restore search term before selecting sidebar item
|
||||||
|
* restore search term before selecting sidebar item
|
||||||
|
- enable building with lto
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 09 10:50:29 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 3.3.5+223:
|
||||||
|
* fix custom sync interval initial error state
|
||||||
|
* update blueprint repo url
|
||||||
|
* restore search term before selecting sidebar item
|
||||||
|
* restore search term before selecting sidebar item
|
||||||
|
* Article View Style updates
|
||||||
|
* warning about short update intervals
|
||||||
|
* fmt
|
||||||
|
* close article on deselect article list (fixes #751)
|
||||||
|
* visual fixes
|
||||||
|
* use default values for new setting keys
|
||||||
|
- enable updating vendor tarball, fixes bsc#1242632, bsc#1242810
|
||||||
|
- remove aarch64 workaround, got fixed in Factory
|
||||||
|
- needs clang-devel, as a crate doesn't build otherwise
|
||||||
|
- remove suse_update_desktop_file macro
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 24 21:16:06 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
|
- update 3.3.5:
|
||||||
|
* Fix listview selection regression
|
||||||
|
* Fix headerbar sensitivity after 'mark all as read'
|
||||||
|
* local RSS: prefer summary over media description
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 29 21:16:02 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
Mon Jul 29 21:16:02 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
name: newsflash
|
name: newsflash
|
||||||
version: 3.3.4
|
version: 4.1.3
|
||||||
mtime: 1722289270
|
mtime: 1754263678
|
||||||
commit: ed5773bf225659e62f262dd08bbad6f9a5304a92
|
commit: d09b4c76bad4958fe13741596f3ab84404b77e4c
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package newsflash
|
# spec file for package newsflash
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,10 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _lto_cflags %{nil}
|
|
||||||
%define appname io.gitlab.news_flash.NewsFlash
|
%define appname io.gitlab.news_flash.NewsFlash
|
||||||
Name: newsflash
|
Name: newsflash
|
||||||
Version: 3.3.4
|
Version: 4.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The spiritual successor to FeedReader
|
Summary: The spiritual successor to FeedReader
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@@ -28,6 +27,7 @@ Source0: %{name}-%{version}.tar.zst
|
|||||||
Source1: vendor.tar.zst
|
Source1: vendor.tar.zst
|
||||||
BuildRequires: appstream-glib
|
BuildRequires: appstream-glib
|
||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
|
BuildRequires: clang-devel
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gettext-tools
|
BuildRequires: gettext-tools
|
||||||
@@ -36,7 +36,7 @@ BuildRequires: hicolor-icon-theme
|
|||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3-gobject
|
BuildRequires: python3-gobject
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: rust >= 1.88
|
||||||
BuildRequires: xdg-utils
|
BuildRequires: xdg-utils
|
||||||
BuildRequires: pkgconfig(blueprint-compiler)
|
BuildRequires: pkgconfig(blueprint-compiler)
|
||||||
BuildRequires: pkgconfig(clapper-gtk-0.0)
|
BuildRequires: pkgconfig(clapper-gtk-0.0)
|
||||||
@@ -50,9 +50,6 @@ BuildRequires: pkgconfig(libxml-2.0)
|
|||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
BuildRequires: pkgconfig(sqlite3)
|
BuildRequires: pkgconfig(sqlite3)
|
||||||
BuildRequires: pkgconfig(webkitgtk-6.0)
|
BuildRequires: pkgconfig(webkitgtk-6.0)
|
||||||
%ifarch aarch64
|
|
||||||
BuildRequires: typelib(ClapperGtk)
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
NewsFlash is a program designed to complement an already existing web-based RSS reader account.
|
NewsFlash is a program designed to complement an already existing web-based RSS reader account.
|
||||||
@@ -74,8 +71,6 @@ sed -i "s|version: '0.0.0'|version: '%{version}'|g" meson.build
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
%suse_update_desktop_file %{appname}
|
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@@ -83,9 +78,10 @@ sed -i "s|version: '0.0.0'|version: '%{version}'|g" meson.build
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
%{_bindir}/%{appname}
|
%{_bindir}/%{appname}
|
||||||
%{_datadir}/applications/%{appname}.desktop
|
%{_datadir}/applications/%{appname}.desktop
|
||||||
|
%{_datadir}/dbus-1/services/%{appname}.service
|
||||||
|
%{_datadir}/metainfo/%{appname}.appdata.xml
|
||||||
%{_iconsdir}/hicolor/scalable/apps/%{appname}.svg
|
%{_iconsdir}/hicolor/scalable/apps/%{appname}.svg
|
||||||
%{_iconsdir}/hicolor/symbolic/apps/%{appname}-symbolic.svg
|
%{_iconsdir}/hicolor/symbolic/apps/%{appname}-symbolic.svg
|
||||||
%{_datadir}/metainfo/%{appname}.appdata.xml
|
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
@@ -1,11 +0,0 @@
|
|||||||
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',
|
|
||||||
)
|
|
||||||
|
|
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:6c0dce57dc40541bf12f8a61eba6ae1ca9a527575a67e8052a2e84988c3a54e8
|
oid sha256:5bb7b3132f99975a6b647634ce94db7a992447199dd75c4bf41e78a04eab4cea
|
||||||
size 50256176
|
size 67066778
|
||||||
|
Reference in New Issue
Block a user