From 422d750cf7243aa35bf4e05590900fd6e6d0d6cf Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Jun 01 2021 15:08:39 +0000 Subject: Rebuild --- diff --git a/install_image_converter_so.patch b/install_image_converter_so.patch deleted file mode 100644 index acacb67..0000000 --- a/install_image_converter_so.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- a/nemo-image-converter/src/meson.build -+++ b/nemo-image-converter/src/meson.build -@@ -12,5 +12,6 @@ libnemo_image_converter = library('nemo- - libnemo, - gtk3, - ], -+ install: true, - install_dir: libnemo_extension_dir, - ) diff --git a/install_seahorse_tool.patch b/install_seahorse_tool.patch deleted file mode 100644 index 75d8efe..0000000 --- a/install_seahorse_tool.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/nemo-seahorse/tool/meson.build -+++ b/nemo-seahorse/tool/meson.build -@@ -28,6 +28,8 @@ nemo_seahorse = executable('nemo-seahors - libnotify, - avahi, - ], -+ install: true, -+ install_dir: join_paths(get_option('prefix'), get_option('bindir')), - ) - - install_data( diff --git a/nemo-extensions.spec b/nemo-extensions.spec index a8c6ad5..f3143f7 100644 --- a/nemo-extensions.spec +++ b/nemo-extensions.spec @@ -3,14 +3,12 @@ Name: nemo-extensions Version: 5.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Extensions for Nemo License: GPLv2+ and LGPLv2 URL: https://github.com/linuxmint/%{name} Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz -Patch0: install_image_converter_so.patch -Patch1: install_seahorse_tool.patch BuildRequires: make BuildRequires: desktop-file-utils @@ -332,6 +330,9 @@ desktop-file-install \ %{_mandir}/man1/nemo-seahorse-tool.1.* %changelog +* Tue Jun 01 2021 Leigh Scott - 5.0.0-2 +- rebuilt + * Mon May 31 2021 Leigh Scott - 5.0.0-1 - Update to 5.0.0 release