From 291290f0529a30d1fca65ab21faf153910f7ae83 Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: May 07 2021 07:28:49 +0000 Subject: Rebuilt --- diff --git a/gnupg_version_fix.patch b/gnupg_version_fix.patch new file mode 100644 index 0000000..abd11d2 --- /dev/null +++ b/gnupg_version_fix.patch @@ -0,0 +1,11 @@ +--- a/nemo-seahorse/configure.ac ++++ b/nemo-seahorse/configure.ac +@@ -57,7 +57,7 @@ AC_ARG_ENABLE(gpg-check, + DO_CHECK=$enableval, DO_CHECK=yes) + + if test "$DO_CHECK" = "yes"; then +- accepted_versions="1.2 1.4 2.0 2.1 2.2" ++ accepted_versions="1.2 1.4 2.0 2.1 2.2 2.3" + AC_PATH_PROGS(GNUPG, [gpg gpg2], no) + ok="no" + if test "$GNUPG" != "no"; then diff --git a/nemo-extensions.spec b/nemo-extensions.spec index 60fb781..12d76e2 100644 --- a/nemo-extensions.spec +++ b/nemo-extensions.spec @@ -3,14 +3,15 @@ Name: nemo-extensions Version: 4.8.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Extensions for Nemo License: GPLv2+ and LGPLv2 URL: https://github.com/linuxmint/%{name} Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz +Patch0: gnupg_version_fix.patch -BuildRequires: make +BuildRequires: make BuildRequires: desktop-file-utils BuildRequires: gpgme-devel BuildRequires: pkgconfig(cryptui-0.0) @@ -338,6 +339,9 @@ desktop-file-install \ %{_mandir}/man1/nemo-seahorse-tool.1.* %changelog +* Fri May 07 2021 Leigh Scott - 4.8.0-3 +- Rebuilt + * Tue Jan 26 2021 Fedora Release Engineering - 4.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild