This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goplasmabindings. from 796c3d4 For SUSE 11.x: set DCMAKE_BUILD_WITH_INSTALL_RPATH to FALSE. new 4d0c4f0 whitespace fix 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: x2goplasmabindings.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goplasmabindings. commit 4d0c4f0483592a34bf219f13f018b78b071a7ea2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Feb 2 13:28:12 2015 +0100 whitespace fix --- x2goplasmabindings.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2goplasmabindings.spec b/x2goplasmabindings.spec index 4c4a412..8cc646f 100644 --- a/x2goplasmabindings.spec +++ b/x2goplasmabindings.spec @@ -71,7 +71,7 @@ mkdir build cd build cmake .. \ %if 0%{?suse_version} && 0%{?suse_version} <= 1130 - -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=FALSE \ + -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=FALSE \ %endif -DCMAKE_INSTALL_PREFIX="%_prefix" \ -DKDE4_PLASMA_LIBS="%_libdir/kde4" \ -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git