Accepting request 1173081 from home:rrahl0:upgrades
- update to 3.2.0: * new per feed setting: scrap articles * local RSS: edit feed url * option to manually clean database * article list performance improvements * use adwaita adaptive dialogs - show actual version in the app (show-actual-version.patch) - improve on the spec file - temporarily disable dep updating, as it breaks compile OBS-URL: https://build.opensuse.org/request/show/1173081 OBS-URL: https://build.opensuse.org/package/show/network:utilities/newsflash?expand=0&rev=12
This commit is contained in:
parent
290ba32717
commit
6be88fef38
8
_service
8
_service
@ -3,20 +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.1.6</param>
|
||||
<param name="revision">refs/tags/v.3.2.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">
|
||||
<service name="tar" mode="buildtime" />
|
||||
<service name="recompress" mode="buildtime">
|
||||
<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">true</param>
|
||||
<param name="update">false</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:2693e0ec965688eec363fea9322fc91c4fad6cd76655cad06818d64ae7bc0369
|
||||
size 2825747
|
3
news_flash_gtk-3.2.0.obscpio
Normal file
3
news_flash_gtk-3.2.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed4a41921797d8d03a117bee8f135d5eed5cc08cd9ba6bc2897fb90b2316f23b
|
||||
size 13574157
|
4
news_flash_gtk.obsinfo
Normal file
4
news_flash_gtk.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: news_flash_gtk
|
||||
version: 3.2.0
|
||||
mtime: 1711400413
|
||||
commit: b68548c00942412fd3d6f5185bae20f18a5f6d23
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 10 09:20:01 UTC 2024 - Richard Rahl <rrahl0@disroot.org>
|
||||
|
||||
- update to 3.2.0:
|
||||
* new per feed setting: scrap articles
|
||||
* local RSS: edit feed url
|
||||
* option to manually clean database
|
||||
* article list performance improvements
|
||||
* use adwaita adaptive dialogs
|
||||
- show actual version in the app (show-actual-version.patch)
|
||||
- improve on the spec file
|
||||
- temporarily disable dep updating, as it breaks compile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 6 14:51:00 UTC 2024 - Richard Rahl <rrahl0@proton.me>
|
||||
|
||||
|
@ -17,14 +17,16 @@
|
||||
|
||||
|
||||
%define _lto_cflags %{nil}
|
||||
%define appname io.gitlab.news_flash.NewsFlash
|
||||
Name: newsflash
|
||||
Version: 3.1.6
|
||||
Version: 3.2.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.zst
|
||||
Source1: vendor.tar.zst
|
||||
Patch0: show-actual-version.patch
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: blueprint-compiler
|
||||
BuildRequires: cargo-packaging
|
||||
@ -32,12 +34,11 @@ BuildRequires: desktop-file-utils
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gettext-tools
|
||||
BuildRequires: glib-networking
|
||||
BuildRequires: hicolor-icon-theme
|
||||
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)
|
||||
@ -46,6 +47,7 @@ BuildRequires: pkgconfig(gtk4)
|
||||
BuildRequires: pkgconfig(libadwaita-1)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(webkitgtk-6.0)
|
||||
|
||||
%description
|
||||
@ -65,6 +67,7 @@ and having access to all your articles as long as you like.
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%suse_update_desktop_file %{appname}
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
@ -72,9 +75,10 @@ and having access to all your articles as long as you like.
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_bindir}/io.gitlab.news_flash.NewsFlash
|
||||
%{_datadir}/applications/io.gitlab.news_flash.NewsFlash.desktop
|
||||
%{_datadir}/icons/hicolor/*
|
||||
%{_datadir}/metainfo/io.gitlab.news_flash.NewsFlash.appdata.xml
|
||||
%{_datadir}/applications/%{appname}.desktop
|
||||
%{_iconsdir}/hicolor/scalable/apps/%{appname}.svg
|
||||
%{_iconsdir}/hicolor/symbolic/apps/%{appname}-symbolic.svg
|
||||
%{_datadir}/metainfo/%{appname}.appdata.xml
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
11
show-actual-version.patch
Normal file
11
show-actual-version.patch
Normal file
@ -0,0 +1,11 @@
|
||||
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
|
||||
oid sha256:bab19a1b21c7b69fc940a9ce1aa547af790f465338f3c318d74c5d694aa5196b
|
||||
size 51878242
|
||||
oid sha256:5dbfe28bd2bbac24a316e5ad74fafbca56011b7ff354aced13a801122d652e9b
|
||||
size 53558516
|
||||
|
Loading…
Reference in New Issue
Block a user