diff --git a/speexdsp.spec b/speexdsp.spec index 5a9c73a..611f8bb 100644 --- a/speexdsp.spec +++ b/speexdsp.spec @@ -1,5 +1,5 @@ Name: speexdsp -Version: 1.2.0 +Version: 1.2.1 Release: 1mamba Summary: A patent-free, Open Source/Free Software DSP library Group: System/Libraries @@ -7,14 +7,12 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://speex.org/ -Source: https://ftp.osuosl.org/pub/xiph/releases/speex/speexdsp-%{version}.tar.gz +Source: https://gitlab.xiph.org/xiph/speexdsp.git/SpeexDSP-%{version}/speexdsp-%{version}.tar.bz2 License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig ## AUTOBUILDREQ-END Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description SpeexDSP is a patent-free, Open Source/Free Software DSP library. @@ -41,6 +39,7 @@ This package contains libraries and header files for developing applications tha %prep %setup -q +./autogen.sh %build %configure @@ -72,5 +71,8 @@ This package contains libraries and header files for developing applications tha %doc ChangeLog NEWS README README.blackfin TODO %changelog +* Wed Jun 22 2022 Silvan Calarco 1.2.1-1mamba +- update to 1.2.1 + * Mon Dec 07 2020 Silvan Calarco 1.2.0-1mamba - package created using the webbuild interface