From d11a405a1b7a982511972e96f75e1e812fbabd3e6f58f78c7c58f811e614a977 Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Tue, 13 Mar 2018 06:31:31 +0000 Subject: [PATCH] Accepting request 586157 from home:plater - Update to 0.1.3 - Upstream changes: * SIMD enhancements: SSE, AVX, Neon. * Improve support for clang, ARM, and cross-compilation. * Provide env. var. override of runtime parameters. * Build fix re cmake variables AVCODEC_INCLUDE_DIRS & AVUTIL_INCLUDE_DIRS. * Build options WITH_SINGLE_PRECISION, WITH_DOUBLE_PRECISION & WITH_SIMD have been removed; replacement options are detailed in INSTALL, `Resampling engines'. OBS-URL: https://build.opensuse.org/request/show/586157 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soxr?expand=0&rev=11 --- soxr-0.1.2.tar.xz | 3 --- soxr-0.1.3.tar.xz | 3 +++ soxr.changes | 14 ++++++++++++++ soxr.spec | 9 +++++---- 4 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 soxr-0.1.2.tar.xz create mode 100644 soxr-0.1.3.tar.xz diff --git a/soxr-0.1.2.tar.xz b/soxr-0.1.2.tar.xz deleted file mode 100644 index 1da4ea8..0000000 --- a/soxr-0.1.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54e6f434f1c491388cd92f0e3c47f1ade082cc24327bdc43762f7d1eefe0c275 -size 83760 diff --git a/soxr-0.1.3.tar.xz b/soxr-0.1.3.tar.xz new file mode 100644 index 0000000..2d61c65 --- /dev/null +++ b/soxr-0.1.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b111c15fdc8c029989330ff559184198c161100a59312f5dc19ddeb9b5a15889 +size 94384 diff --git a/soxr.changes b/soxr.changes index 191907e..a4d54d4 100644 --- a/soxr.changes +++ b/soxr.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Mar 13 06:24:29 UTC 2018 - davejplater@gmail.com + +- Update to 0.1.3 +- Upstream changes: + * SIMD enhancements: SSE, AVX, Neon. + * Improve support for clang, ARM, and cross-compilation. + * Provide env. var. override of runtime parameters. + * Build fix re cmake variables AVCODEC_INCLUDE_DIRS & + AVUTIL_INCLUDE_DIRS. + * Build options WITH_SINGLE_PRECISION, WITH_DOUBLE_PRECISION & + WITH_SIMD have been removed; replacement options are detailed + in INSTALL, `Resampling engines'. + ------------------------------------------------------------------- Wed Dec 16 08:52:37 UTC 2015 - olaf@aepfle.de diff --git a/soxr.spec b/soxr.spec index 4744b3d..083cf06 100644 --- a/soxr.spec +++ b/soxr.spec @@ -1,7 +1,7 @@ # # spec file for package soxr # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -19,7 +19,7 @@ %define lname libsoxr0 %define lname_lsr libsoxr-lsr0 Name: soxr -Version: 0.1.2 +Version: 0.1.3 Release: 0 Summary: The SoX Resampler library License: LGPL-2.1+ @@ -85,12 +85,13 @@ make %{?_smp_mflags} %files -n %{lname} %defattr(-,root,root) -%doc AUTHORS COPYING.LGPL LICENCE NEWS +%doc AUTHORS NEWS +%license COPYING.LGPL LICENCE %{_libdir}/libsoxr.so.* %files -n %{lname_lsr} %defattr(-,root,root) -%doc AUTHORS COPYING.LGPL LICENCE NEWS +%license COPYING.LGPL LICENCE %{_libdir}/libsoxr-lsr.so.* %files devel