diff --git a/.gitignore b/.gitignore index a30c0a1..bfae560 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/spice-protocol-0.14.0.tar.bz2 +SOURCES/spice-protocol-0.14.2.tar.xz SOURCES/victortoso-E37A484F.keyring diff --git a/.spice-protocol.metadata b/.spice-protocol.metadata index 5e41b01..55643b7 100644 --- a/.spice-protocol.metadata +++ b/.spice-protocol.metadata @@ -1,2 +1,2 @@ -8958c5eb11c67ac213cc6d55a736e9aa51526137 SOURCES/spice-protocol-0.14.0.tar.bz2 +8fccd24bd7f1daa1e0190ed0fac8ead59fbdf58f SOURCES/spice-protocol-0.14.2.tar.xz da7a529db1ea28a1540c5892ea9836abeb378c3e SOURCES/victortoso-E37A484F.keyring diff --git a/SOURCES/spice-protocol-0.14.0.tar.bz2.sig b/SOURCES/spice-protocol-0.14.0.tar.bz2.sig deleted file mode 100644 index 03db15f..0000000 Binary files a/SOURCES/spice-protocol-0.14.0.tar.bz2.sig and /dev/null differ diff --git a/SOURCES/spice-protocol-0.14.2.tar.xz.sig b/SOURCES/spice-protocol-0.14.2.tar.xz.sig new file mode 100644 index 0000000..02e3c25 Binary files /dev/null and b/SOURCES/spice-protocol-0.14.2.tar.xz.sig differ diff --git a/SPECS/spice-protocol.spec b/SPECS/spice-protocol.spec index f0933b3..e55e11c 100644 --- a/SPECS/spice-protocol.spec +++ b/SPECS/spice-protocol.spec @@ -1,18 +1,19 @@ Name: spice-protocol -Version: 0.14.0 +Version: 0.14.2 Release: 1%{?dist} Summary: Spice protocol header files Group: Development/Libraries # Main headers are BSD, controller / foreign menu are LGPL License: BSD and LGPLv2+ URL: https://www.spice-space.org/ -Source0: https://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2 -Source1: https://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2.sig +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: git-core BuildRequires: gnupg2 +BuildRequires: meson %description Header files describing the spice protocol @@ -24,11 +25,11 @@ gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0} %autosetup -S git_am %build -%configure -make %{?_smp_mflags} +%meson +%meson_build %install -make DESTDIR=%{buildroot} install +%meson_install %files @@ -38,6 +39,14 @@ make DESTDIR=%{buildroot} install %changelog +* Fri May 15 2020 Victor Toso - 0.14.2-1 +- Update to 0.14.2 + Resolves: rhbz#1817451 + +* Tue May 05 2020 Victor Toso - 0.14.1-1 +- Update to 0.14.1 + Resolves: rhbz#1817451 + * Fri May 17 2019 Victor Toso - 0.14.0-1 - Update to 0.14.0 Resolves: rhbz#1711253