From b1009508bf69fde8b96c54a93c434d03568dd197 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 15 Mar 2024 01:01:27 +0300 Subject: [PATCH] import aom-3.8.2-1.el9 --- .aom.metadata | 2 +- .gitignore | 2 +- SPECS/aom.spec | 31 +++++++++++++++++++++++++++++-- 3 files changed, 31 insertions(+), 4 deletions(-) diff --git a/.aom.metadata b/.aom.metadata index b4d9caa..18e9746 100644 --- a/.aom.metadata +++ b/.aom.metadata @@ -1 +1 @@ -118e136bfd131262ce98665530670ec5628f9524 SOURCES/aom-3.8.0.tar.gz +b331736bd7c6389c36ecf1fd61b1c98c008d3492 SOURCES/aom-3.8.2.tar.gz diff --git a/.gitignore b/.gitignore index e2c8e05..c5ef5ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/aom-3.8.0.tar.gz +SOURCES/aom-3.8.2.tar.gz diff --git a/SPECS/aom.spec b/SPECS/aom.spec index 21e8783..8255d76 100644 --- a/SPECS/aom.spec +++ b/SPECS/aom.spec @@ -1,5 +1,5 @@ ## START: Set by rpmautospec -## (rpmautospec version 0.3.5) +## (rpmautospec version 0.6.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; @@ -15,11 +15,15 @@ %ifarch x86_64 %bcond_without vmaf %endif +%if 0%{?fedora} >= 40 +%bcond_with jpegxl +%else %bcond_without jpegxl %endif +%endif Name: aom -Version: 3.8.0 +Version: 3.8.2 Release: %autorelease Summary: Royalty-free next-generation video format @@ -127,6 +131,28 @@ rm -rvf %{buildroot}%{_libdir}/libaom.a %{_libdir}/pkgconfig/%{name}.pc %changelog +## START: Generated by rpmautospec +* Thu Mar 14 2024 Fabio Valentini - 3.8.2-1 +- Update to version 3.8.2; Fixes RHBZ#2258897 + +* Wed Mar 13 2024 Sérgio M. Basto - 3.8.0-7 +- Rebuild for jpegxl (libjxl) 0.10.2 + +* Wed Feb 14 2024 Sérgio M. Basto - 3.8.0-6 +- fix previous commit + +* Wed Feb 14 2024 Sérgio M. Basto - 3.8.0-5 +- Disable jpegxl on Fedora 40+ jpegxl 0.9 removed butteraugli api + +* Wed Feb 14 2024 Sérgio M. Basto - 3.8.0-4 +- Rebuild for jpegxl (libjxl) 0.9.2 with soname bump + +* Mon Jan 22 2024 Fedora Release Engineering - 3.8.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jan 19 2024 Fedora Release Engineering - 3.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Thu Dec 28 2023 Fabio Valentini - 3.8.0-1 - Update to version 3.8.0; Fixes RHBZ#2252498 @@ -257,3 +283,4 @@ rm -rvf %{buildroot}%{_libdir}/libaom.a * Wed Mar 07 2018 Robert-André Mauchin - 1.0.0-1 - First RPM release +## END: Generated by rpmautospec