diff --git a/audioread-2.1.8.tar.gz b/audioread-2.1.8.tar.gz deleted file mode 100644 index e0c9576f6afe7b39e502b66afdf8d8c273454a56..0000000000000000000000000000000000000000 Binary files a/audioread-2.1.8.tar.gz and /dev/null differ diff --git a/audioread-2.1.9.tar.gz b/audioread-2.1.9.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..357b073baf36d7e2c85f66f2ebb5724daa837cf4 Binary files /dev/null and b/audioread-2.1.9.tar.gz differ diff --git a/python-audioread.spec b/python-audioread.spec index dba1e323ff6d84adb41cbc643b03528b8fe84f8a..b44bcac92fb6c31ab676635e715e2311cbec9e7d 100644 --- a/python-audioread.spec +++ b/python-audioread.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-audioread -Version: 2.1.8 +Version: 2.1.9 Release: 1 Summary: multi-library, cross-platform audio decoding License: MIT URL: https://github.com/sampsyo/audioread -Source0: https://files.pythonhosted.org/packages/2e/0b/940ea7861e0e9049f09dcfd72a90c9ae55f697c17c299a323f0148f913d2/audioread-2.1.8.tar.gz +Source0: https://files.pythonhosted.org/packages/b3/d1/e324634c5867a668774d6fe233a83228da4ba16521e19059c15df899737d/audioread-2.1.9.tar.gz BuildArch: noarch @@ -34,7 +34,7 @@ Provides: python3-audioread-doc Decode audio files using whichever backend is available. %prep -%autosetup -n audioread-2.1.8 +%autosetup -n audioread-2.1.9 %build %py3_build @@ -74,5 +74,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jul 23 2021 Xu Jin - 2.1.9-1 +- Update package to 2.1.9 + * Sat Jul 18 2020 Python_Bot - Package Spec generated