[X2Go-Commits] [cups-x2go] 02/06: cups-x2go: import tempfile() function from File::Temp module.

git-admin at x2go.org git-admin at x2go.org
Mon Jun 15 15:05:15 CEST 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository cups-x2go.

commit 152382460faf850f727b169b5e2f04f8bf89b2eb
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Jun 15 14:39:39 2015 +0200

    cups-x2go: import tempfile() function from File::Temp module.
---
 cups-x2go        |    2 +-
 debian/changelog |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/cups-x2go b/cups-x2go
index 1d906b9..2cf9dde 100755
--- a/cups-x2go
+++ b/cups-x2go
@@ -22,7 +22,7 @@ use Sys::Syslog qw( :standard :macros );
 use Sys::Hostname;
 use File::Basename;
 use File::Copy;
-use File::Temp;
+use File::Temp qw( tempfile );
 use IPC::Open2;
 use Text::ParseWords;
 use strict;
diff --git a/debian/changelog b/debian/changelog
index e5c3dbe..7383617 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 cups-x2go (3.0.1.3-0x2go1) UNRELEASED; urgency=low
 
-  * Continue development
+  [ Mihai Moldovan ]
+  * New upstream version (3.0.1.3):
+    - cups-x2go: import tempfile() function from File::Temp module.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Sun, 14 Jun 2015 18:37:33 +0200
 

--
Alioth's /srv/git/code.x2go.org/cups-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/cups-x2go.git


More information about the x2go-commits mailing list