The branch, master has been updated via 097b12ec1fbc0990c42ffab7fb123ab7e234f12a (commit) from 44d22a994e8ae76d2a14b995eed5013ff5a1b32d (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 097b12ec1fbc0990c42ffab7fb123ab7e234f12a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Dec 10 13:45:49 2013 +0100 pinentry-x2go.spec: gcc-c++ does not seem to be required for Fedora 19+20 ----------------------------------------------------------------------- Summary of changes: pinentry-x2go.spec | 2 ++ 1 file changed, 2 insertions(+) The diff of changes is: diff --git a/pinentry-x2go.spec b/pinentry-x2go.spec index e54126f..c034b80 100644 --- a/pinentry-x2go.spec +++ b/pinentry-x2go.spec @@ -12,7 +12,9 @@ Source0: http://code.x2go.org/releases/source/%name/%name-%version.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) %endif BuildRequires: autoconf >= 2.57, automake >= 1.7.6 +%if 0%{!?fe19} || 0%{!?fe20} BuildRequires: gcc-c++ +%endif BuildRequires: libcap-devel, ncurses-devel %if 0%{?el5} || 0%{?el6} BuildRequires: qt4-devel 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).