From 397fc3c1f21094fef2fc914032168b8c700e55c4 Mon Sep 17 00:00:00 2001 From: David King Date: Thu, 7 Jul 2022 10:56:18 +0100 Subject: [PATCH] Update to 1.2.1 (#2098129) --- .gitignore | 1 + sources | 2 +- speexdsp.spec | 20 ++++++++++++-------- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 307746d..74aa2e9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /speexdsp-1.2rc2.20141214git.tar.gz /speexdsp-1.2rc3.tar.gz /speexdsp-1.2.0.tar.gz +/speexdsp-1.2.1.tar.gz diff --git a/sources b/sources index 280cdb6..2d93de2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (speexdsp-1.2.0.tar.gz) = e357cd5377415ea66c862302c7cf8bf6a10063cacd903f0846478975b87974cf5bdf00e2c6759d8f4f453c4c869cf284e9dc948a84a83d7b2ab96bd5405c05ec +SHA512 (speexdsp-1.2.1.tar.gz) = 41b5f37b48db5cb8c5a0f6437a4a8266d2627a5b7c1088de8549fe0bf0bb3105b7df8024fe207eef194096e0726ea73e2b53e0a4293d8db8e133baa0f8a3bad3 diff --git a/speexdsp.spec b/speexdsp.spec index c0b3d79..c6856c8 100644 --- a/speexdsp.spec +++ b/speexdsp.spec @@ -1,17 +1,17 @@ Name: speexdsp -Version: 1.2.0 -Release: 5%{?dist} +Version: 1.2.1 +Release: 1%{?dist} Summary: A voice compression format (DSP) License: BSD URL: http://www.speex.org/ Source0: http://downloads.xiph.org/releases/speex/%{name}-%{version}.tar.gz -BuildRequires: make BuildRequires: gcc +BuildRequires: make # speexdsp was split from speex in 1.2rc2. As speexdsp does not depend on # speex, a versioned conflict is required. -Conflicts: speex <= 1.2-0.21.rc1 +Conflicts: speex <= 1.2-0.21.rc1 %description Speex is a patent-free compression format designed especially for @@ -27,7 +27,7 @@ Summary: Development package for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} # speexdsp was split from speex in 1.2rc2. As speexdsp does not depend on # speex, a versioned conflict is required. -Conflicts: speex-devel <= 1.2-0.21.rc1 +Conflicts: speex-devel <= 1.2-0.21.rc1 %description devel Speex is a patent-free compression format designed especially for @@ -58,16 +58,20 @@ find %{buildroot} -type f -name "*.la" -delete %files -%doc AUTHORS COPYING TODO ChangeLog README NEWS doc/manual.pdf +%license COPYING +%doc AUTHORS TODO ChangeLog README NEWS doc/manual.pdf %doc %{_docdir}/speexdsp/manual.pdf -%{_libdir}/libspeexdsp.so.* +%{_libdir}/libspeexdsp.so.1* %files devel -%{_includedir}/speex +%{_includedir}/speex/ %{_libdir}/pkgconfig/speexdsp.pc %{_libdir}/libspeexdsp.so %changelog +* Thu Jul 07 2022 David King - 1.2.1-1 +- Update to 1.2.1 (#2098129) + * Sat Jan 22 2022 Fedora Release Engineering - 1.2.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild