!5 Update to 0.11.3

From: @wu-leilei 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
This commit is contained in:
openeuler-ci-bot 2023-10-13 08:42:05 +00:00 committed by Gitee
commit 62744ffb8d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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