This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository nx-libs. from 1dad092 Merge branch '3.6.x' new dfa24dd nx-X11/config/cf/linux.cf: don't override default CC options for {ARM,PPC}{32,64}. new a22213e nx-libs.spec: only remove files in the BuildRoot. new 3d59e2c nxcomp/Makefile.am: call aclocal with the correct include dir argument. 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-X11/config/cf/linux.cf | 5 +---- nx-libs.spec | 2 +- nxcomp/Makefile.am | 2 ++ 3 files 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 master in repository nx-libs. commit dfa24dd8f77edd7102eb21025e4428344d5b60c3 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Dec 15 14:12:25 2017 +0100 nx-X11/config/cf/linux.cf: don't override default CC options for {ARM,PPC}{32,64}. We need -std=c99 to be passed through to the build process. --- nx-X11/config/cf/linux.cf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nx-X11/config/cf/linux.cf b/nx-X11/config/cf/linux.cf index 41c85f3..9a638ae 100644 --- a/nx-X11/config/cf/linux.cf +++ b/nx-X11/config/cf/linux.cf @@ -698,7 +698,6 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion) #endif /* HPArchitecture */ #ifdef Arm32Architecture -# define DefaultCCOptions # ifndef OptimizedCDebugFlags # define OptimizedCDebugFlags -O3 # endif @@ -708,7 +707,6 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion) #endif /* Arm32Achitecture */ #ifdef Arm64Architecture -# define DefaultCCOptions # ifndef OptimizedCDebugFlags # define OptimizedCDebugFlags -O3 # endif @@ -767,7 +765,7 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion) #endif #ifdef Ppc64Architecture -# define DefaultCCOptions -mminimal-toc +# define DefaultCCOptions DefaultCCOptions -mminimal-toc # ifndef OptimizedCDebugFlags # define OptimizedCDebugFlags DefaultGcc2Ppc64Opt # endif @@ -777,7 +775,6 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion) #endif /* Ppc64Architecture */ #ifdef PpcArchitecture -# define DefaultCCOptions # ifndef OptimizedCDebugFlags # define OptimizedCDebugFlags DefaultGcc2PpcOpt # endif -- 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 master in repository nx-libs. commit 3d59e2c309eaaae4712e99ab053898df070cefa9 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Dec 15 15:52:17 2017 +0100 nxcomp/Makefile.am: call aclocal with the correct include dir argument. --- nxcomp/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nxcomp/Makefile.am b/nxcomp/Makefile.am index c1f6226..fec0de1 100644 --- a/nxcomp/Makefile.am +++ b/nxcomp/Makefile.am @@ -2,6 +2,8 @@ SUBDIRS = src test pkgconfig_DATA = nxcomp.pc +ACLOCAL_AMFLAGS = -I m4 + MAINTAINERCLEANFILES = \ $(srcdir)/autom4te.cache/* \ $(srcdir)/build-aux/* \ -- 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 master in repository nx-libs. commit a22213e47e5b53f29dc6ac82d983ce42a98cdfac Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Dec 15 15:20:16 2017 +0100 nx-libs.spec: only remove files in the BuildRoot. We have no intention to remove system libraries. --- nx-libs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx-libs.spec b/nx-libs.spec index 480d08b..d56bc35 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -443,7 +443,7 @@ rm -r %{buildroot}%{_includedir}/nx-X11/extensions/*Xv*.h rm -r %{buildroot}%{_includedir}/nx-X11/Xtrans #Remove our shared libraries' .la files before wrapping up the packages -rm %{_libdir}/*.la +rm %{buildroot}%{_libdir}/*.la %if 0%{?fdupes:1} %fdupes %{buildroot}%{_prefix} -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git