Hello community, here is the log from the commit of package okular for openSUSE:Factory checked in at 2016-10-18 10:25:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-10-10 17:34:38.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.okular.new/okular.changes 2016-10-18 10:25:52.000000000 +0200 @@ -1,0 +2,8 @@ +Tue Oct 11 21:08:22 UTC 2016 - [email protected] + +- KDE Applications 16.08.2 +https://www.kde.org/announcements/announce-applications-16.08.2.php + +- Drop upstreamed patch mimeinfo17.patch + +------------------------------------------------------------------- Old: ---- mimeinfo17.patch okular-16.08.1.tar.xz New: ---- okular-16.08.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ okular.spec ++++++ --- /var/tmp/diff_new_pack.3ZhzjN/_old 2016-10-18 10:25:53.000000000 +0200 +++ /var/tmp/diff_new_pack.3ZhzjN/_new 2016-10-18 10:25:53.000000000 +0200 @@ -17,7 +17,7 @@ Name: okular -Version: 16.08.1 +Version: 16.08.2 Release: 0 Summary: Document Viewer License: GPL-2.0+ @@ -27,8 +27,6 @@ Patch0: fix-priority-okular.diff # PATCH-FIX-UPSTREAM kde4_includes.patch -- search for includes in standard kde4 include directory (don't assume it's hardcoded to include/ ) Patch1: kde4_includes.patch -# PATCH-FIX-UPSTREAM mimeinfo17.patch kde#369078 -- fix opening CBR files with shared-mime-info 1.7 -Patch2: mimeinfo17.patch BuildRequires: OpenEXR-devel BuildRequires: chmlib-devel BuildRequires: fdupes @@ -83,7 +81,6 @@ %setup -q %patch0 -p0 %patch1 -p1 -%patch2 -p1 %build %cmake_kde4 -d build ++++++ okular-16.08.1.tar.xz -> okular-16.08.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-16.08.1/core/version.h new/okular-16.08.2/core/version.h --- old/okular-16.08.1/core/version.h 2016-08-23 00:22:33.000000000 +0200 +++ new/okular-16.08.2/core/version.h 2016-10-07 00:59:46.000000000 +0200 @@ -10,10 +10,10 @@ #ifndef _OKULAR_VERSION_H_ #define _OKULAR_VERSION_H_ -#define OKULAR_VERSION_STRING "0.26.0" +#define OKULAR_VERSION_STRING "0.26.1" #define OKULAR_VERSION_MAJOR 0 #define OKULAR_VERSION_MINOR 26 -#define OKULAR_VERSION_RELEASE 0 +#define OKULAR_VERSION_RELEASE 1 #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-16.08.1/generators/comicbook/document.cpp new/okular-16.08.2/generators/comicbook/document.cpp --- old/okular-16.08.1/generators/comicbook/document.cpp 2016-08-23 00:22:33.000000000 +0200 +++ new/okular-16.08.2/generators/comicbook/document.cpp 2016-10-07 00:59:46.000000000 +0200 @@ -75,7 +75,7 @@ if ( !processArchive() ) { return false; } - } else if ( mime->is( "application/x-cbr" ) || mime->name() == "application/x-rar" ) { + } else if ( mime->is( "application/x-cbr" ) || mime->name() == "application/x-rar" || mime->name() == "application/vnd.rar" ) { if ( !Unrar::isAvailable() ) { mLastErrorString = i18n( "Cannot open document, unrar was not found." ); return false;
