[yoshimi] Fix from Brendan Jones for FLTK detection and update to 1.0.0

verdurin verdurin at fedoraproject.org
Mon Oct 29 10:43:45 UTC 2012


commit ec5be4a3a01253d34379db76e136a30a9b86e6a6
Author: Adam Huffman <verdurin at fedoraproject.org>
Date:   Mon Oct 29 10:43:10 2012 +0000

    Fix from Brendan Jones for FLTK detection and update to 1.0.0

 .gitignore   |    1 +
 sources      |    2 +-
 yoshimi.spec |   12 ++++++++----
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 63e5dd6..6b923c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /yoshimi-0.060.12.tar.bz2
+/yoshimi-1.0.0.tar.bz2
diff --git a/sources b/sources
index cf45ecf..18e09be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e5c7dfb0d655083b9c84b6a67d1a8cd4  yoshimi-0.060.12.tar.bz2
+5f1214155f9274d478a5eb63562f511b  yoshimi-1.0.0.tar.bz2
diff --git a/yoshimi.spec b/yoshimi.spec
index 8775b06..f30bf02 100644
--- a/yoshimi.spec
+++ b/yoshimi.spec
@@ -1,6 +1,6 @@
 Name:		yoshimi
-Version:	0.060.12
-Release:	4%{?dist}
+Version:	1.0.0
+Release:	1%{?dist}
 Summary:	Rewrite of ZynAddSubFx aiming for better JACK support
 
 Group:		Applications/Multimedia
@@ -39,7 +39,7 @@ effects like Reverb, Echo, Chorus, Phaser...
 
 %build
 cd src
-%cmake .
+%cmake -DFLTK_INCLUDE_DIR=%{_includedir}/Fl .
 make VERBOSE=1 %{?_smp_mflags}
 
 
@@ -84,7 +84,7 @@ fi
 
 %files
 %defattr(-,root,root,-)
-%doc 0.060.12.notes COPYING
+%doc 1.0.0.notes COPYING
 %{_bindir}/%{name}
 %{_datadir}/%{name}/banks/
 %{_datadir}/applications/%{name}.desktop
@@ -92,6 +92,10 @@ fi
 %{_datadir}/%{name}/presets/
 
 %changelog
+* Mon Oct 29 2012 Adam Huffman <bloch at verdurin.com> - 1.0.0-1
+- update to upstream 1.0.0 release
+- fix FLTK detection, from Brendan Jones
+
 * Sun Apr 15 2012 Adam Huffman <verdurin at fedoraproject.org> - 0.060.12-4
 - add missing posttrans scriptlet
 


More information about the scm-commits mailing list