[nyquist/f19] Fix FTBFS rhbz #914223

mbooth mbooth at fedoraproject.org
Wed Mar 13 12:18:53 UTC 2013


commit 4c3a84cd490115160bd68e9e39b7d13c232744e1
Author: Mat Booth <fedora at matbooth.co.uk>
Date:   Wed Mar 13 12:17:33 2013 +0000

    Fix FTBFS rhbz #914223

 nyquist.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nyquist.spec b/nyquist.spec
index 2076754..6f0c54d 100644
--- a/nyquist.spec
+++ b/nyquist.spec
@@ -1,6 +1,6 @@
 Name:           nyquist
 Version:        3.04
-Release:        6b%{?dist}.1
+Release:        7b%{?dist}
 Summary:        Sound synthesis and composition language with a Lisp syntax
 
 Group:          Applications/Multimedia
@@ -43,7 +43,7 @@ find -name "*.htm*" \
     -or -name "*.lsp" \
     -or -name "*.txt" \
     -or -name "*.ny" \
-    -or -name "*.dat" | xargs dos2unix -q
+    -or -name "*.dat" -exec dos2unix -q '{}' \;
 
 %build
 rm -f runtime/system.lsp
@@ -94,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Mar 13 2013 Mat Booth <fedora at matbooth.co.uk> - 3.04-7b
+- Fix FTBFS rhbz #914223
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.04-6b.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list