commit nautilus-open-terminal for openSUSE:Factory
Hello community, here is the log from the commit of package nautilus-open-terminal for openSUSE:Factory checked in at Mon Aug 17 15:06:37 CEST 2009. -------- --- GNOME/nautilus-open-terminal/nautilus-open-terminal.changes 2009-08-04 19:35:32.000000000 +0200 +++ /mounts/work_src_done/STABLE/nautilus-open-terminal/nautilus-open-terminal.changes 2009-08-09 20:18:27.000000000 +0200 @@ -1,0 +2,8 @@ +Sun Aug 9 20:17:51 CEST 2009 - vuntz@novell.com + +- Update to version 0.17: + + Fixes + - Remote SSH terminal: Work correctly with non-standard SSH + ports. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- nautilus-open-terminal-0.16.tar.bz2 New: ---- nautilus-open-terminal-0.17.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nautilus-open-terminal.spec ++++++ --- /var/tmp/diff_new_pack.cuH9oW/_old 2009-08-17 15:05:25.000000000 +0200 +++ /var/tmp/diff_new_pack.cuH9oW/_new 2009-08-17 15:05:25.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package nautilus-open-terminal (Version 0.16) +# spec file for package nautilus-open-terminal (Version 0.17) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -26,7 +26,7 @@ BuildRequires: nautilus-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files -Version: 0.16 +Version: 0.17 Release: 1 Url: http://manny.cluecoder.org/packages/nautilus-open-terminal/ Group: System/GUI/GNOME ++++++ nautilus-open-terminal-0.16.tar.bz2 -> nautilus-open-terminal-0.17.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nautilus-open-terminal-0.16/NEWS new/nautilus-open-terminal-0.17/NEWS --- old/nautilus-open-terminal-0.16/NEWS 2009-08-04 10:51:58.000000000 +0200 +++ new/nautilus-open-terminal-0.17/NEWS 2009-08-09 14:43:26.000000000 +0200 @@ -1,3 +1,13 @@ +nautilus-open-terminal 0.17 +=========================== +"Ringsgwandl" + + * Dedicated to Ringsgwandl, the Bavarian King of Pop: + http://www.ringsgwandl.com + + Fixes + * Remote SSH terminal: Work correctly with non-standard SSH ports. + nautilus-open-terminal 0.16 =========================== "Sgt. Pepper’s Lonely Hearts Club Band" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nautilus-open-terminal-0.16/configure new/nautilus-open-terminal-0.17/configure --- old/nautilus-open-terminal-0.16/configure 2009-08-04 10:52:46.000000000 +0200 +++ new/nautilus-open-terminal-0.17/configure 2009-08-09 14:29:49.000000000 +0200 @@ -2088,7 +2088,7 @@ PACKAGE=nautilus-open-terminal -VERSION=0.16 +VERSION=0.17 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nautilus-open-terminal-0.16/configure.in new/nautilus-open-terminal-0.17/configure.in --- old/nautilus-open-terminal-0.16/configure.in 2009-08-03 16:48:42.000000000 +0200 +++ new/nautilus-open-terminal-0.17/configure.in 2009-08-04 10:57:21.000000000 +0200 @@ -2,7 +2,7 @@ AC_INIT PACKAGE=nautilus-open-terminal -VERSION=0.16 +VERSION=0.17 AC_SUBST(PACKAGE) AC_SUBST(VERSION) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nautilus-open-terminal-0.16/src/nautilus-open-terminal.c new/nautilus-open-terminal-0.17/src/nautilus-open-terminal.c --- old/nautilus-open-terminal-0.16/src/nautilus-open-terminal.c 2009-08-04 10:48:46.000000000 +0200 +++ new/nautilus-open-terminal-0.17/src/nautilus-open-terminal.c 2009-08-09 14:33:44.000000000 +0200 @@ -218,7 +218,7 @@ quoted_remote_command = g_shell_quote (remote_command); - command = g_strdup_printf ("ssh %s -t %s", user_host, quoted_remote_command); + command = g_strdup_printf ("ssh %s%s -t %s", user_host, port_str, quoted_remote_command); g_free (user_name); g_free (user_host); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de