Accepting request 1146126 from home:rrahl0:upgrades
update to 3.1.0 OBS-URL: https://build.opensuse.org/request/show/1146126 OBS-URL: https://build.opensuse.org/package/show/network:utilities/newsflash?expand=0&rev=3
This commit is contained in:
parent
750358794a
commit
64142af559
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -21,5 +21,3 @@
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
## Specific LFS patterns
|
||||
news_flash_gtk-3.0.2.tar filter=lfs diff=lfs merge=lfs -text
|
||||
|
9
_service
9
_service
@ -3,15 +3,20 @@
|
||||
<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.0.2</param>
|
||||
<param name="revision">refs/tags/v.3.1.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v.(.*)</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
</service>
|
||||
<service name="tar" mode="manual" />
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="compression">zstd</param>
|
||||
<param name="file">*.tar</param>
|
||||
</service>
|
||||
<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="tar" mode="manual" />
|
||||
<service name="set_version" mode="manual" />
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f412f15b157fecf08e481e0f44e8e146e94bbe8eabb59358c937d9213e92e486
|
||||
size 14069760
|
3
news_flash_gtk-3.1.0.tar.zst
Normal file
3
news_flash_gtk-3.1.0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:443abd5fff3a544b88e889e3ee94e061f96428e2d3c4ef3ff129428ca2b923a6
|
||||
size 2810616
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 09:46:40 UTC 2024 - Richard Rahl <rrahl0@proton.me>
|
||||
|
||||
- update to 3.1.0:
|
||||
* Fix tag context menu actions
|
||||
* Fix article scrolling on steam deck
|
||||
* Fix an error toast appearing right after successful login
|
||||
* Fix multiple instances of the image dialog spawning at the same time
|
||||
* Fix 12h/24h time format
|
||||
* Fix webview scrolling when zoomed via touch
|
||||
* Local RSS: Fix duplicate feeds after exporting and reimporting an OPML file
|
||||
* miniflux: support article enclosures
|
||||
* Mark articles as read when opening in external browser
|
||||
* Keep loaded articles when refreshing unread article list
|
||||
* Update the user agent
|
||||
* Add 'Zorin' article theme
|
||||
* Double check if Newsflash is offline by pinging an Url
|
||||
* Mark all read: only apply to articles that match current search term and list mode
|
||||
* Article View: remove selectabilty preference and make content selectable by default
|
||||
* Fetch content of a feed after adding it (if backend supports it)
|
||||
* Show fetch and parse issues of single feeds (if backend supports it)
|
||||
* Allow undoing mark all as read
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 21:13:16 UTC 2023 - Richard Rahl <rrahl0@proton.me>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package newsflash
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,37 +15,38 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define _lto_cflags %{nil}
|
||||
Name: newsflash
|
||||
Version: 3.0.2
|
||||
Version: 3.1.0
|
||||
Release: 0
|
||||
Summary: The spiritual successor to FeedReader
|
||||
License: GPL-3.0-only
|
||||
URL: https://gitlab.com/news-flash/news_flash_gtk
|
||||
Source0: news_flash_gtk-%{version}.tar
|
||||
Source0: news_flash_gtk-%{version}.tar.zst
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: glib-networking
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: meson
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: xdg-utils
|
||||
BuildRequires: blueprint-compiler
|
||||
BuildRequires: python3-gobject
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: webkit2gtk4-devel
|
||||
BuildRequires: sqlite3-devel
|
||||
BuildRequires: gettext-tools
|
||||
BuildRequires: blueprint-compiler
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gettext-tools
|
||||
BuildRequires: glib-networking
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3-gobject
|
||||
BuildRequires: sqlite3-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: webkit2gtk4-devel
|
||||
BuildRequires: xdg-utils
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gtk4)
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(libadwaita-1)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(webkitgtk-6.0)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
|
||||
%description
|
||||
NewsFlash is a program designed to complement an already existing web-based RSS reader account.
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a8cb832a73a6171128fe6fa0cd9fa15fb99be87a6b28c2393c6ba8c4ae126b6
|
||||
size 53195505
|
||||
oid sha256:c63c54949708e7f741277d2faef2352585397d2f4af3b2ae88fae9769c08bd14
|
||||
size 56817325
|
||||
|
Loading…
Reference in New Issue
Block a user