|
|
@ -1,5 +1,15 @@
|
|
|
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
|
|
|
## (rpmautospec version 0.3.5)
|
|
|
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
|
|
|
release_number = 1;
|
|
|
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
%global sover 3
|
|
|
|
%global sover 3
|
|
|
|
%global aom_version v3.7.0
|
|
|
|
%global aom_version v3.7.1
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} >= 9
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} >= 9
|
|
|
|
%ifarch x86_64
|
|
|
|
%ifarch x86_64
|
|
|
@ -9,8 +19,8 @@
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Name: aom
|
|
|
|
Name: aom
|
|
|
|
Version: 3.7.0
|
|
|
|
Version: 3.7.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Royalty-free next-generation video format
|
|
|
|
Summary: Royalty-free next-generation video format
|
|
|
|
|
|
|
|
|
|
|
|
License: BSD-3-Clause
|
|
|
|
License: BSD-3-Clause
|
|
|
@ -117,9 +127,18 @@ rm -rvf %{buildroot}%{_libdir}/libaom.a
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Nov 29 2023 Fabio Valentini <decathorpe@gmail.com> - 3.7.1-1
|
|
|
|
|
|
|
|
- Update to version 3.7.1; Fixes RHBZ#2250720
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 13 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 3.7.0-1
|
|
|
|
* Fri Oct 13 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 3.7.0-1
|
|
|
|
- Update to 3.7.0
|
|
|
|
- Update to 3.7.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 01 2023 Fabio Valentini <decathorpe@gmail.com> - 3.7.0-1
|
|
|
|
|
|
|
|
- Update to version 3.7.0; Fixes RHBZ#2236624
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jul 02 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 3.6.1-1
|
|
|
|
* Sun Jul 02 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 3.6.1-1
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
|
@ -234,3 +253,4 @@ rm -rvf %{buildroot}%{_libdir}/libaom.a
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 07 2018 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-1
|
|
|
|
* Wed Mar 07 2018 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-1
|
|
|
|
- First RPM release
|
|
|
|
- First RPM release
|
|
|
|
|
|
|
|
|
|
|
|