From d48d1b389a19fcb1d331ba86ddb262d1e6dccda4 Mon Sep 17 00:00:00 2001 From: Victor Toso Date: Fri, 15 May 2020 16:54:11 +0200 Subject: [PATCH] Update to 0.14.2 --- .gitignore | 3 +++ sources | 4 +++- spice-protocol.spec | 22 ++++++++++++++++------ 3 files changed, 22 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 9be4f30..fb1de87 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ /spice-protocol-*.tar.bz2 /spice-protocol-*.tar.bz2.sign +/spice-protocol-0.14.2.tar.xz +/spice-protocol-0.14.2.tar.xz.sig +/victortoso-E37A484F.keyring diff --git a/sources b/sources index ef0c201..b7b47fb 100644 --- a/sources +++ b/sources @@ -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 diff --git a/spice-protocol.spec b/spice-protocol.spec index 162c037..73b8c35 100644 --- a/spice-protocol.spec +++ b/spice-protocol.spec @@ -1,12 +1,17 @@ Name: spice-protocol -Version: 0.14.1 +Version: 0.14.2 Release: 1%{?dist} Summary: Spice protocol header files # Main headers are BSD, controller / foreign menu are LGPL License: BSD and LGPLv2+ -URL: http://www.spice-space.org/ -Source0: http://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2 +URL: https://www.spice-space.org/ +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 +BuildRequires: gnupg2 +BuildRequires: meson %description Header files describing the spice protocol @@ -14,14 +19,15 @@ and the para-virtual graphics card QXL. %prep +gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0} %autosetup -p1 %build -%configure -make %{?_smp_mflags} +%meson +%meson_build %install -make DESTDIR=%{buildroot} install +%meson_install %files @@ -31,6 +37,10 @@ make DESTDIR=%{buildroot} install %changelog +* Fri May 15 2020 Victor Toso - 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 - 0.14.1-1 - Update to 0.14.1 release