Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
415a597613 | ||
|
|
3c15dbcce7 |
||
|
|
a795b77aa3 |
1 changed files with 8 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Summary: The Vorbis General Audio Compression Codec tools
|
||||
Name: vorbis-tools
|
||||
Version: 1.4.3
|
||||
Release: 5%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Epoch: 1
|
||||
# Automatically converted from old format: GPLv2 - review is highly recommended.
|
||||
License: GPL-2.0-only
|
||||
|
|
@ -23,6 +23,7 @@ BuildRequires: libao-devel
|
|||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libvorbis-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: opusfile-devel
|
||||
BuildRequires: speex-devel
|
||||
Obsoletes: vorbis < %{epoch}:%{version}-%{release}
|
||||
Provides: vorbis = %{epoch}:%{version}-%{release}
|
||||
|
|
@ -64,6 +65,12 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}*
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.4.3-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Tue Jun 09 2026 Leigh Scott <leigh123linux@gmail.com> - 1:1.4.3-6
|
||||
- enable opusfile support
|
||||
|
||||
* Tue Jun 09 2026 Lukáš Zaoral <lzaoral@redhat.com> - 1:1.4.3-5
|
||||
- CVE-2026-34253 - fix arbitrary code execution via buffer underflow (rhbz#2479549)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue