+ Shutter is a feature-rich screenshot program. You can take a screenshot of a
diff --git a/shutter.spec b/shutter.spec
index dc9b20c..98f27e0 100644
--- a/shutter.spec
+++ b/shutter.spec
@@ -9,9 +9,9 @@
Name: shutter
Version: 0.99.2
%if 0%{?usesnapshot}
-Release: 0.1%{?snapshottag}%{?dist}
+Release: 0.3%{?snapshottag}%{?dist}
%else
-Release: 1%{?dist}
+Release: 4%{?dist}
%endif
Summary: GTK+3-based screenshot application written in Perl
@@ -29,6 +29,8 @@ Source0: https://github.com/shutter-project/shutter/archive/%{commit0}/%{name
Source0: https://github.com/shutter-project/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
%endif
+Patch0: %{name}-appdata.patch
+
# https://bugs.launchpad.net/shutter/+bug/1469840
BuildArch: noarch
@@ -141,6 +143,15 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/%{name}.appda
%{_datadir}/icons/HighContrast/
%changelog
+* Fri Jul 22 2022 Martin Gansser