Explicit version build dependency for fltk (bug #1208814).
Resolves: rhbz#1208814
(cherry picked from commit e984495473)
This commit is contained in:
parent
092df3f7e8
commit
07a335ed9d
@ -1,6 +1,6 @@
|
||||
Name: tigervnc
|
||||
Version: 1.4.3
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A TigerVNC remote display system
|
||||
|
||||
%global _hardened_build 1
|
||||
@ -25,7 +25,10 @@ BuildRequires: mesa-libGL-devel, libXinerama-devel, ImageMagick
|
||||
BuildRequires: freetype-devel, libXdmcp-devel
|
||||
BuildRequires: desktop-file-utils, java-devel, jpackage-utils
|
||||
BuildRequires: libjpeg-turbo-devel, gnutls-devel, pam-devel
|
||||
BuildRequires: systemd, cmake, fltk-devel
|
||||
BuildRequires: systemd, cmake
|
||||
# TigerVNC 1.4.x requires fltk 1.3.3 for keyboard handling support
|
||||
# See https://github.com/TigerVNC/tigervnc/issues/8, also bug #1208814
|
||||
BuildRequires: fltk-devel >= 1.3.3
|
||||
%ifnarch s390 s390x
|
||||
BuildRequires: xorg-x11-server-devel
|
||||
%endif
|
||||
@ -345,6 +348,9 @@ fi
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 16 2015 Tim Waugh <twaugh@redhat.com> - 1.4.3-3
|
||||
- Explicit version build dependency for fltk (bug #1208814).
|
||||
|
||||
* Fri Mar 6 2015 Tim Waugh <twaugh@redhat.com> - 1.4.3-2
|
||||
- Don't disable Xinerama extension (upstream #147).
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user