Hello community, here is the log from the commit of package python-PyOgg for openSUSE:Leap:15.2 checked in at 2020-02-22 17:50:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-PyOgg (Old) and /work/SRC/openSUSE:Leap:15.2/.python-PyOgg.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyOgg" Sat Feb 22 17:50:27 2020 rev:1 rq:775809 version:0.6.12a1 Changes: -------- New Changes file: --- /dev/null 2019-12-19 10:12:34.003146842 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-PyOgg.new.26092/python-PyOgg.changes 2020-02-22 17:50:28.273532461 +0100 @@ -0,0 +1,40 @@ +------------------------------------------------------------------- +Tue Jan 21 16:46:25 UTC 2020 - Ludwig Nussel <[email protected]> + +- Recommend shared library package name rather than actual soname. + Depending on arch, the soname would only pull in the -32bit + packages. + +------------------------------------------------------------------- +Wed Jan 15 12:18:50 UTC 2020 - Marketa Calabkova <[email protected]> + +- update to 0.6.12a1 + * Fixed library loader + +------------------------------------------------------------------- +Tue Sep 24 09:42:57 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 0.6.11a1: + * no upstream changelog + +------------------------------------------------------------------- +Fri Apr 5 11:01:07 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 0.6.9a1: + * no upstream changelog + +------------------------------------------------------------------- +Mon Mar 4 16:46:04 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 0.6.7a1: + * no upstream changelog + +------------------------------------------------------------------- +Tue Dec 4 12:52:33 UTC 2018 - Matej Cepl <[email protected]> + +- Remove superfluous devel dependency for noarch package + +------------------------------------------------------------------- +Fri Nov 2 02:34:55 UTC 2018 - Todd R <[email protected]> + +- Initial version New: ---- PyOgg-0.6.12a1.tar.gz python-PyOgg.changes python-PyOgg.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PyOgg.spec ++++++ # # spec file for package python-PyOgg # # Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-PyOgg Version: 0.6.12a1 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 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) BuildRequires: pkgconfig(opus) BuildRequires: pkgconfig(opusfile) 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: %( 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 %description PyOgg provides bindings for Xiph.org's OGG Vorbis, OGG Opus and FLAC audio file formats. %prep %setup -q -n PyOgg-%{version} # wrong-file-end-of-line-encoding sed -i 's/\r$//' README.md README.rst %build %python_build %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %doc README.md README.rst %license COPYING LICENSE %{python_sitelib}/* %changelog
