Hello community,

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

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/okular/okular.changes    2011-11-14 
13:17:59.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.okular.new/okular.changes       2011-12-08 
12:13:27.000000000 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 10:59:04 UTC 2011 - [email protected]
+
+- fix license to be in spdx.org format
+
+-------------------------------------------------------------------
+Fri Dec  2 02:01:46 CET 2011 - [email protected]
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+-------------------------------------------------------------------

Old:
----
  okular-4.7.3.tar.bz2

New:
----
  okular-4.7.4.tar.bz2

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

Other differences:
------------------
++++++ okular.spec ++++++
--- /var/tmp/diff_new_pack.YYieKU/_old  2011-12-08 12:13:28.000000000 +0100
+++ /var/tmp/diff_new_pack.YYieKU/_new  2011-12-08 12:13:28.000000000 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           okular
-Version:        4.7.3
-Release:        1
-License:        GPLv2+
+Version:        4.7.4
+Release:        0
 Summary:        Document Viewer
-Url:            http://www.kde.org
+License:        GPL-2.0+
 Group:          Productivity/Office/Other
+Url:            http://www.kde.org
 Source0:        %{name}-%{version}.tar.bz2
 Patch0:         fix_print_with_landscape.diff
 BuildRequires:  OpenEXR-devel
@@ -57,7 +55,6 @@
 many other formats.
 
 %package devel
-License:        GPLv2+
 Summary:        Document Viewer - Development Files
 Group:          Development/Libraries/KDE
 Requires:       libkde4-devel

++++++ okular-4.7.3.tar.bz2 -> okular-4.7.4.tar.bz2 ++++++
Files old/okular-4.7.3/doc/index.cache.bz2 and 
new/okular-4.7.4/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-4.7.3/generators/djvu/generator_djvu.cpp 
new/okular-4.7.4/generators/djvu/generator_djvu.cpp
--- old/okular-4.7.3/generators/djvu/generator_djvu.cpp 2011-10-02 
15:26:57.000000000 +0200
+++ new/okular-4.7.4/generators/djvu/generator_djvu.cpp 2011-12-02 
00:27:06.000000000 +0100
@@ -240,13 +240,14 @@
 Okular::TextPage* DjVuGenerator::textPage( Okular::Page *page )
 {
     userMutex()->lock();
+    QList<KDjVu::TextEntity> te;
 #if 0
-    QList<KDjVu::TextEntity> te = m_djvu->textEntities( page->number(), "char" 
);
+    m_djvu->textEntities( page->number(), "char" );
+#endif
     if ( te.isEmpty() )
         te = m_djvu->textEntities( page->number(), "word" );
-#else
-    QList<KDjVu::TextEntity> te = m_djvu->textEntities( page->number(), "word" 
);
-#endif
+    if ( te.isEmpty() )
+        te = m_djvu->textEntities( page->number(), "line" );
     userMutex()->unlock();
     QList<KDjVu::TextEntity>::ConstIterator it = te.constBegin();
     QList<KDjVu::TextEntity>::ConstIterator itEnd = te.constEnd();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-4.7.3/part.cpp new/okular-4.7.4/part.cpp
--- old/okular-4.7.3/part.cpp   2011-10-02 15:26:57.000000000 +0200
+++ new/okular-4.7.4/part.cpp   2011-12-02 00:27:06.000000000 +0100
@@ -487,6 +487,7 @@
 
     m_saveCopyAs = KStandardAction::saveAs( this, SLOT( slotSaveCopyAs() ), ac 
);
     m_saveCopyAs->setText( i18n( "Save &Copy As..." ) );
+    m_saveCopyAs->setShortcut( KShortcut() );
     ac->addAction( "file_save_copy", m_saveCopyAs );
     m_saveCopyAs->setEnabled( false );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-4.7.3/ui/pageview.cpp 
new/okular-4.7.4/ui/pageview.cpp
--- old/okular-4.7.3/ui/pageview.cpp    2011-10-02 15:26:57.000000000 +0200
+++ new/okular-4.7.4/ui/pageview.cpp    2011-12-02 00:27:06.000000000 +0100
@@ -1160,7 +1160,7 @@
             if ( useSubdivision )
             {
                 // set 'contentsRect' to a part of the sub-divided region
-                contentsRect = allRects[i].normalized().intersect( 
viewportRect );
+                contentsRect = allRects[i].translated( areaPos ).intersect( 
viewportRect );
                 if ( !contentsRect.isValid() )
                     continue;
             }

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

Reply via email to