diff --git a/libvpx.spec b/libvpx.spec index d004935f30a4c541be0ddf7d4c8d5cd32c0fef96..11c1f1676a6433a6344d54d1681a4024fee32d85 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -1,6 +1,6 @@ Name: libvpx -Version: 1.14.1 -Release: 2 +Version: 1.15.0 +Release: 1 Summary: VP8/VP9 Video Codec SDK License: BSD-3-Clause Source0: https://github.com/webmproject/libvpx/archive/v%{version}.tar.gz @@ -89,6 +89,11 @@ touch -r AUTHORS %{buildroot}%{_includedir}/vpx/vpx_config.h %{_libdir}/libvpx.so %changelog +* Mon Dec 9 2024 xiejing - 1.15.0-1 +- Update to 1.15.0 version +- This release includes new codec control for key frame filtering, more Neon + optimizations, improvements to RTC encoding and bug fixes + * Tue Oct 29 2024 Funda Wang - 1.14.1-2 - build with more active nasm - build same results with openSUSE and debian, drop examples diff --git a/v1.14.1.tar.gz b/v1.15.0.tar.gz similarity index 49% rename from v1.14.1.tar.gz rename to v1.15.0.tar.gz index 8fe06221ddb8d36e5e6082c914fdfc76e6359e93..065f524950b1a322202ba27f2b5c586ba65b87bd 100644 Binary files a/v1.14.1.tar.gz and b/v1.15.0.tar.gz differ