Hello community,

here is the log from the commit of package konsole for openSUSE:Factory checked 
in at 2013-05-16 17:37:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-18 
10:32:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.konsole.new/konsole.changes     2013-05-16 
17:37:11.000000000 +0200
@@ -1,0 +2,8 @@
+Sat May  4 16:52:22 UTC 2013 - [email protected]
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+-------------------------------------------------------------------

Old:
----
  konsole-4.10.2.tar.xz

New:
----
  konsole-4.10.3.tar.xz

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

Other differences:
------------------
++++++ konsole.spec ++++++
--- /var/tmp/diff_new_pack.FgdApa/_old  2013-05-16 17:37:12.000000000 +0200
+++ /var/tmp/diff_new_pack.FgdApa/_new  2013-05-16 17:37:12.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           konsole
-Version:        4.10.2
+Version:        4.10.3
 Release:        0
 Summary:        KDE Terminal
 License:        GPL-2.0+

++++++ konsole-4.10.2.tar.xz -> konsole-4.10.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-4.10.2/desktop/konsole.notifyrc 
new/konsole-4.10.3/desktop/konsole.notifyrc
--- old/konsole-4.10.2/desktop/konsole.notifyrc 2013-03-29 08:01:34.000000000 
+0100
+++ new/konsole-4.10.3/desktop/konsole.notifyrc 2013-05-03 06:36:32.000000000 
+0200
@@ -282,7 +282,7 @@
 Name[et]=Heli nähtamatus seansis
 Name[eu]=Ezkila saio ez ikusgaian
 Name[fi]=Äänimerkki näkymättömässä istunnossa
-Name[fr]=Cloche dans une session invisible
+Name[fr]=Cloche dans une session non visible
 Name[fy]=Bel yn net-sichtbere sesje
 Name[ga]=Cloigín i Seisiún Dofheicthe
 Name[gl]=Badalada nunha sesión non visíbel
@@ -363,7 +363,7 @@
 Comment[et]=Heli nähtamatus seansis
 Comment[eu]=Jo ezkila saio ez-ikusgaian
 Comment[fi]=Äänimerkki lähetetty näkymättömässä istunnossa
-Comment[fr]=Cloche émise dans une session invisible
+Comment[fr]=Cloche émise dans une session non visible
 Comment[fy]=Bel útstjoerd yn in net-sichtbere sesje
 Comment[ga]=Baineadh an cloigín i seisiún dofheicthe
 Comment[gl]=Badalada emitida nunha sesión non visíbel
@@ -781,7 +781,7 @@
 Name[et]=Seanss lõpetas nullist erineva staatusega
 Name[eu]=Ez-zero egoerarekin amaitutako saioa
 Name[fi]=Istunto lopetettiin paluuarvolla, joka oli eri kuin nolla
-Name[fr]=La session s'est terminée anormalement
+Name[fr]=Session terminée anormalement
 Name[fy]=Sesje is foltôge mei in non-zero tastân
 Name[ga]=Chríochnaigh an Seisiún le Stádas nach bhfuil 0
 Name[gl]=A sesión rematou cun estado non cero
Files old/konsole-4.10.2/doc/manual/index.cache.bz2 and 
new/konsole-4.10.3/doc/manual/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-4.10.2/src/ColorSchemeManager.cpp 
new/konsole-4.10.3/src/ColorSchemeManager.cpp
--- old/konsole-4.10.2/src/ColorSchemeManager.cpp       2013-03-01 
07:37:14.000000000 +0100
+++ new/konsole-4.10.3/src/ColorSchemeManager.cpp       2013-05-03 
06:36:32.000000000 +0200
@@ -328,6 +328,14 @@
     if (name.isEmpty())
         return defaultColorScheme();
 
+    // A fix to prevent infinite loops if users puts / in ColorScheme name
+    // Konsole will create a sub-folder in that case (bko 315086)
+    // More code will have to go in to prevent the users from doing that.
+    if (name.contains("/")) {
+        kWarning() << name << " has an invalid character / in the name ... 
skipping";
+        return defaultColorScheme();
+    }
+
     if (_colorSchemes.contains(name))
         return _colorSchemes[name];
     else {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-4.10.2/src/main.cpp 
new/konsole-4.10.3/src/main.cpp
--- old/konsole-4.10.2/src/main.cpp     2013-03-29 08:01:34.000000000 +0100
+++ new/konsole-4.10.3/src/main.cpp     2013-05-03 06:36:32.000000000 +0200
@@ -29,7 +29,7 @@
 #include <KCmdLineArgs>
 #include <KLocale>
 
-#define KONSOLE_VERSION "2.10.2"
+#define KONSOLE_VERSION "2.10.3"
 
 using Konsole::Application;
 







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

Reply via email to