Hello community,

here is the log from the commit of package khelpcenter5 for openSUSE:Factory 
checked in at 2016-03-07 13:26:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/khelpcenter5 (Old)
 and      /work/SRC/openSUSE:Factory/.khelpcenter5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "khelpcenter5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/khelpcenter5/khelpcenter5.changes        
2016-02-12 11:22:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.khelpcenter5.new/khelpcenter5.changes   
2016-03-07 13:27:02.000000000 +0100
@@ -1,0 +2,8 @@
+Tue Mar  1 17:31:53 UTC 2016 - [email protected]
+
+- Update to 5.5.5 (boo#968966)
+  * Bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.5.5.php
+
+-------------------------------------------------------------------

Old:
----
  khelpcenter-5.5.4.tar.xz

New:
----
  khelpcenter-5.5.5.tar.xz

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

Other differences:
------------------
++++++ khelpcenter5.spec ++++++
--- /var/tmp/diff_new_pack.6qaJPA/_old  2016-03-07 13:27:03.000000000 +0100
+++ /var/tmp/diff_new_pack.6qaJPA/_new  2016-03-07 13:27:03.000000000 +0100
@@ -41,7 +41,7 @@
 Summary:        KDE Documentation Application
 License:        GPL-2.0+
 Group:          Productivity/Other
-Version:        5.5.4
+Version:        5.5.5
 Release:        0
 Source:         khelpcenter-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE khelpcenter-use-susehelp.patch -- use susehelp wrapper 
instead of directly starting khelpcenter

++++++ khelpcenter-5.5.4.tar.xz -> khelpcenter-5.5.5.tar.xz ++++++
++++ 15675 lines of diff (skipped)

++++++ khelpcenter-fallback-to-kde4-docs.patch ++++++
--- /var/tmp/diff_new_pack.6qaJPA/_old  2016-03-07 13:27:04.000000000 +0100
+++ /var/tmp/diff_new_pack.6qaJPA/_new  2016-03-07 13:27:04.000000000 +0100
@@ -14,10 +14,10 @@
      QStringList::ConstIterator end = resourceDirs.end();
      for ( ; it != end; ++it ) {
 diff --git a/view.cpp b/view.cpp
-index c419bb0..853129b 100644
+index 2e86960..2ab76f1 100644
 --- a/view.cpp
 +++ b/view.cpp
-@@ -105,6 +105,19 @@ QString View::langLookup( const QString &fname )
+@@ -115,6 +115,19 @@ QString View::langLookup( const QString &fname )
          }
      }
  
@@ -35,5 +35,5 @@
 +    }
 +
      // try to locate the file
-     QStringList::Iterator it;
-     for (it = search.begin(); it != search.end(); ++it)
+     for (QStringList::ConstIterator it = search.constBegin(); it != 
search.constEnd(); ++it) {
+ 


Reply via email to