From 6cec79756b206590d49b981df9021660b661512a Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Mar 14 2010 02:01:44 +0000 Subject: - New version (still no response from upstream about the reverbs) --- diff --git a/.cvsignore b/.cvsignore index d780f21..b141a5b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -jconvolver-0.8.4.tar.bz2 +jconvolver-0.8.6.tar.bz2 diff --git a/jconvolver.spec b/jconvolver.spec index 1a8c921..17cf169 100644 --- a/jconvolver.spec +++ b/jconvolver.spec @@ -1,7 +1,7 @@ Summary: Real-time Convolution Engine Name: jconvolver -Version: 0.8.4 -Release: 2%{?dist} +Version: 0.8.6 +Release: 1%{?dist} License: GPLv2+ Group: Applications/Multimedia URL: http://www.kokkinizita.net/linuxaudio/ @@ -38,8 +38,9 @@ find config-files/ -name \*.conf \ -exec sed -i -e "s|/audio/reverbs|%{_datadir}/%{name}/reverbs|g" {} \; \ -exec sed -i -e "s|^#/cd |/cd |g" {} \; + # Force Fedora's optflags -sed -i 's|-O3|%{optflags}|' source/Makefile +sed -i -e 's|-O3|%{optflags}|' -e '/-march=native/d' source/Makefile %build make %{?_smp_mflags} PREFIX=%{_prefix} LIBDIR=%{_lib} -C source @@ -64,6 +65,9 @@ rm -rf %{buildroot} %{_datadir}/%{name}/ %changelog +* Fri Mar 12 2010 Orcan Ogetbil - 0.8.6-1 +- New version (still no response from upstream about the reverbs) + * Tue Dec 22 2009 Orcan Ogetbil - 0.8.4-2 - Don't bundle the reverbs until we hear from the author about the license diff --git a/sources b/sources index 559de38..eb1cec1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2012f34f47bc7b2337d61d4a54c0f0a8 jconvolver-0.8.4.tar.bz2 +8e754ed391c1f1f79f7cf0612c7eff77 jconvolver-0.8.6.tar.bz2