Hello community,

here is the log from the commit of package okular for openSUSE:Factory checked 
in at 2015-06-04 11:21:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/okular (Old)
 and      /work/SRC/openSUSE:Factory/.okular.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "okular"

Changes:
--------
--- /work/SRC/openSUSE:Factory/okular/okular.changes    2015-05-15 
10:03:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.okular.new/okular.changes       2015-06-04 
11:21:59.000000000 +0200
@@ -1,0 +2,8 @@
+Sat May 30 14:43:06 UTC 2015 - [email protected]
+
+- Update to KDE Applications 15.04.2
+   * KDE Applications 15.04.2
+   * https://www.kde.org/announcements/announce-applications-15.04.2.php
+
+
+-------------------------------------------------------------------

Old:
----
  okular-15.04.1.tar.xz

New:
----
  okular-15.04.2.tar.xz

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

Other differences:
------------------
++++++ okular.spec ++++++
--- /var/tmp/diff_new_pack.P9E1uo/_old  2015-06-04 11:21:59.000000000 +0200
+++ /var/tmp/diff_new_pack.P9E1uo/_new  2015-06-04 11:21:59.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           okular
-Version:        15.04.1
+Version:        15.04.2
 Release:        0
 Summary:        Document Viewer
 License:        GPL-2.0+

++++++ okular-15.04.1.tar.xz -> okular-15.04.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-15.04.1/VERSION new/okular-15.04.2/VERSION
--- old/okular-15.04.1/VERSION  2015-05-02 14:49:49.000000000 +0200
+++ new/okular-15.04.2/VERSION  2015-05-24 09:56:56.000000000 +0200
@@ -1 +1 @@
-okular v0.22.1
+okular v0.22.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-15.04.1/core/script/kjs_document.cpp 
new/okular-15.04.2/core/script/kjs_document.cpp
--- old/okular-15.04.1/core/script/kjs_document.cpp     2015-05-02 
14:49:49.000000000 +0200
+++ new/okular-15.04.2/core/script/kjs_document.cpp     2015-05-24 
09:56:56.000000000 +0200
@@ -125,7 +125,7 @@
 
     const bool isShell = ( widget
                            && widget->parentWidget()
-                           && widget->parentWidget()->objectName() == 
QLatin1String( "okular::Shell" ) );
+                           && widget->parentWidget()->objectName().startsWith( 
QLatin1String( "okular::Shell" ) ) );
     return KJSBoolean( !isShell );
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-15.04.1/core/version.h 
new/okular-15.04.2/core/version.h
--- old/okular-15.04.1/core/version.h   2015-05-02 14:49:49.000000000 +0200
+++ new/okular-15.04.2/core/version.h   2015-05-24 09:56:56.000000000 +0200
@@ -10,10 +10,10 @@
 #ifndef _OKULAR_VERSION_H_
 #define _OKULAR_VERSION_H_
 
-#define OKULAR_VERSION_STRING "0.22.1"
+#define OKULAR_VERSION_STRING "0.22.2"
 #define OKULAR_VERSION_MAJOR 0
 #define OKULAR_VERSION_MINOR 22
-#define OKULAR_VERSION_RELEASE 1
+#define OKULAR_VERSION_RELEASE 2
 #define OKULAR_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) | (c))
 
 #define OKULAR_VERSION \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.04.1/generators/poppler/libokularGenerator_poppler.desktop 
new/okular-15.04.2/generators/poppler/libokularGenerator_poppler.desktop
--- old/okular-15.04.1/generators/poppler/libokularGenerator_poppler.desktop    
2015-05-02 14:49:49.000000000 +0200
+++ new/okular-15.04.2/generators/poppler/libokularGenerator_poppler.desktop    
2015-05-24 09:56:56.000000000 +0200
@@ -67,7 +67,7 @@
 Comment[ast]=Motor PDF pa Okular qu'usa Poppler
 Comment[bg]=Ядро на Okular за PDF, използващо poppler
 Comment[bs]=Pozadina PDF-a za Okular koristeći Poppler
-Comment[ca]=Dorsal de PDF per a l'Okular emprant el poppler
+Comment[ca]=Dorsal de PDF per a l'Okular que empra el «poppler»
 Comment[ca@valencia]=Dorsal de PDF per a l'Okular emprant el poppler
 Comment[cs]=Implementace PDF pro Okular používající poppler
 Comment[da]=PDF-motor til Okular som bruger poppler
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-15.04.1/part.cpp new/okular-15.04.2/part.cpp
--- old/okular-15.04.1/part.cpp 2015-05-02 14:49:49.000000000 +0200
+++ new/okular-15.04.2/part.cpp 2015-05-24 09:56:56.000000000 +0200
@@ -239,8 +239,8 @@
     Q_UNUSED( parentWidget );
 
     if ( parent
-         && ( parent->objectName() == QLatin1String( "okular::Shell" )
-              || parent->objectName() == QLatin1String( "okular/okular__Shell" 
) ) )
+         && ( parent->objectName().startsWith( QLatin1String( "okular::Shell" 
) )
+              || parent->objectName().startsWith( QLatin1String( 
"okular/okular__Shell" ) ) ) )
         return Okular::NativeShellMode;
 
     if ( parent


Reply via email to