This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository nx-libs. from 8b36b79 fix for last commit new 3fa67b6 fix for last commit(2) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: nx-libs.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository nx-libs. commit 3fa67b6732e108c67cd415a31e94ccd6b0b3bc64 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Dec 3 15:28:59 2014 +0100 fix for last commit(2) --- nx-libs.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nx-libs.spec b/nx-libs.spec index 9914542..05beae5 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -19,7 +19,8 @@ BuildRequires: gcc-c++ BuildRequires: libjpeg-devel BuildRequires: pkgconfig -%if 0%{?sles_version} == 0 && 0%{?suse_version} >= 1230 +# suse_version 1315 is SLE-12 +%if 0%{?suse_version} != 1315 && 0%{?suse_version} >= 1230 BuildRequires: gpg-offline %endif %if 0%{?suse_version} -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git