diff --git a/.gitignore b/.gitignore index 97cbea9..99235db 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ jconvolver-0.8.7.tar.bz2 +/jconvolver-0.9.2.tar.bz2 diff --git a/jconvolver.spec b/jconvolver.spec index d0345ba..2e982f0 100644 --- a/jconvolver.spec +++ b/jconvolver.spec @@ -1,7 +1,7 @@ Summary: Real-time Convolution Engine Name: jconvolver -Version: 0.8.7 -Release: 2%{?dist} +Version: 0.9.2 +Release: 1%{?dist} License: GPLv2+ Group: Applications/Multimedia URL: http://www.kokkinizita.net/linuxaudio/ @@ -21,7 +21,7 @@ BuildRequires: clthreads-devel BuildRequires: fftw-devel BuildRequires: jack-audio-connection-kit-devel BuildRequires: libsndfile-devel -BuildRequires: zita-convolver-devel +Requires: zita-convolver >= 3.0.2 %description Jconvolver is a real-time convolution engine. It can execute up to a 64 by 64 @@ -65,6 +65,12 @@ rm -rf %{buildroot} %{_datadir}/%{name}/ %changelog +* Wed Oct 19 2011 Brendan Jones - 0.9.1-1 +- Updated to version 0.9.2 + +* Wed Oct 19 2011 Brendan Jones - 0.9.1-1 +- Updated to version 0.9.1 + * Wed Feb 09 2011 Fedora Release Engineering - 0.8.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index e4a773a..b32ff70 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aec27cdd1dcda26f0d4000ccf0220251 jconvolver-0.8.7.tar.bz2 +f1a33f0f455961a7b21b56bdb0f725b1 jconvolver-0.9.2.tar.bz2