From f95ab87cbea6e085e6676354893a327a6c70e784 Mon Sep 17 00:00:00 2001 From: archana25-ms Date: Fri, 10 Jan 2025 08:01:33 +0000 Subject: [PATCH] Upgrade: speexdip version to 1.2.1 --- .../speexdsp/speexdsp.signatures.json | 4 +- SPECS-EXTENDED/speexdsp/speexdsp.spec | 56 +++++++++++++++---- cgmanifest.json | 4 +- 3 files changed, 50 insertions(+), 14 deletions(-) diff --git a/SPECS-EXTENDED/speexdsp/speexdsp.signatures.json b/SPECS-EXTENDED/speexdsp/speexdsp.signatures.json index 36a61274001..71d1868442b 100644 --- a/SPECS-EXTENDED/speexdsp/speexdsp.signatures.json +++ b/SPECS-EXTENDED/speexdsp/speexdsp.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "speexdsp-1.2.0.tar.gz": "682042fc6f9bee6294ec453f470dadc26c6ff29b9c9e9ad2ffc1f4312fd64771" + "speexdsp-1.2.1.tar.gz": "8c777343e4a6399569c72abc38a95b24db56882c83dbdb6c6424a5f4aeb54d3d" } -} +} \ No newline at end of file diff --git a/SPECS-EXTENDED/speexdsp/speexdsp.spec b/SPECS-EXTENDED/speexdsp/speexdsp.spec index 231da46a66f..310ad5ffe69 100644 --- a/SPECS-EXTENDED/speexdsp/speexdsp.spec +++ b/SPECS-EXTENDED/speexdsp/speexdsp.spec @@ -1,15 +1,16 @@ Vendor: Microsoft Corporation Distribution: Azure Linux Name: speexdsp -Version: 1.2.0 -Release: 2%{?dist} +Version: 1.2.1 +Release: 8%{?dist} Summary: A voice compression format (DSP) -License: BSD -URL: http://www.speex.org/ -Source0: http://downloads.xiph.org/releases/speex/%{name}-%{version}.tar.gz +License: BSD-3-Clause +URL: https://www.speex.org/ +Source0: https://downloads.xiph.org/releases/speex/%{name}-%{version}.tar.gz BuildRequires: gcc +BuildRequires: make # speexdsp was split from speex in 1.2rc2. As speexdsp does not depend on # speex, a versioned conflict is required. Conflicts: speex <= 1.2-0.21.rc1 @@ -59,18 +60,53 @@ find %{buildroot} -type f -name "*.la" -delete %files -%doc AUTHORS COPYING TODO ChangeLog README NEWS doc/manual.pdf +%license COPYING +%doc AUTHORS TODO ChangeLog README NEWS doc/manual.pdf %doc %{_docdir}/speexdsp/manual.pdf -%{_libdir}/libspeexdsp.so.* +%{_libdir}/libspeexdsp.so.1* %files devel -%{_includedir}/speex +%{_includedir}/speex/ %{_libdir}/pkgconfig/speexdsp.pc %{_libdir}/libspeexdsp.so %changelog -* Fri Oct 15 2021 Pawel Winogrodzki - 1.2.0-2 -- Initial CBL-Mariner import from Fedora 32 (license: MIT). +* Fri Jan 10 2025 Archana Shettigar - 1.2.1-8 +- Initial Azure Linux import from Fedora 41 (license: MIT). +- License Verified + +* Sat Jul 20 2024 Fedora Release Engineering - 1.2.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Sat Jan 27 2024 Fedora Release Engineering - 1.2.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sat Jul 22 2023 Fedora Release Engineering - 1.2.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jun 6 2023 Jaroslav Kysela - 1.2.1-4 +- SPDX license + +* Sat Jan 21 2023 Fedora Release Engineering - 1.2.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 1.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Jul 07 2022 David King - 1.2.1-1 +- Update to 1.2.1 (#2098129) + +* Sat Jan 22 2022 Fedora Release Engineering - 1.2.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.2.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 1.2.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jun 11 2020 David King - 1.2.0-1 - Update to 1.2.0 diff --git a/cgmanifest.json b/cgmanifest.json index a89ce2a4c56..7b220aefb9b 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -27956,8 +27956,8 @@ "type": "other", "other": { "name": "speexdsp", - "version": "1.2.0", - "downloadUrl": "http://downloads.xiph.org/releases/speex/speexdsp-1.2.0.tar.gz" + "version": "1.2.1", + "downloadUrl": "https://downloads.xiph.org/releases/speex/speexdsp-1.2.1.tar.gz" } } },