diff --git a/PyOgg-0.6.12a1.tar.gz b/PyOgg-0.6.12a1.tar.gz deleted file mode 100644 index 7f07efc..0000000 --- a/PyOgg-0.6.12a1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1573b399b05a5417bd28aa5ffbbfa9d4ce535b0890c9644057fb97cadb7ec8df -size 35121 diff --git a/PyOgg-0.6.14a1.tar.gz b/PyOgg-0.6.14a1.tar.gz new file mode 100644 index 0000000..e53a489 --- /dev/null +++ b/PyOgg-0.6.14a1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8294b34aa59c90200c4630c2cc4a5b84407209141e8e5d069d7a5be358e94262 +size 35091 diff --git a/python-PyOgg.changes b/python-PyOgg.changes index aa2cb73..86d3415 100644 --- a/python-PyOgg.changes +++ b/python-PyOgg.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Aug 28 23:07:11 UTC 2022 - Yogalakshmi Arunachalam + +- update to 0.6.14a1 + * Fixed ope_encoder_write (#27 ) + + * Contributions by @mattgwwalker : + - Added opus_get_version_string() (#23) + - Added opus_strerror() (#24) + - Example for opusfile (#25) + - Opusfile as array (#26) + +- update to 0.6.13a1 + * Fixed vorbis_block ( #22 ) + ------------------------------------------------------------------- Tue Jan 21 16:46:25 UTC 2020 - Ludwig Nussel diff --git a/python-PyOgg.spec b/python-PyOgg.spec index f397c32..71cc60c 100644 --- a/python-PyOgg.spec +++ b/python-PyOgg.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyOgg # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-PyOgg -Version: 0.6.12a1 +Version: 0.6.14a1 Release: 0 Summary: Python bindings for Xiphorg's Ogg Vorbis, Opus and FLAC License: BSD-3-Clause @@ -37,13 +37,13 @@ BuildRequires: pkgconfig(vorbisenc) BuildRequires: pkgconfig(vorbisfile) # Automatically get so numbers Recommends: %( ls %{_libdir}/libogg.so.*.*.* | sed -r 's/.*(libogg)\.so\.([0-9]*)\..*/\1\2/g' ) +Recommends: libflac +Recommends: libvorbis Recommends: %( ls %{_libdir}/libopus.so.*.*.* | sed -r 's/.*(libopus)\.so\.([0-9]*)\..*/\1\2/g' ) Recommends: %( ls %{_libdir}/libopusenc.so.*.*.* | sed -r 's/.*(libopusenc)\.so\.([0-9]*)\..*/\1\2/g' ) Recommends: %( ls %{_libdir}/libopusfile.so.*.*.* | sed -r 's/.*(libopusfile)\.so\.([0-9]*)\..*/\1\2/g' ) Recommends: %( ls %{_libdir}/libvorbisenc.so.*.*.* | sed -r 's/.*(libvorbisenc)\.so\.([0-9]*)\..*/\1\2/g' ) Recommends: %( ls %{_libdir}/libvorbisfile.so.*.*.* | sed -r 's/.*(libvorbisfile)\.so\.([0-9]*)\..*/\1\2/g' ) -Recommends: libflac -Recommends: libvorbis BuildArch: noarch %python_subpackages