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:Libogg to version 1.3.5 #11158

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/libogg/libogg.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"libogg-1.3.4.tar.xz": "c163bc12bc300c401b6aa35907ac682671ea376f13ae0969a220f7ddf71893fe"
"libogg-1.3.5.tar.xz": "c4d91be36fc8e54deae7575241e03f4211eb102afb3fc0775fbbc1b740016705"
}
}
16 changes: 9 additions & 7 deletions SPECS-EXTENDED/libogg/libogg.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -81,6 +80,9 @@ mv $RPM_BUILD_ROOT%{_docdir}/%{name} __installed_docs


%changelog
* Wed Nov 20 2024 Akarsh Chaudhary <[email protected]> - 1.3.5-1
- Upgrade to version 1.3.5

* Mon Nov 01 2021 Muhammad Falak <[email protected]> - 1.3.4-4
- Remove epoch

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down