From 22dccb08d9047964943183d9f32377664c6159c4 Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Feb 13 2017 07:37:19 +0000 Subject: gcc7 fix --- diff --git a/muse.spec b/muse.spec index 54b314d..b6b16ec 100644 --- a/muse.spec +++ b/muse.spec @@ -17,7 +17,7 @@ Summary: Midi/Audio Music Sequencer # See: https://fedoraproject.org/wiki/AudioCreation Epoch: 1 Version: 2.2.1 -Release: 3%{?dist} +Release: 4%{?dist} # original freeverb plugin was public domain # givertcap (not built) is GPLv2 # The rest, including the core of muse is distributed under GPLv2+ @@ -28,6 +28,8 @@ Source0: https://downloads.sourceforge.net/project/lmuse/%{name}-%{maj}/%{ # Fixed upstream Patch0: muse-gcc6.patch +# Fixed upstream +Patch1: muse-gcc7.patch BuildRequires: alsa-lib-devel BuildRequires: cmake @@ -61,6 +63,7 @@ for Linux. %setup -q %patch0 -p1 -b .gcc6 +%patch1 -p1 -b .gcc7 # remove precompiled binaries find . -name "*.so" -exec rm {} \; @@ -121,6 +124,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %{_datadir}/mime/packages/muse.xml %changelog +* Mon Feb 13 2017 Orcan Ogetbil - 1:2.2.1-4 +- gcc7 fix + * Fri Feb 10 2017 Fedora Release Engineering - 1:2.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild