Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id E83BB7807A1 for <~alpine/aports@lists.alpinelinux.org>; Mon, 15 Nov 2021 10:45:31 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amk.ie; s=key1; t=1636972803; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=mj4LZDi6M5Pl9v9LiL3CCrS23cnTDld37RtdIqLqilk=; b=PEDtMn3ldE28bIBl6jcm+oIamnfgTU4FI7pB8y2R8Xp3ERX/cOEss5viKALo+nza0Ts6nw 4Aeo13GyrN4gSjQ8y0bsjZxtW9hqP/F8UZh7WASml9WR9S32J7bmkDCLSzDQMFSgMv8iay ktMMxZ0cLJL1X6+6OwpwgfC/AQRF8eMg8o9Fml1c8OwIqhPXEmIHOoO0ZJWVeA1jiXIe0w ptz7PKcNv69lk+ZloOoSFkDUdZc4G5aqRsUsVvj/H2QTAYBmUfLAZ/wTLJtLoqFxC2XGM0 4nP/4z3AqXFHGLDY1CVfxVN8Bt313p6CI9BvcPbO52ApXVJ8qp5BUC/wRF5y0A== From: Alex McGrath To: ~alpine/aports@lists.alpinelinux.org Cc: Alex McGrath Subject: [PATCH] community/newsflash: upgrade to 1.5.1 Date: Mon, 15 Nov 2021 10:40:01 +0000 Message-Id: <20211115104001.8064-1-amk@amk.ie> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: amk@amk.ie --- ...rgo.lock-Bump-the-newsblur-API-crate.patch | 29 ------------------- community/newsflash/APKBUILD | 13 ++++----- 2 files changed, 5 insertions(+), 37 deletions(-) delete mode 100644 community/newsflash/0001-Cargo.lock-Bump-the-newsblur-API-crate.patch diff --git a/community/newsflash/0001-Cargo.lock-Bump-the-newsblur-API-crate.patch b/community/newsflash/0001-Cargo.lock-Bump-the-newsblur-API-crate.patch deleted file mode 100644 index 76ee4dde88..0000000000 --- a/community/newsflash/0001-Cargo.lock-Bump-the-newsblur-API-crate.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 5581648af0c87378e79a6c4ec214f6954949176c Mon Sep 17 00:00:00 2001 -From: Alistair Francis -Date: Tue, 7 Sep 2021 20:33:26 +1000 -Subject: [PATCH] Cargo.lock: Bump the newsblur API crate - -Signed-off-by: Alistair Francis ---- - Cargo.lock | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/Cargo.lock b/Cargo.lock -index 93be16f..ef89dc1 100644 ---- a/Cargo.lock -+++ b/Cargo.lock -@@ -1890,9 +1890,9 @@ dependencies = [ - - [[package]] - name = "newsblur_api" --version = "0.1.1" -+version = "0.1.2" - source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "fd77391c1b68a5678882fb3bf2777dfa3761d2c0615e8b4c60d29199b3b405d2" -+checksum = "78451667cd4ba4d62baa55f6b71346c1d30c8300b13e3262d17a6d973fcbec14" - dependencies = [ - "failure", - "reqwest", --- -2.31.1 - diff --git a/community/newsflash/APKBUILD b/community/newsflash/APKBUILD index 3a828ec2a6..ecbc6d7b82 100644 --- a/community/newsflash/APKBUILD +++ b/community/newsflash/APKBUILD @@ -1,18 +1,16 @@ # Contributor: Alex McGrath # Maintainer: Alex McGrath pkgname=newsflash -pkgver=1.4.3 -pkgrel=2 +pkgver=1.5.1 +pkgrel=0 pkgdesc="An rss feed reader that supports various web based services" url="https://gitlab.com/news-flash/news_flash_gtk/" arch="all !s390x !mips64 !riscv64" # cargo, rust, libhandy not found license="GPL-3.0-only" makedepends="meson bash rust cargo webkit2gtk-dev libhandy1-dev sqlite-dev gettext-dev openssl1.1-compat-dev" -source="news_flash_gtk-v.$pkgver.tar.gz::https://gitlab.com/news-flash/news_flash_gtk/-/archive/v.$pkgver/news_flash_gtk-v.$pkgver.tar.gz - 0001-Cargo.lock-Bump-the-newsblur-API-crate.patch - " +source="news_flash_gtk-v.$pkgver.tar.gz::https://gitlab.com/news-flash/news_flash_gtk/-/archive/$pkgver/news_flash_gtk-$pkgver.tar.gz" options="!check" # no tests -builddir="$srcdir/news_flash_gtk-v.$pkgver" +builddir="$srcdir/news_flash_gtk-$pkgver" build() { export RUSTC_BOOTSTRAP=obfstr @@ -25,6 +23,5 @@ package() { } sha512sums=" -d5048644563d0afbb273422c2316148c97e05e20b4f1aaab71206fb34e13b31cadf268752fbe09036ae8c0cb7d80ce36a4748d114d35047249daf92cfa641df3 news_flash_gtk-v.1.4.3.tar.gz -444b77082d44d5c710d19d752dfd885442cc85c5f1bf3eda2280baed8b0937b1e2175433db93b3b6ce741f94fd71cf8f5ed265852813a0b446bebff51f8c5fc1 0001-Cargo.lock-Bump-the-newsblur-API-crate.patch +b15e12567c585281474a6a09dbeb83dd860ee626b140d0194aeb311b0cfe3e3dad2c92ffa89f2f76b18bb2f230875910834041b3dc18ca3199b5ad4913886e5d news_flash_gtk-v.1.5.1.tar.gz " -- 2.33.1