This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch 3.6.x-rpm-debug in repository nx-libs. from cea14ba Export UseTIRPC in env instead. new e1e4d23 Revert "Export UseTIRPC in env instead." new fc396a7 nx-X11/Makefile: pass down UseTIRPC via IMAKE_DEFINES in a pretty ugly way. The 2 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/Makefile | 1 + nx-libs.spec | 8 ++++---- 2 files changed, 5 insertions(+), 4 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-rpm-debug in repository nx-libs. commit e1e4d237cb91acdd59e0225b961edd40c764932c Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Mar 9 10:29:19 2018 +0100 Revert "Export UseTIRPC in env instead." This reverts commit cea14ba154b069061756fd622efca6c1739e891a. --- nx-libs.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nx-libs.spec b/nx-libs.spec index d036199..9b739a9 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -412,12 +412,12 @@ chmod a+x my_configure; export SHLIBGLOBALSFLAGS="%{__global_ldflags}" export LOCAL_LDFLAGS="%{__global_ldflags}" export CDEBUGFLAGS="%{?__global_cppflags} %{?__global_cflags} %{?optflags}" -UseTIRPC="NO" +FORCE_TIRPC="NO" %if 0%{?fedora} > 27 || 0%{?suse_version} > 1500 -UseTIRPC="YES" +FORCE_TIRPC="YES" %endif -export UseTIRPC -make %{?_smp_mflags} CONFIGURE="$PWD/my_configure" PREFIX=%{_prefix} LIBDIR=%{_libdir} CDEBUGFLAGS="${CDEBUGFLAGS}" LOCAL_LDFLAGS="${LOCAL_LDFLAGS}" SHLIBGLOBALSFLAGS="${SHLIBGLOBALSFLAGS}" UseTIRPC="${UseTIRPC}" +export FORCE_TIRPC +make %{?_smp_mflags} CONFIGURE="$PWD/my_configure" PREFIX=%{_prefix} LIBDIR=%{_libdir} CDEBUGFLAGS="${CDEBUGFLAGS}" LOCAL_LDFLAGS="${LOCAL_LDFLAGS}" SHLIBGLOBALSFLAGS="${SHLIBGLOBALSFLAGS}" UseTIRPC="${FORCE_TIRPC}" %install make install \ -- 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-rpm-debug in repository nx-libs. commit fc396a780e3dfacc54ace1f181f5fb0afdf7b522 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Mar 9 10:29:05 2018 +0100 nx-X11/Makefile: pass down UseTIRPC via IMAKE_DEFINES in a pretty ugly way. --- nx-X11/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/nx-X11/Makefile b/nx-X11/Makefile index c9f79c6..1b61586 100644 --- a/nx-X11/Makefile +++ b/nx-X11/Makefile @@ -19,6 +19,7 @@ CURRENT_DIR = . CONFIGSRC = $(TOP)/config IRULESRC = $(CONFIGSRC)/cf IMAKE = imake +IMAKE_DEFINES = -DUseTIRPC=$(UseTIRPC) IMAKE_CMD = $(IMAKE) -I$(IRULESRC) $(IMAKE_DEFINES) MAKE_OPTS = -f xmakefile MAKE_CMD = $(MAKE) $(MAKE_OPTS) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git