From c8d2aa31441f51302795d80eadd054b51a79cb93 Mon Sep 17 00:00:00 2001 From: AkarshHCL Date: Wed, 20 Nov 2024 14:49:00 +0000 Subject: [PATCH] Upgrade:Libogg to version 1.3.5 --- SPECS-EXTENDED/libogg/libogg.signatures.json | 2 +- SPECS-EXTENDED/libogg/libogg.spec | 16 +++++++++------- cgmanifest.json | 4 ++-- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/SPECS-EXTENDED/libogg/libogg.signatures.json b/SPECS-EXTENDED/libogg/libogg.signatures.json index 190a1ad8a2a..add6fedf207 100644 --- a/SPECS-EXTENDED/libogg/libogg.signatures.json +++ b/SPECS-EXTENDED/libogg/libogg.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "libogg-1.3.4.tar.xz": "c163bc12bc300c401b6aa35907ac682671ea376f13ae0969a220f7ddf71893fe" + "libogg-1.3.5.tar.xz": "c4d91be36fc8e54deae7575241e03f4211eb102afb3fc0775fbbc1b740016705" } } diff --git a/SPECS-EXTENDED/libogg/libogg.spec b/SPECS-EXTENDED/libogg/libogg.spec index 3e30c694138..2874d63dd51 100644 --- a/SPECS-EXTENDED/libogg/libogg.spec +++ b/SPECS-EXTENDED/libogg/libogg.spec @@ -2,14 +2,15 @@ Vendor: Microsoft Corporation Distribution: Azure Linux Summary: The Ogg bitstream file format library Name: libogg -Version: 1.3.4 -Release: 4%{?dist} -License: BSD +Version: 1.3.5 +Release: 1%{?dist} +License: BSD-3-Clause URL: http://www.xiph.org/ Source: http://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.xz BuildRequires: gcc +BuildRequires: make %description Libogg is a library for manipulating Ogg bitstream file formats. @@ -44,14 +45,12 @@ Documentation for developing applications with libogg %build -sed -i "s|-O20|$RPM_OPT_FLAGS|" configure -sed -i "s|-ffast-math||" configure %configure --disable-static -make %{?_smp_mflags} +%make_build %install -make DESTDIR=$RPM_BUILD_ROOT install +%make_install rm -f $RPM_BUILD_ROOT%{_libdir}/*.la @@ -81,6 +80,9 @@ mv $RPM_BUILD_ROOT%{_docdir}/%{name} __installed_docs %changelog +* Wed Nov 20 2024 Akarsh Chaudhary - 1.3.5-1 +- Upgrade to version 1.3.5 + * Mon Nov 01 2021 Muhammad Falak - 1.3.4-4 - Remove epoch diff --git a/cgmanifest.json b/cgmanifest.json index 59ac79df69a..6820aa759fa 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -10381,8 +10381,8 @@ "type": "other", "other": { "name": "libogg", - "version": "1.3.4", - "downloadUrl": "http://downloads.xiph.org/releases/ogg/libogg-1.3.4.tar.xz" + "version": "1.3.5", + "downloadUrl": "http://downloads.xiph.org/releases/ogg/libogg-1.3.5.tar.xz" } } },