Update to 0.11.3

This commit is contained in:
wu-leilei 2023-10-13 15:43:05 +08:00
parent a90e026c61
commit a96162a152
3 changed files with 10 additions and 7 deletions

BIN
celt-0.11.3.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: celt051
Version: 0.5.1.3
Release: 20
Version: 0.11.3
Release: 1
Summary: An audio codec for use in low-delay speech and audio communication
License: BSD-3-Clause
URL: http://www.celt-codec.org
@ -42,16 +42,19 @@ libraries and header files for developing applications that use celt051.
%files
%doc COPYING README TODO
%{_bindir}/{celtenc051,celtdec051}
%{_libdir}/{libcelt051.so.0,libcelt051.so.0.0.0}
%{_bindir}/{celtenc,celtdec}
%{_libdir}/{libcelt0.so.2,libcelt0.so.2.0.0}
%files devel
%doc COPYING README
%{_includedir}/celt051
%{_libdir}/pkgconfig/celt051.pc
%{_libdir}/{libcelt051.so,*.a}
%{_includedir}/celt
%{_libdir}/pkgconfig/celt.pc
%{_libdir}/{libcelt0.so,*.a}
%changelog
* Fri Oct 13 2023 wulei <wu_lei@hoperun.com> - 0.11.3-1
- Update to 0.11.3
* Tue May 10 2022 Ge Wang <wangge20@h-partner.com> - 0.5.1.3-20
- license compliance rectification