From bbe3ac7e6f2d9210e43dc948529dbd985b70ed08 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 3 Jul 2023 14:35:13 +0200 Subject: [PATCH] Update to 45.alpha.2 --- .gitignore | 1 + sources | 2 +- sushi.spec | 11 ++++++++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9540d4e..51bdd7e 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ /sushi-42.0.tar.xz /sushi-43.0.tar.xz /sushi-44.2.tar.xz +/sushi-45.alpha.2.tar.xz diff --git a/sources b/sources index b1e5c80..6f0102b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sushi-44.2.tar.xz) = 0e2cd6e619872e7ebd29b01bf6038b3db7f8202f20a77034451e69b722e46ee9f8e20378253f49ccb12b6060490c25555581f10823c778c42ab9edf41016a1da +SHA512 (sushi-45.alpha.2.tar.xz) = a5a658860731f64c00657fc34f1b494f656fb0981c10e8baf31641bbc84f6902a37853f13aab622abd40ad154a9f8e1e99e162c887e34f20f781ee33a70996ed diff --git a/sushi.spec b/sushi.spec index 36df0a3..17d0501 100644 --- a/sushi.spec +++ b/sushi.spec @@ -1,15 +1,16 @@ %global url_ver %%(echo %{version}|cut -d. -f1,2) +%global tarball_version %%(echo %{version} | tr '~' '.') %global __provides_exclude_from ^%{_libdir}/%{name}/.*\\.so.*$ Name: sushi -Version: 44.2 +Version: 45~alpha.2 Release: 1%{?dist} Summary: A quick previewer for Nautilus License: GPLv2+ with exceptions URL: https://gitlab.gnome.org/GNOME/sushi -Source0: https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{tarball_version}.tar.xz BuildRequires: gettext BuildRequires: gjs-devel @@ -32,7 +33,8 @@ file manager. %prep -%autosetup -p1 +%autosetup -p1 -n %{name}-%{tarball_version} + %build %meson @@ -56,6 +58,9 @@ file manager. %changelog +* Mon Jul 03 2023 Kalev Lember - 45~alpha.2-1 +- Update to 45.alpha.2 + * Wed May 31 2023 Kalev Lember - 44.2-1 - Update to 44.2