Update to 1.2.1 (#2098129)
This commit is contained in:
parent
7fc7b7f19b
commit
397fc3c1f2
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (speexdsp-1.2.0.tar.gz) = e357cd5377415ea66c862302c7cf8bf6a10063cacd903f0846478975b87974cf5bdf00e2c6759d8f4f453c4c869cf284e9dc948a84a83d7b2ab96bd5405c05ec
|
||||
SHA512 (speexdsp-1.2.1.tar.gz) = 41b5f37b48db5cb8c5a0f6437a4a8266d2627a5b7c1088de8549fe0bf0bb3105b7df8024fe207eef194096e0726ea73e2b53e0a4293d8db8e133baa0f8a3bad3
|
||||
|
||||
@ -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 <amigadave@amigadave.com> - 1.2.1-1
|
||||
- Update to 1.2.1 (#2098129)
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user