This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository cups-x2go. commit e3646f02d109edd37e4e13f89a1110a143a519ab Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jun 15 14:40:04 2015 +0200 cups-x2go: only repeat the last X, not the whole ".pdfX" string (or the like.) --- cups-x2go | 4 ++-- debian/changelog | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cups-x2go b/cups-x2go index 2cf9dde..1d488b7 100755 --- a/cups-x2go +++ b/cups-x2go @@ -199,8 +199,8 @@ $uid =~ s/\W//g; #sanity check my $template = "$jid-$uid-cupsjob$$"; my $ps_template = $template . "X" x 16; -my $pdf_template = $template . ".pdfX" x 16; -my $title_template = $template . ".pdf.titleX" x 16; +my $pdf_template = $template . ".pdf" . "X" x 16; +my $title_template = $template . ".pdf.title" . "X" x 16; if (!$psFile) { my ($tfh, $tempFile) = tempfile ($ps_template, TMPDIR => 1); diff --git a/debian/changelog b/debian/changelog index 7383617..3656533 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ cups-x2go (3.0.1.3-0x2go1) UNRELEASED; urgency=low [ Mihai Moldovan ] * New upstream version (3.0.1.3): - cups-x2go: import tempfile() function from File::Temp module. + - cups-x2go: only repeat the last X, not the whole ".pdfX" string (or the + like.) -- X2Go Release Manager <git-admin@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