1.10.0-rc1
This commit is contained in:
parent
b0c9fe60a1
commit
cd3c5dad5c
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ libvpx-0.9.1.tar.bz2
|
|||||||
/v1.8.1.tar.gz
|
/v1.8.1.tar.gz
|
||||||
/v1.8.2.tar.gz
|
/v1.8.2.tar.gz
|
||||||
/v1.9.0.tar.gz
|
/v1.9.0.tar.gz
|
||||||
|
/v1.10.0-rc1.tar.gz
|
||||||
|
15
libvpx.spec
15
libvpx.spec
@ -1,15 +1,17 @@
|
|||||||
%global somajor 6
|
%global somajor 6
|
||||||
%global sominor 0
|
%global sominor 3
|
||||||
%global sotiny 0
|
%global sotiny 0
|
||||||
%global soversion %{somajor}.%{sominor}.%{sotiny}
|
%global soversion %{somajor}.%{sominor}.%{sotiny}
|
||||||
|
|
||||||
|
%global prever rc1
|
||||||
|
|
||||||
Name: libvpx
|
Name: libvpx
|
||||||
Summary: VP8/VP9 Video Codec SDK
|
Summary: VP8/VP9 Video Codec SDK
|
||||||
Version: 1.9.0
|
Version: 1.10.0
|
||||||
Release: 3%{?dist}
|
Release: 0.1.%{prever}%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
#Source0: http://downloads.webmproject.org/releases/webm/%{name}-%{version}.tar.bz2
|
#Source0: http://downloads.webmproject.org/releases/webm/%{name}-%{version}.tar.bz2
|
||||||
Source0: https://github.com/webmproject/libvpx/archive/v%{version}.tar.gz
|
Source0: https://github.com/webmproject/libvpx/archive/v%{version}-%{prever}.tar.gz
|
||||||
Source1: vpx_config.h
|
Source1: vpx_config.h
|
||||||
# Thanks to debian.
|
# Thanks to debian.
|
||||||
Source2: libvpx.ver
|
Source2: libvpx.ver
|
||||||
@ -46,7 +48,7 @@ A selection of utilities and tools for VP8, including a sample encoder
|
|||||||
and decoder.
|
and decoder.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n libvpx-%{version}
|
%setup -q -n libvpx-%{version}-%{prever}
|
||||||
%patch0 -p1 -b .leave-fs-on
|
%patch0 -p1 -b .leave-fs-on
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -233,6 +235,9 @@ rm -rf %{buildroot}%{_prefix}/src
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 8 2021 Tom Callaway <spot@fedoraproject.org> - 1.10.0-0.1.rc1
|
||||||
|
- update to 1.10.0-rc1
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-3
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (v1.9.0.tar.gz) = 8d544552b35000ea5712aec220b78bb5f7dc210704b2f609365214cb95a4f5a0e343b362723d829cb4a9ac203b10d5443700ba84b28fd6b2fefbabb40663e298
|
SHA512 (v1.10.0-rc1.tar.gz) = 91458f12ebb6598635f773c2e6c8060b06dedda2731349832a43af7e2d6a76ff736e4831d768a0e96ab0b9266dd3f0e179937878440f18db52df621cc653f0db
|
||||||
|
Loading…
Reference in New Issue
Block a user