Hello community, here is the log from the commit of package konsole for openSUSE:Factory checked in at 2013-09-09 11:06:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/konsole (Old) and /work/SRC/openSUSE:Factory/.konsole.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "konsole" Changes: -------- --- /work/SRC/openSUSE:Factory/konsole/konsole.changes 2013-08-16 13:39:08.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.konsole.new/konsole.changes 2013-09-09 11:06:28.000000000 +0200 @@ -1,0 +2,7 @@ +Sun Sep 1 09:57:25 UTC 2013 - [email protected] + +- Update to 4.11.1 + * KDE 4.11.1 bugfix release + * See http://www.kde.org/announcements/announce-4.11.1.php + +------------------------------------------------------------------- Old: ---- konsole-4.11.0.tar.xz New: ---- konsole-4.11.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ konsole.spec ++++++ --- /var/tmp/diff_new_pack.rsh2bY/_old 2013-09-09 11:06:29.000000000 +0200 +++ /var/tmp/diff_new_pack.rsh2bY/_new 2013-09-09 11:06:29.000000000 +0200 @@ -17,7 +17,7 @@ Name: konsole -Version: 4.11.0 +Version: 4.11.1 Release: 0 Summary: KDE Terminal License: GPL-2.0+ ++++++ konsole-4.11.0.tar.xz -> konsole-4.11.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/konsole-4.11.0/doc/manual/index.docbook new/konsole-4.11.1/doc/manual/index.docbook --- old/konsole-4.11.0/doc/manual/index.docbook 2013-07-10 00:49:37.000000000 +0200 +++ new/konsole-4.11.1/doc/manual/index.docbook 2013-08-28 19:00:45.000000000 +0200 @@ -1021,9 +1021,23 @@ <term><option>--tabs-from-file </option><parameter>file</parameter></term> <listitem><para><action>Create tabs</action> as specified in the given tabs configuration file. </para> -<note><para>The file has one tab per line in the following format:</para><para> -title: PUT A TITLE ;; command: PUT A COMMAND ;; workdir: PUT A DIRECTORY -</para></note> +<note><para>The file has one tab per line in the following format:</para> +<para>Each line specifies a tab to open using up to 4 fields specifying how it is to open. +Fields are delimited with <userinput>;;</userinput> and a field name must have a <userinput>:</userinput> appended. +Empty lines or lines with <userinput>#</userinput> at the beginning are ignored, so you can use line beginning with +<userinput>#</userinput> to add comments. +</para> + +<simplelist> +<member><userinput>title:</userinput> a name for this tab, tab default if blank or not specified</member> +<member><userinput>workdir:</userinput> working directory, <filename class="directory"> ~</filename> if blank or not specified</member> +<member><userinput>profile:</userinput> a &konsole; profile to use, the default if blank or not specified</member> +<member><userinput>command:</userinput> a command to run</member> +</simplelist> +<para>Each line should contain at least one of <userinput>command</userinput> or <userinput>profile</userinput> field. +</para> +<para>Example: <userinput>title: %n;; command: /usr/bin/top ;; profile: Shell</userinput></para> +</note> </listitem> </varlistentry> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/konsole-4.11.0/src/main.cpp new/konsole-4.11.1/src/main.cpp --- old/konsole-4.11.0/src/main.cpp 2013-07-10 00:49:37.000000000 +0200 +++ new/konsole-4.11.1/src/main.cpp 2013-08-29 20:32:20.000000000 +0200 @@ -29,7 +29,7 @@ #include <KCmdLineArgs> #include <KLocale> -#define KONSOLE_VERSION "2.11" +#define KONSOLE_VERSION "2.11.1" using Konsole::Application; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
