The branch, master has been updated
via c4f347764ecfc30119e0a29e7cc5e1e687b367f0 (commit)
from 6fb00376b0b6906b0da7aeff7188a02f6cabf209 (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 c4f347764ecfc30119e0a29e7cc5e1e687b367f0
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Sun Dec 8 16:00:00 2013 +0100
try avoiding gcc error with libmpc-devel installed
-----------------------------------------------------------------------
Summary of changes:
pinentry-x2go.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/pinentry-x2go.spec b/pinentry-x2go.spec
index 1fca287..fdba5d4 100644
--- a/pinentry-x2go.spec
+++ b/pinentry-x2go.spec
@@ -13,7 +13,7 @@ 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: libcap-devel, ncurses-devel, libmpc-devel
%if 0%{?el5}
BuildRequires: qt4-devel
%else
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).