forked from pool/liferea
Update to version 1.16.7
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 25 15:39:12 UTC 2026 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.16.7:
|
||||
+ Drop Youtube video embedding due to "error 153" and the general
|
||||
privacy implications
|
||||
+ use white on red instead of black on red for item list
|
||||
"Important" label
|
||||
+ No favicons for several feeds
|
||||
+ bsky.app links not being used
|
||||
+ Extract item content is sometimes unexpectedly colored
|
||||
- Changes from version 1.16.6:
|
||||
+ Removes GAsyncQueue usage and uses proper GThreadPools, this
|
||||
significantly speeds up updating and reduced GUI lag a lot
|
||||
+ Add support for subscribing to phlog gopher listings
|
||||
+ Add support for gopher:// URI schema in internal browser
|
||||
+ Readd incorrectly removed reference.css file
|
||||
+ Dark mode: dimmed images filter gets reset when hovering over
|
||||
image
|
||||
+ Fixes link rel=alternate/self parsing
|
||||
+ Fixes frozen HTML page after launching feed:// links
|
||||
+ better requiring girepository-2.0
|
||||
+ panes too small on start
|
||||
- Convert to _service managed source
|
||||
- Add libtool BuildRequires and call autoreconf in build phase:
|
||||
required, as we are building a git clone now.
|
||||
- Move the metainfo validation to %check section.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 25 15:26:36 UTC 2026 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
||||
+5
-2
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: liferea
|
||||
Version: 1.16.5
|
||||
Version: 1.16.7
|
||||
Release: 0
|
||||
Summary: Linux Feed Reader
|
||||
License: GPL-2.0-only
|
||||
Group: Productivity/Other
|
||||
URL: https://lzone.de/liferea/
|
||||
Source0: https://github.com/lwindolf/liferea/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
# PATCH-FEATURE-OPENSUSE liferea-opensuse-feeds.patch -- Add openSUSE feeds to default feeds
|
||||
Patch0: liferea-opensuse-feeds.patch
|
||||
|
||||
@@ -31,6 +31,7 @@ BuildRequires: appstream-glib
|
||||
BuildRequires: c++_compiler
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: intltool >= 0.40.0
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig(fribidi)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.74.0
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
@@ -65,6 +66,7 @@ news aggregator for GTK and GNOME.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
%configure --disable-static
|
||||
%make_build
|
||||
|
||||
@@ -76,6 +78,7 @@ rm doc/html/Makefile*
|
||||
|
||||
%fdupes %{buildroot}%{_prefix}
|
||||
|
||||
%check
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.xml
|
||||
|
||||
%files
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/lwindolf/liferea.git</param>
|
||||
<param name="revision">v1.16.7</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
</service>
|
||||
<service name="tar" mode="manual"/>
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual"/>
|
||||
</services>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b07e10da62f42f18d1539e204037d32cb63b433bc68a2f8836c25bbd1098e0a5
|
||||
size 1774390
|
||||
BIN
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
name: liferea
|
||||
version: 1.16.7
|
||||
mtime: 1766870782
|
||||
commit: 21738602c7b75e996e1f6a87ef10ba0e629daf3a
|
||||
Reference in New Issue
Block a user