Update to 0.14.2

This commit is contained in:
Victor Toso 2020-05-15 16:54:11 +02:00
parent 7d65b0e430
commit d48d1b389a
3 changed files with 22 additions and 7 deletions

3
.gitignore vendored
View File

@ -1,2 +1,5 @@
/spice-protocol-*.tar.bz2 /spice-protocol-*.tar.bz2
/spice-protocol-*.tar.bz2.sign /spice-protocol-*.tar.bz2.sign
/spice-protocol-0.14.2.tar.xz
/spice-protocol-0.14.2.tar.xz.sig
/victortoso-E37A484F.keyring

View File

@ -1 +1,3 @@
SHA512 (spice-protocol-0.14.1.tar.bz2) = 88b0e652564a1f826ee6d3c165ab05c40d13f366567db3840805f03d433d13d7f722225219c26759770d2cde33221fe6d97528521d0eb14bc069cd7ce9af8482 SHA512 (spice-protocol-0.14.2.tar.xz) = 181015f0f56d679ebfdbd6dbed37b50b1c0be550a714e8faf70624631d9a246fe68454eb44a1bae1765e1739f2d7469ab767c44f49776751826a4919ec88160e
SHA512 (spice-protocol-0.14.2.tar.xz.sig) = 793fa91d55c6e65de7f677bee90aaaeb92f0337bd2791ceb3063f99e34e8467b39015fb7839cc62dab3de822dfc84030b1a8175b17f5656db9b941d6b54d088b
SHA512 (victortoso-E37A484F.keyring) = 091755da8a358c8c8ebd3b5443b4b5eb3c260afed943454c085d48c973de6a42763547c321c64e4da5c1b2983ad0c5146aaeddeb1d54ef414f7e6a530a3bf14a

View File

@ -1,12 +1,17 @@
Name: spice-protocol Name: spice-protocol
Version: 0.14.1 Version: 0.14.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Spice protocol header files Summary: Spice protocol header files
# Main headers are BSD, controller / foreign menu are LGPL # Main headers are BSD, controller / foreign menu are LGPL
License: BSD and LGPLv2+ License: BSD and LGPLv2+
URL: http://www.spice-space.org/ URL: https://www.spice-space.org/
Source0: http://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2 Source0: https://www.spice-space.org/download/releases/%{name}-%{version}.tar.xz
Source1: https://www.spice-space.org/download/releases/%{name}-%{version}.tar.xz.sig
Source2: victortoso-E37A484F.keyring
BuildArch: noarch BuildArch: noarch
BuildRequires: gnupg2
BuildRequires: meson
%description %description
Header files describing the spice protocol Header files describing the spice protocol
@ -14,14 +19,15 @@ and the para-virtual graphics card QXL.
%prep %prep
gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
%autosetup -p1 %autosetup -p1
%build %build
%configure %meson
make %{?_smp_mflags} %meson_build
%install %install
make DESTDIR=%{buildroot} install %meson_install
%files %files
@ -31,6 +37,10 @@ make DESTDIR=%{buildroot} install
%changelog %changelog
* Fri May 15 2020 Victor Toso <victortoso@redhat.com> - 0.14.2-1
- Update to 0.14.2 release (now using meson only)
- Add gpg check to release's signature
* Sat Mar 7 2020 Victor Toso <victortoso@redhat.com> - 0.14.1-1 * Sat Mar 7 2020 Victor Toso <victortoso@redhat.com> - 0.14.1-1
- Update to 0.14.1 release - Update to 0.14.1 release