Accepting request 650179 from Base:System

OBS-URL: https://build.opensuse.org/request/show/650179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sbc?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2018-11-20 21:30:59 +00:00 committed by Git OBS Bridge
commit 7da51d25d7
4 changed files with 17 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e61022cf576f14190241e7071753fdacdce5d1dea89ffd704110fc50be689309
size 246292

3
sbc-1.4.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:518bf46e6bb3dc808a95e1eabad26fdebe8a099c1e781c27ed7fca6c2f4a54c9
size 250656

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 15 07:45:56 UTC 2018 - Stefan Seyfried <seife+obs@b1-systems.com>
- 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 Fri Nov 7 16:13:05 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package sbc # 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. # Copyright (c) 2012 B1 Systems GmbH, Vohburg, Germany.
# #
# All modifications and additions to the file contributed by third parties # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 %define sonum 1
Name: sbc Name: sbc
Version: 1.3 Version: 1.4
Release: 0 Release: 0
Summary: Bluetooth Low-Complexity, Sub-Band Codec Utilities Summary: Bluetooth Low-Complexity, Sub-Band Codec Utilities
License: GPL-2.0+ License: GPL-2.0-or-later
Group: Hardware/Mobile Group: Hardware/Mobile
Url: http://www.kernel.org/pub/linux/bluetooth Url: http://www.kernel.org/pub/linux/bluetooth
Source: https://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz 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} %package -n libsbc%{sonum}
Summary: Bluetooth Low-Complexity, Sub-Band Codec Library Summary: Bluetooth Low-Complexity, Sub-Band Codec Library
License: LGPL-2.1+ License: LGPL-2.1-or-later
Group: Hardware/Mobile Group: Hardware/Mobile
%description -n libsbc%{sonum} %description -n libsbc%{sonum}
@ -45,7 +45,7 @@ The package contains libraries for using the SBC codec.
%package devel %package devel
Summary: Development files for libsbc%{sonum} Summary: Development files for libsbc%{sonum}
License: GPL-2.0+ License: GPL-2.0-or-later
Group: Development/Sources Group: Development/Sources
Requires: libsbc%{sonum} = %{version} Requires: libsbc%{sonum} = %{version}
@ -72,7 +72,8 @@ rm %{buildroot}/%{_libdir}/libsbc.la
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc ChangeLog README COPYING %license COPYING
%doc ChangeLog README
/usr/bin/sbc* /usr/bin/sbc*
%files -n libsbc%{sonum} %files -n libsbc%{sonum}