[faust] Drop executable permission on faust2pd.pure to avoid an unavailable dependency.

Orcan Ogetbil oget at fedoraproject.org
Sun Nov 27 13:51:56 UTC 2011


commit 7e265e93d1a34021dfe03fffa5585bf34aed963f
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Sun Nov 27 08:51:48 2011 -0500

    Drop executable permission on faust2pd.pure to avoid an unavailable dependency.

 faust.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
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 <oget [DOT] fedora [AT] gmail [DOT] com> - 0.9.43-2
+- Drop executable permission on faust2pd.pure to avoid an unavailable dependency.
+
 * Fri Nov 25 2011 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.9.43-1
 - Update to 0.9.43
 


More information about the scm-commits mailing list