From fffc75677adbe349ca21a8117e65d1b31a46624066b194ef339dc03b58702550 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Mon, 19 Nov 2018 12:14:21 +0000 Subject: [PATCH] Accepting request 649187 from home:seife:branches:Base:System update to version 1.4 OBS-URL: https://build.opensuse.org/request/show/649187 OBS-URL: https://build.opensuse.org/package/show/Base:System/sbc?expand=0&rev=6 --- sbc-1.3.tar.xz | 3 --- sbc-1.4.tar.xz | 3 +++ sbc.changes | 6 ++++++ sbc.spec | 15 ++++++++------- 4 files changed, 17 insertions(+), 10 deletions(-) delete mode 100644 sbc-1.3.tar.xz create mode 100644 sbc-1.4.tar.xz diff --git a/sbc-1.3.tar.xz b/sbc-1.3.tar.xz deleted file mode 100644 index 42ba33c..0000000 --- a/sbc-1.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e61022cf576f14190241e7071753fdacdce5d1dea89ffd704110fc50be689309 -size 246292 diff --git a/sbc-1.4.tar.xz b/sbc-1.4.tar.xz new file mode 100644 index 0000000..ca76c35 --- /dev/null +++ b/sbc-1.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:518bf46e6bb3dc808a95e1eabad26fdebe8a099c1e781c27ed7fca6c2f4a54c9 +size 250656 diff --git a/sbc.changes b/sbc.changes index b07d998..e074eec 100644 --- a/sbc.changes +++ b/sbc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 15 07:45:56 UTC 2018 - Stefan Seyfried + +- update to version 1.4: + * Fix issue with stack overflow within sbc_crc8 function. + ------------------------------------------------------------------- Fri Nov 7 16:13:05 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/sbc.spec b/sbc.spec index bc61bff..bb37de3 100644 --- a/sbc.spec +++ b/sbc.spec @@ -1,7 +1,7 @@ # # spec file for package sbc # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 B1 Systems GmbH, Vohburg, Germany. # # All modifications and additions to the file contributed by third parties @@ -13,17 +13,17 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define sonum 1 Name: sbc -Version: 1.3 +Version: 1.4 Release: 0 Summary: Bluetooth Low-Complexity, Sub-Band Codec Utilities -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Hardware/Mobile Url: http://www.kernel.org/pub/linux/bluetooth Source: https://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz @@ -37,7 +37,7 @@ The package contains utilities for using the SBC codec. %package -n libsbc%{sonum} Summary: Bluetooth Low-Complexity, Sub-Band Codec Library -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Hardware/Mobile %description -n libsbc%{sonum} @@ -45,7 +45,7 @@ The package contains libraries for using the SBC codec. %package devel Summary: Development files for libsbc%{sonum} -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Sources Requires: libsbc%{sonum} = %{version} @@ -72,7 +72,8 @@ rm %{buildroot}/%{_libdir}/libsbc.la %files %defattr(-,root,root) -%doc ChangeLog README COPYING +%license COPYING +%doc ChangeLog README /usr/bin/sbc* %files -n libsbc%{sonum}