[packages/qemu] fixed R: vte - the package is built with 2.91 (0.58.3) but requires the old version via forked packa
gotar
gotar at pld-linux.org
Sun Dec 8 11:41:42 CET 2019
commit 4fd23c559d5b1e5a0cdc585c9803a96577c21a4e
Author: Tomasz Pala <gotar at polanet.pl>
Date: Sun Dec 8 11:39:25 2019 +0100
fixed R: vte - the package is built with 2.91 (0.58.3) but requires the
old version via forked package (which doesn't P: vte anyway)
qemu.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/qemu.spec b/qemu.spec
index c18cbb7..b7edef8 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -128,7 +128,7 @@ BuildRequires: xorg-lib-libX11-devel
BuildRequires: zlib-devel
%if %{with gtk3}
BuildRequires: gtk+3-devel >= 3.14.0
-%{?with_vte:BuildRequires: vte2.90-devel >= 0.32.0}
+%{?with_vte:BuildRequires: vte-devel >= 0.32.0}
%endif
%if %{with user_static}
BuildRequires: glib2-static
@@ -179,7 +179,7 @@ Requires: usbredir >= 0.6 \
%endif \
%if %{with gtk3} \
Requires: gtk+3 >= 3.14.0 \
-%{?with_vte:Requires: vte2.90 >= 0.32.0} \
+%{?with_vte:Requires: vte >= 0.32.0} \
%endif
# don't strip/chrpath anything in there; these are boot images, roms etc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/qemu.git/commitdiff/4fd23c559d5b1e5a0cdc585c9803a96577c21a4e
More information about the pld-cvs-commit
mailing list