This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goplasmabindings. from 6da8d89 x2goplasmabindings.spec: several fixes new 495fdf1 x2goplasmabindings.spec: Fix version comparison. new c30776e CMakeLists.txt. Set application name to plasma-applet-x2goplasmoid. 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: CMakeLists.txt | 2 +- debian/changelog | 1 + x2goplasmabindings.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) -- 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 495fdf101786ed71978d3a485c60f0351f1b33ba Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Oct 14 20:52:33 2014 +0200 x2goplasmabindings.spec: Fix version comparison. --- x2goplasmabindings.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2goplasmabindings.spec b/x2goplasmabindings.spec index 25edf85..9fde7c1 100644 --- a/x2goplasmabindings.spec +++ b/x2goplasmabindings.spec @@ -62,7 +62,7 @@ X2Go session. %build %if 0%{?suse_version} -%if 0%{?suse_version} >= 13.1 +%if 0%{?suse_version} >= 1310 %cmake %else mkdir build -- 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 c30776e5c4926f6b1994a8b5969bec93bef75843 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Oct 14 20:54:06 2014 +0200 CMakeLists.txt. Set application name to plasma-applet-x2goplasmoid. --- CMakeLists.txt | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ed03f80..87acf0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # Project Needs a name ofcourse -project(plasma-x2goplasmoid) +project(plasma-applet-x2goplasmoid) diff --git a/debian/changelog b/debian/changelog index 87e2b75..852863a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ x2goplasmabindings (3.0.2.1-0x2go1) UNRELEASED; urgency=low [ Mike Gabriel ] * New upstream version (3.0.2.1): - Add copyright notices to file headers. Add COPYING file (LGPL-2). (Fixes: #304). + - CMakeLists.txt. Set application name to plasma-applet-x2goplasmoid. * debian/copyright: + Update file. Make it DEP-5 compliant. * x2goplasmabindings.spec: -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git