From 0559299a477bc721e12e31bd9ade5ad94972c5cdf8823e27d5cc1f8df66c487d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 4 Mar 2019 16:46:29 +0000 Subject: [PATCH] - Update to 0.6.7a1: * no upstream changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyOgg?expand=0&rev=6 --- PyOgg-0.6.4a1.tar.gz | 3 --- PyOgg-0.6.7a1.tar.gz | 3 +++ python-PyOgg.changes | 6 ++++++ python-PyOgg.spec | 12 ++++++------ 4 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 PyOgg-0.6.4a1.tar.gz create mode 100644 PyOgg-0.6.7a1.tar.gz diff --git a/PyOgg-0.6.4a1.tar.gz b/PyOgg-0.6.4a1.tar.gz deleted file mode 100644 index ed66206..0000000 --- a/PyOgg-0.6.4a1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0119cce6ef4531036342565f57b2ff20773fc960c0f63e6616dd5f5f040582c2 -size 35470 diff --git a/PyOgg-0.6.7a1.tar.gz b/PyOgg-0.6.7a1.tar.gz new file mode 100644 index 0000000..f33b3af --- /dev/null +++ b/PyOgg-0.6.7a1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37abdca4499167f89704d7397500818c0206927e4a572acfb292a3fa83c7071 +size 34563 diff --git a/python-PyOgg.changes b/python-PyOgg.changes index 7261998..5827e26 100644 --- a/python-PyOgg.changes +++ b/python-PyOgg.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 4 16:46:04 UTC 2019 - Tomáš Chvátal + +- Update to 0.6.7a1: + * no upstream changelog + ------------------------------------------------------------------- Tue Dec 4 12:52:33 UTC 2018 - Matej Cepl diff --git a/python-PyOgg.spec b/python-PyOgg.spec index 940d825..ddff0e8 100644 --- a/python-PyOgg.spec +++ b/python-PyOgg.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyOgg # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,15 +18,16 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-PyOgg -Version: 0.6.4a1 +Version: 0.6.7a1 Release: 0 Summary: Python bindings for Xiphorg's Ogg Vorbis, Opus and FLAC License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/Zuzu-Typ/PyOgg +URL: https://github.com/Zuzu-Typ/PyOgg Source: https://files.pythonhosted.org/packages/source/P/PyOgg/PyOgg-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: pkgconfig(libopusenc) BuildRequires: pkgconfig(ogg) @@ -34,8 +35,6 @@ BuildRequires: pkgconfig(opus) BuildRequires: pkgconfig(opusfile) BuildRequires: pkgconfig(vorbisenc) BuildRequires: pkgconfig(vorbisfile) -Recommends: libflac -Recommends: libvorbis # Automatically get so numbers Recommends: %( ls %{_libdir}/libogg.so.*.*.* | sed -r 's/.*(libogg\.so\.[0-9]*)\..*/\1/g' ) Recommends: %( ls %{_libdir}/libopus.so.*.*.* | sed -r 's/.*(libopus\.so\.[0-9]*)\..*/\1/g' ) @@ -43,8 +42,9 @@ Recommends: %( ls %{_libdir}/libopusenc.so.*.*.* | sed -r 's/.*(libopusenc\. Recommends: %( ls %{_libdir}/libopusfile.so.*.*.* | sed -r 's/.*(libopusfile\.so\.[0-9]*)\..*/\1/g' ) Recommends: %( ls %{_libdir}/libvorbisenc.so.*.*.* | sed -r 's/.*(libvorbisenc\.so\.[0-9]*)\..*/\1/g' ) Recommends: %( ls %{_libdir}/libvorbisfile.so.*.*.* | sed -r 's/.*(libvorbisfile\.so\.[0-9]*)\..*/\1/g' ) +Recommends: libflac +Recommends: libvorbis BuildArch: noarch - %python_subpackages %description