This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch 3.6.x in repository nx-libs. from a110b0c Merge branch 'uli42-pr/update_fb' into 3.6.x new 88efaf8 nx-libs.spec: only apply ppc64le workaround when compiled against RHEL/EPEL 7. new 6449b55 nx-libs.spec: build-depend on libtirpc-devel for rpc/rpc.h and friends on Fedora 28+. new cbdae3b nx-libs.spec: delete useless cond_noarch macro that has never been used. The 3 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 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/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 3.6.x in repository nx-libs. commit 88efaf8afcdfdfab8fadd004088fb6c360186753 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Feb 7 22:21:35 2018 +0100 nx-libs.spec: only apply ppc64le workaround when compiled against RHEL/EPEL 7. --- nx-libs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx-libs.spec b/nx-libs.spec index 748ca3d..f68437d 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -1,7 +1,7 @@ %global _hardened_build 1 # Override values for specific architectures. -%ifarch ppc64le +%ifarch ppc64le && 0%{?rhel} == 7 # Works around https://bugs.centos.org/view.php?id=13779 / https://bugzilla.redhat.com/show_bug.cgi?id=1489712 # Compilation failure on PPC64LE due to a compiler bug. # REMEMBER TO REMOVE ONCE DOWNSTREAM FIXES THE ISSUE! -- Alioth's /home/x2go-admin/maintenancescripts/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 3.6.x in repository nx-libs. commit 6449b554837e0c8c566a00a7342fd787711d57ca Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Feb 7 22:28:02 2018 +0100 nx-libs.spec: build-depend on libtirpc-devel for rpc/rpc.h and friends on Fedora 28+. These headers have been obsoleted in glibc and are not shipped by default any longer. Fedora follows suit. --- nx-libs.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nx-libs.spec b/nx-libs.spec index f68437d..051f14e 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -120,6 +120,11 @@ BuildRequires: xorg-x11-font-utils BuildRequires: xorg-x11-proto-devel BuildRequires: zlib-devel +# RPC headers. Fedora 28+ phased them out of glibc, like upstream did. +%if 0%{?fedora} > 27 +BuildRequires: libtirpc-devel +%endif + %if 0%{?suse_version} >= 1130 || 0%{?fedora} %define cond_noarch BuildArch: noarch %else -- Alioth's /home/x2go-admin/maintenancescripts/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 3.6.x in repository nx-libs. commit cbdae3b71bfc654cfc0c81b1ddf51975bcb93146 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Feb 7 22:29:41 2018 +0100 nx-libs.spec: delete useless cond_noarch macro that has never been used. --- nx-libs.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nx-libs.spec b/nx-libs.spec index 051f14e..7242e8b 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -125,12 +125,6 @@ BuildRequires: zlib-devel BuildRequires: libtirpc-devel %endif -%if 0%{?suse_version} >= 1130 || 0%{?fedora} -%define cond_noarch BuildArch: noarch -%else -%define cond_noarch %nil -%endif - Obsoletes: nx < 3.5.0-19 Provides: nx = %{version}-%{release} Provides: nx%{?_isa} = %{version}-%{release} -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git