Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade: sbc version to 2.0 #11821

Open
wants to merge 1 commit into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SPECS-EXTENDED/sbc/sbc.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"sbc-1.4.tar.xz": "518bf46e6bb3dc808a95e1eabad26fdebe8a099c1e781c27ed7fca6c2f4a54c9"
"sbc-2.0.tar.xz": "8f12368e1dbbf55e14536520473cfb338c84b392939cc9b64298360fd4a07992"
}
}
47 changes: 41 additions & 6 deletions SPECS-EXTENDED/sbc/sbc.spec
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Vendor: Microsoft Corporation
Distribution: Azure Linux
Name: sbc
Version: 1.4
Version: 2.0
Release: 6%{?dist}
Summary: Sub Band Codec used by bluetooth A2DP

License: GPLv2 and LGPLv2+
URL: http://www.bluez.org
Source0: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz
License: GPL-2.0-only AND LGPL-2.1-or-later
URL: https://www.bluez.org
Source0: https://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz

BuildRequires: make
BuildRequires: gcc
BuildRequires: libsndfile-devel
Requires: lib%{name}%{?_isa} = %{version}-%{release}
Expand Down Expand Up @@ -66,8 +67,42 @@ find %{buildroot} -type f -name "*.la" -delete
%{_libdir}/libsbc.so

%changelog
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 1.4-6
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
* Wed Jan 08 2025 Archana Shettigar <[email protected]> - 2.0-6
- Initial Azure Linux import from Fedora 41 (license: MIT).
- License Verified

* Sat Jul 20 2024 Fedora Release Engineering <[email protected]> - 2.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

* Sat Jan 27 2024 Fedora Release Engineering <[email protected]> - 2.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Sat Jul 22 2023 Fedora Release Engineering <[email protected]> - 2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

* Sat Jan 21 2023 Fedora Release Engineering <[email protected]> - 2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Fri Nov 11 2022 Peter Robinson <[email protected]> - 2.0-1
- Update to 2.0

* Sat Jul 23 2022 Fedora Release Engineering <[email protected]> - 1.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Sat Jan 22 2022 Fedora Release Engineering <[email protected]> - 1.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Fri Jul 23 2021 Fedora Release Engineering <[email protected]> - 1.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Tue Jun 15 2021 Peter Robinson <[email protected]> - 1.5-1
- Update to 1.5

* Wed Jan 27 2021 Fedora Release Engineering <[email protected]> - 1.4-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

* Wed Jul 29 2020 Fedora Release Engineering <[email protected]> - 1.4-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Thu Jan 30 2020 Fedora Release Engineering <[email protected]> - 1.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -27174,8 +27174,8 @@
"type": "other",
"other": {
"name": "sbc",
"version": "1.4",
"downloadUrl": "http://www.kernel.org/pub/linux/bluetooth/sbc-1.4.tar.xz"
"version": "2.0",
"downloadUrl": "https://www.kernel.org/pub/linux/bluetooth/sbc-2.0.tar.xz"
}
}
},
Expand Down