Hello community,

here is the log from the commit of package okular for openSUSE:Factory checked 
in at 2017-08-24 17:49:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/okular (Old)
 and      /work/SRC/openSUSE:Factory/.okular.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "okular"

Thu Aug 24 17:49:38 2017 rev:88 rq:516481 version:17.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/okular/okular.changes    2017-07-25 
11:34:40.144868775 +0200
+++ /work/SRC/openSUSE:Factory/.okular.new/okular.changes       2017-08-24 
17:49:39.843537347 +0200
@@ -1,0 +2,31 @@
+Fri Aug 11 22:46:31 UTC 2017 - [email protected]
+
+- Update to KDE Applications 17.08.0
+  * New feature release
+  * https://www.kde.org/announcements/announce-applications-17.08.0.php
+- Changes since 17.04.3 :
+  * plucker: Comment code to reduce warnings 
+  * Add a few make gcc lines 
+  * Fix small warning 
+  * Make newer gcc happier about fallthrough 
+  * Add missing break to switch case 
+  * Fix warning in newer gcc versions 
+  * 1.2.x for KDE Applications 17.08.x 
+  * port to Kirigami 2 
+  * Support Forward and Backward mouse buttons in presentation mode 
+  * Simplify method FilePrinter::psPaperSize 
+  * Minor 
+  * Bug 236688 - Sort pages according to TOC in CHM Files 
+  * CHM: zooming changes the font size 
+  * Bug 262265 chmlib should not send qFatal if encoding could not be guessed 
+  * kio_msits emits mimetype again 
+
+-------------------------------------------------------------------
+Sat Aug  5 18:19:39 UTC 2017 - [email protected]
+
+- Update to KDE Applications 17.07.90
+  * KDE Applications 17.07.90
+  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+
+
+-------------------------------------------------------------------

Old:
----
  okular-17.04.3.tar.xz

New:
----
  okular-17.08.0.tar.xz

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

Other differences:
------------------
++++++ okular.spec ++++++
--- /var/tmp/diff_new_pack.iib5tP/_old  2017-08-24 17:49:40.991375672 +0200
+++ /var/tmp/diff_new_pack.iib5tP/_new  2017-08-24 17:49:40.995375110 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package okular
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %bcond_without lang
 
 Name:           okular
-Version:        17.04.3
+Version:        17.08.0
 Release:        0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
+# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:        Document Viewer
 License:        GPL-2.0+
@@ -61,6 +62,7 @@
 BuildRequires:  phonon4qt5-devel
 BuildRequires:  pkgconfig
 BuildRequires:  threadweaver-devel
+BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(Qt5Core) >= 5.6.0
 BuildRequires:  pkgconfig(Qt5DBus) >= 5.6.0
 BuildRequires:  pkgconfig(Qt5PrintSupport) >= 5.6.0
@@ -69,10 +71,11 @@
 BuildRequires:  pkgconfig(Qt5Svg) >= 5.6.0
 BuildRequires:  pkgconfig(Qt5Test) >= 5.6.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.6.0
-Buildrequires:  zlib-devel
 Obsoletes:      okular5 < %{version}
 Provides:       okular5 = %{version}
+%if %{with lang}
 Recommends:     %{name}-lang
+%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -83,12 +86,12 @@
 Summary:        Document Viewer - Development Files
 Group:          Development/Libraries/KDE
 Requires:       %{name} = %{version}
+Requires:       cmake(KF5Config)
+Requires:       cmake(KF5CoreAddons)
+Requires:       cmake(KF5XmlGui)
 Requires:       cmake(Qt5Core) >= 5.6.0
 Requires:       cmake(Qt5PrintSupport) >= 5.6.0
 Requires:       cmake(Qt5Widgets) >= 5.6.0
-Requires:       cmake(KF5CoreAddons)
-Requires:       cmake(KF5Config)
-Requires:       cmake(KF5XmlGui)
 Obsoletes:      okular5-devel < %{version}
 Provides:       okular5-devel = %{version}
 
@@ -120,32 +123,34 @@
 
 %files
 %defattr(-,root,root)
-%{_kf5_libdir}/libOkular5Core.so.*
-%{_kf5_plugindir}/
+%doc COPYING*
+%config %{_kf5_configdir}/okular.categories
+%dir %{_kf5_appstreamdir}
+%dir %{_kf5_htmldir}
+%dir %{_kf5_htmldir}/en
+%doc %lang(en) %{_kf5_htmldir}/en/*/
+%doc %{_kf5_mandir}/man1/okular.*
+%{_kf5_sharedir}/kpackage/
 %{_kf5_applicationsdir}/*.desktop
+%{_kf5_appstreamdir}/org.kde.okular*.xml
+%{_kf5_bindir}/okular
 %{_kf5_configkcfgdir}/
 %{_kf5_iconsdir}/hicolor/*/*/okular.*
+%{_kf5_kxmlguidir}/
+%{_kf5_libdir}/libOkular5Core.so.*
+%{_kf5_plugindir}/
+%{_kf5_qmldir}/
 %{_kf5_servicesdir}/
 %{_kf5_servicetypesdir}/
 %{_kf5_sharedir}/kconf_update
 %{_kf5_sharedir}/okular
-%{_kf5_sharedir}/kxmlgui5
-%{_kf5_bindir}/okular
-%{_kf5_qmldir}/
-%dir %{_kf5_appstreamdir}
-%{_kf5_appstreamdir}/org.kde.okular*.xml
-%dir %{_kf5_htmldir}/en
-%dir %{_kf5_htmldir}
-%doc %{_kf5_htmldir}/en/*/
-%doc %{_kf5_mandir}/man1/okular.*
-%{_datadir}/kpackage/
-%{_kf5_configdir}/okular.categories
 
 %files devel
 %defattr(-,root,root)
-%{_kf5_prefix}/include/okular/
-%{_kf5_libdir}/cmake/Okular5/
+%doc COPYING*
+%{_kf5_cmakedir}/Okular5/
 %{_kf5_libdir}/libOkular5Core.so
+%{_kf5_prefix}/include/okular/
 
 %if %{with lang}
 %files lang -f %{name}.lang

++++++ okular-17.04.3.tar.xz -> okular-17.08.0.tar.xz ++++++
++++ 15036 lines of diff (skipped)


Reply via email to