From 7e265e93d1a34021dfe03fffa5585bf34aed963f Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Nov 27 2011 13:51:48 +0000 Subject: Drop executable permission on faust2pd.pure to avoid an unavailable dependency. --- diff --git a/faust.spec b/faust.spec index 99394d3..32d3596 100644 --- a/faust.spec +++ b/faust.spec @@ -1,6 +1,6 @@ Name: faust Version: 0.9.43 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Compiled language for real-time audio signal processing # Examples are BSD # The rest is GPLv2+ @@ -107,6 +107,7 @@ sed -i 's|-O3|%{optflags} -fPIC |' compiler/Makefile.unix \ # Fix permissions chmod -x compiler/draw/device/SVGDev.* architecture/VST/PkgInfo chmod +x tools/faust2appls/faust2* +chmod -x tools/faust2pd/faust2* # Fix encoding for i in examples syntax-highlighting; do @@ -179,6 +180,9 @@ cp -a syntax-highlighting/%{name}.xml \ %{_datadir}/kde4/apps/katepart/syntax/%{name}.xml %changelog +* Sun Nov 27 2011 Orcan Ogetbil - 0.9.43-2 +- Drop executable permission on faust2pd.pure to avoid an unavailable dependency. + * Fri Nov 25 2011 Orcan Ogetbil - 0.9.43-1 - Update to 0.9.43