Hello community,

here is the log from the commit of package konsole for openSUSE:Factory checked 
in at 2011-12-08 11:29:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/konsole (Old)
 and      /work/SRC/openSUSE:Factory/.konsole.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "konsole", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/konsole/konsole.changes  2011-11-14 
14:25:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.konsole.new/konsole.changes     2011-12-08 
11:29:35.000000000 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:31:35 UTC 2011 - [email protected]
+
+- fix license to be in spdx.org format
+
+-------------------------------------------------------------------
+Fri Dec  2 02:00:33 CET 2011 - [email protected]
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+-------------------------------------------------------------------

Old:
----
  konsole-4.7.3.tar.bz2

New:
----
  konsole-4.7.4.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ konsole.spec ++++++
--- /var/tmp/diff_new_pack.LilZbm/_old  2011-12-08 11:29:37.000000000 +0100
+++ /var/tmp/diff_new_pack.LilZbm/_new  2011-12-08 11:29:37.000000000 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           konsole
-Version:        4.7.3
-Release:        1
-License:        GPLv2+
+Version:        4.7.4
+Release:        0
 Summary:        KDE Terminal
-Url:            http://www.kde.org/
+License:        GPL-2.0+
 Group:          System/X11/Terminals
+Url:            http://www.kde.org/
 Source0:        konsole-%{version}.tar.bz2
 Source4:        konsolesu.desktop
 Source21:       utilities-terminal-su-16.png

++++++ konsole-4.7.3.tar.bz2 -> konsole-4.7.4.tar.bz2 ++++++
Files old/konsole-4.7.3/doc/manual/index.cache.bz2 and 
new/konsole-4.7.4/doc/manual/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-4.7.3/src/SessionController.cpp 
new/konsole-4.7.4/src/SessionController.cpp
--- old/konsole-4.7.3/src/SessionController.cpp 2011-10-02 14:49:41.000000000 
+0200
+++ new/konsole-4.7.4/src/SessionController.cpp 2011-12-02 00:26:05.000000000 
+0100
@@ -881,7 +881,7 @@
     Qt::CaseSensitivity caseHandling = 
options.at(IncrementalSearchBar::MatchCase) ? Qt::CaseSensitive : 
Qt::CaseInsensitive;
     QRegExp::PatternSyntax syntax = options.at(IncrementalSearchBar::RegExp) ? 
QRegExp::RegExp : QRegExp::FixedString;
 
-    QRegExp regExp( text.trimmed() ,  caseHandling , syntax );
+    QRegExp regExp( text ,  caseHandling , syntax );
     _searchFilter->setRegExp(regExp);
 
     if ( !regExp.isEmpty() )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-4.7.3/src/main.cpp 
new/konsole-4.7.4/src/main.cpp
--- old/konsole-4.7.3/src/main.cpp      2011-10-28 09:44:03.000000000 +0200
+++ new/konsole-4.7.4/src/main.cpp      2011-12-02 00:26:05.000000000 +0100
@@ -30,7 +30,7 @@
 #include <KCmdLineArgs>
 #include <KLocale>
 
-#define KONSOLE_VERSION "2.7.3"
+#define KONSOLE_VERSION "2.7.4"
 
 using namespace Konsole;
 







-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to