1.13.0
This commit is contained in:
parent
1e7465e270
commit
538b374c15
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@ libvpx-0.9.1.tar.bz2
|
||||
/v1.10.0.tar.gz
|
||||
/v1.11.0.tar.gz
|
||||
/v1.12.0.tar.gz
|
||||
/v1.13.0.tar.gz
|
||||
|
11
libvpx.spec
11
libvpx.spec
@ -1,12 +1,12 @@
|
||||
%global somajor 7
|
||||
%global somajor 8
|
||||
%global sominor 0
|
||||
%global sotiny 0
|
||||
%global soversion %{somajor}.%{sominor}.%{sotiny}
|
||||
|
||||
Name: libvpx
|
||||
Summary: VP8/VP9 Video Codec SDK
|
||||
Version: 1.12.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.13.0
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Source0: https://github.com/webmproject/libvpx/archive/v%{version}.tar.gz
|
||||
Source1: vpx_config.h
|
||||
@ -22,7 +22,6 @@ BuildRequires: yasm
|
||||
BuildRequires: doxygen, php-cli, perl(Getopt::Long)
|
||||
# Do not disable FORTIFY_SOURCE=2
|
||||
Patch0: libvpx-1.7.0-leave-fortify-source-on.patch
|
||||
Patch1: libvpx-configure-c99.patch
|
||||
|
||||
%description
|
||||
libvpx provides the VP8/VP9 SDK, which allows you to integrate your applications
|
||||
@ -48,7 +47,6 @@ and decoder.
|
||||
%prep
|
||||
%setup -q -n libvpx-%{version}
|
||||
%patch0 -p1 -b .leave-fs-on
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
|
||||
@ -235,6 +233,9 @@ rm -rf %{buildroot}%{_prefix}/src
|
||||
%{_bindir}/*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 15 2023 Tom Callaway <spot@fedoraproject.org> - 1.13.0-1
|
||||
- update to 1.13.0
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v1.12.0.tar.gz) = dc059bc3102b75524ae29989372334b3e0f2acf1520e5a4daa4073831bb55949d82897c498fb9d2d38b59f1a66bb0ad24407d0d086b1e3a8394a4933f04f2ed0
|
||||
SHA512 (v1.13.0.tar.gz) = 686cb526b46d5a054d35263b24f54e977149a244e97c95bcdd9aba2d75e045b2d51be2b7f9754302826b4c5450ee2f177f440b41c04c83b8b1661f1c14301c60
|
||||
|
Loading…
Reference in New Issue
Block a user