From 42e8f3afd555e2e8b6a04ab8d4c489257ba1b9d3be6b4016a23f7364946befde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 19 May 2018 01:07:01 +0000 Subject: [PATCH] Accepting request 610548 from home:jengelh:branches:devel:languages:python - Do not repeat other packages' metadata in description. OBS-URL: https://build.opensuse.org/request/show/610548 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundFile?expand=0&rev=3 --- python-SoundFile.changes | 5 +++++ python-SoundFile.spec | 10 +++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/python-SoundFile.changes b/python-SoundFile.changes index fd92b79..9cec8d7 100644 --- a/python-SoundFile.changes +++ b/python-SoundFile.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 18 20:51:12 UTC 2018 - jengelh@inai.de + +- Do not repeat other packages' metadata in description. + ------------------------------------------------------------------- Wed May 9 01:09:10 UTC 2018 - toddrme2178@gmail.com diff --git a/python-SoundFile.spec b/python-SoundFile.spec index 593abf4..7ce8523 100644 --- a/python-SoundFile.spec +++ b/python-SoundFile.spec @@ -59,13 +59,9 @@ PySoundFile is an audio library based on libsndfile, CFFI and NumPy. Full documentation is available on http://pysoundfile.readthedocs.org/. PySoundFile can read and write sound files. File reading/writing is -supported through `libsndfile `__, -which is a free, cross-platform, open-source (LGPL) library for reading -and writing many different sampled sound file formats that runs on many -platforms including Windows, OS X, and Unix. It is accessed through -`CFFI `__, which is a foreign function -interface for Python calling C code. CFFI is supported for CPython 2.6+, -3.x and PyPy 2.0+. PySoundFile represents audio data as NumPy arrays. +supported through libsndfile, which itself is accessed through CFFI, +a foreign function interface for Python calling C code. PySoundFile +represents audio data as NumPy arrays. %prep %setup -q -n SoundFile-%{version}