forked from pool/newsflash
Compare commits
13 Commits
Author | SHA256 | Date | |
---|---|---|---|
f49caa3a75 | |||
|
6c616f317a | ||
92166b61e4 | |||
|
02e5a49062 | ||
|
1b27d4f039 | ||
9697bf11a5 | |||
|
57a9fa6a30 | ||
1222a05a21 | |||
|
5bcc160da9 | ||
ac23d20c93 | |||
|
83eeab9d7a | ||
13c273b864 | |||
|
4ec397e077 |
6
_service
6
_service
@@ -3,10 +3,10 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">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.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v.(.*)</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="filename">newsflash</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime" />
|
||||
@@ -17,7 +17,7 @@
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="srcdir">news_flash_gtk</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">false</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</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">9114d5ed3e8e1832f40d1c58d1ce068ec431aa44</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6d643fca783b01e217ece0a33a95f6848160a1ec316878c8d0e9daa3090ebbf
|
||||
size 13652493
|
3
newsflash-4.1.2.obscpio
Normal file
3
newsflash-4.1.2.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a71a8b3ff56ea13fcb6f52ae854a09a4d73fd79fe5d813fccfc540e7c944f1a
|
||||
size 16073741
|
@@ -1,3 +1,118 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: newsflash
|
||||
version: 3.3.4
|
||||
mtime: 1722289270
|
||||
commit: ed5773bf225659e62f262dd08bbad6f9a5304a92
|
||||
version: 4.1.2
|
||||
mtime: 1753124291
|
||||
commit: 9114d5ed3e8e1832f40d1c58d1ce068ec431aa44
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package newsflash
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# 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
|
||||
Name: newsflash
|
||||
Version: 3.3.4
|
||||
Version: 4.1.2
|
||||
Release: 0
|
||||
Summary: The spiritual successor to FeedReader
|
||||
License: GPL-3.0-only
|
||||
@@ -28,6 +27,7 @@ Source0: %{name}-%{version}.tar.zst
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: clang-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gettext-tools
|
||||
@@ -36,7 +36,7 @@ BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3-gobject
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: rust >= 1.88
|
||||
BuildRequires: xdg-utils
|
||||
BuildRequires: pkgconfig(blueprint-compiler)
|
||||
BuildRequires: pkgconfig(clapper-gtk-0.0)
|
||||
@@ -50,9 +50,6 @@ BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(webkitgtk-6.0)
|
||||
%ifarch aarch64
|
||||
BuildRequires: typelib(ClapperGtk)
|
||||
%endif
|
||||
|
||||
%description
|
||||
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
|
||||
%meson_install
|
||||
%suse_update_desktop_file %{appname}
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%files
|
||||
@@ -83,9 +78,10 @@ sed -i "s|version: '0.0.0'|version: '%{version}'|g" meson.build
|
||||
%doc README.md
|
||||
%{_bindir}/%{appname}
|
||||
%{_datadir}/applications/%{appname}.desktop
|
||||
%{_datadir}/dbus-1/services/%{appname}.service
|
||||
%{_datadir}/metainfo/%{appname}.appdata.xml
|
||||
%{_iconsdir}/hicolor/scalable/apps/%{appname}.svg
|
||||
%{_iconsdir}/hicolor/symbolic/apps/%{appname}-symbolic.svg
|
||||
%{_datadir}/metainfo/%{appname}.appdata.xml
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c0dce57dc40541bf12f8a61eba6ae1ca9a527575a67e8052a2e84988c3a54e8
|
||||
size 50256176
|
||||
oid sha256:b2033fcbde24d61cdee3f3aa76ae6094ad1e42ee0f842184ca5873fed07b3f1d
|
||||
size 67041422
|
||||
|
Reference in New Issue
Block a user