From 0effe019f997bc94074f48a17011de24af3cc178 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:13:52 +0100 Subject: [PATCH] update to 41.0 [release 41.0-1mamba;Thu Nov 25 2021] --- gnome-screenshot.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gnome-screenshot.spec b/gnome-screenshot.spec index fa3ff5d..4e6f7e2 100644 --- a/gnome-screenshot.spec +++ b/gnome-screenshot.spec @@ -1,5 +1,6 @@ +%define majver %(echo %version | cut -d. -f1) Name: gnome-screenshot -Version: 40.0 +Version: 41.0 Release: 1mamba Summary: A small utility that takes a screenshot of the whole desktop Group: Graphical Desktop/Applications/Utilities @@ -7,7 +8,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.gnome.org/ -Source: https://download.gnome.org/sources/gnome-screenshot/40/gnome-screenshot-%{version}.tar.xz +Source: https://download.gnome.org/sources/gnome-screenshot/%{majver}/gnome-screenshot-%{version}.tar.xz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -56,5 +57,8 @@ GNOME Screenshot is a small utility that takes a screenshot of the whole desktop %doc COPYING %changelog +* Thu Nov 25 2021 Silvan Calarco 41.0-1mamba +- update to 41.0 + * Sat Oct 16 2021 Silvan Calarco 40.0-1mamba - package created using the webbuild interface