The branch, master has been updated via 8ddf60146ffd0002c7381cd31a08a1e62bf0ddc9 (commit) from 52e38660023b4492d6abc0f43cc885d915a8dae4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8ddf60146ffd0002c7381cd31a08a1e62bf0ddc9 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Dec 8 15:24:24 2013 +0100 fix package name of build-requirement qt(4)-devel ----------------------------------------------------------------------- Summary of changes: pinentry-x2go.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) The diff of changes is: diff --git a/pinentry-x2go.spec b/pinentry-x2go.spec index 00e85d6..f03a6a4 100644 --- a/pinentry-x2go.spec +++ b/pinentry-x2go.spec @@ -11,10 +11,14 @@ Source0: http://code.x2go.org/releases/source/%name/%name-%version.tar.gz # For compatibility with EPEL5 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) %endif -BuildRequires: autoconf >= 2.57, automake >= 1.7.6 -BuildRequires: gcc-c++ -BuildRequires: libcap-devel, ncurses-devel -BuildRequires: libqt4-devel +BuildRequires: autoconf >= 2.57, automake >= 1.7.6 +BuildRequires: gcc-c++ +BuildRequires: libcap-devel, ncurses-devel +%if 0%{?el5} +BuildRequires: qt4-devel +%else +BuildRequires: qt-devel +%endif %description This package contains a program that allows for entry of PINs or pass hooks/post-receive -- pinentry-x2go.git (PinEntry Dialog (Qt) for X2Go Client) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pinentry-x2go.git" (PinEntry Dialog (Qt) for X2Go Client).