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