Update to 1.9.92

Add GPG verification of source tarball
This commit is contained in:
Michael Catanzaro 2021-05-14 14:08:26 -05:00
parent aa8aa9b8ee
commit f43770aa5b
4 changed files with 16 additions and 2 deletions

2
.gitignore vendored
View File

@ -14,3 +14,5 @@
/wpebackend-fdo-1.9.1.tar.xz
/wpebackend-fdo-1.9.90.tar.xz
/wpebackend-fdo-1.9.91.tar.xz
/wpebackend-fdo-1.9.92.tar.xz
/wpebackend-fdo-1.9.92.tar.xz.asc

Binary file not shown.

View File

@ -1 +1,2 @@
SHA512 (wpebackend-fdo-1.9.91.tar.xz) = c8c155bd263b5cb4cefd17d6e487b4c7cba732868b07161fc3f3bd13780d82b93894904cd6262e1c32555096aa16108007530743311006a4641b365993cdb682
SHA512 (wpebackend-fdo-1.9.92.tar.xz) = 7ec0459307a74866e507556092aa39e36f63194e18e4677a423070d0dc35d58ad6a98950951b775409a1d8f092d88c8a3b453e2e23f57e5fa6b7e6256179ca20
SHA512 (wpebackend-fdo-1.9.92.tar.xz.asc) = 098b0f4799cf2224f5cb317e150bc2f3873737f7a75569a5b5aaf4162b352d02071f6795bce9eee582df61505f493d019f5dc62c3768e400145bc355619a964c

View File

@ -1,15 +1,21 @@
%undefine __cmake_in_source_build
Name: wpebackend-fdo
Version: 1.9.91
Version: 1.9.92
Release: 1%{?dist}
Summary: A WPE backend designed for Linux desktop systems
License: BSD
URL: https://github.com/Igalia/%{name}
Source0: https://github.com/Igalia/%{name}/archive/%{version}/%{name}-%{version}.tar.xz
Source1: https://github.com/Igalia/%{name}/archive/%{version}/%{name}-%{version}.tar.xz.asc
# Created from https://keys.openpgp.org/vks/v1/by-fingerprint/5AA3BC334FD7E3369E7C77B291C559DBE4C9123B
# $ gpg --import 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B.asc
# $ gpg2 --export --export-options export-minimal 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B > gpgkey-5AA3BC334FD7E3369E7C77B291C559DBE4C9123B.gpg
Source2: gpgkey-5AA3BC334FD7E3369E7C77B291C559DBE4C9123B.gpg
BuildRequires: gcc-c++
BuildRequires: gnupg2
BuildRequires: meson
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(epoxy)
@ -32,6 +38,7 @@ The %{name}-devel package contains libraries, build data, and header
files for developing applications that use %{name}.
%prep
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
%autosetup -p1 -n %{name}-%{version}
%build
@ -53,6 +60,10 @@ files for developing applications that use %{name}.
%{_libdir}/pkgconfig/wpebackend-fdo-1.0.pc
%changelog
* Fri May 14 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.9.92-1
- Update to 1.9.92
- Add GPG verification of source tarball
* Fri Apr 30 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.9.91-1
- Update to 1.9.91