Hello community, here is the log from the commit of package okular for openSUSE:Factory checked in at 2020-12-17 16:56:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/okular (Old) and /work/SRC/openSUSE:Factory/.okular.new.5145 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "okular" Thu Dec 17 16:56:46 2020 rev:130 rq:855290 version:20.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/okular/okular.changes 2020-11-10 13:38:56.428534651 +0100 +++ /work/SRC/openSUSE:Factory/.okular.new.5145/okular.changes 2020-12-17 16:57:01.753198884 +0100 @@ -1,0 +2,32 @@ +Sat Dec 5 23:17:55 UTC 2020 - Luca Beltrame <[email protected]> + +- Update to 20.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/2020-12-apps-update +- Changes since 20.11.90: + * handle <subtitle> inside <cite> in FictionBook documents + +------------------------------------------------------------------- +Fri Nov 27 15:18:08 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Update to 20.11.90 + * New feature release +- Changes since 20.11.80: + * add support for <subtitle> tag in FictionBook + * Rework how we open urls that have a # (kde#426976) + * Show annotation tip when selecting the tool in continuous mode (kde#426782) + * More fine tuning of the mime of the opened file + * Fix QScroller crash on Qt < 5.14 and certain screen arrangements (kde#425188) + * Avoid unintentional accelerating flicks by reducing maximum flick time + * New part/ directory for okularpart sources from /, ui/, conf/ +- Rebase 0001-Inform-users-about-the-okular-spectre-package-in-the.patch + +------------------------------------------------------------------- +Sat Nov 14 00:03:10 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Update to 20.11.80 + * New feature release +- Too many changes to list here. + +------------------------------------------------------------------- Old: ---- okular-20.08.3.tar.xz okular-20.08.3.tar.xz.sig New: ---- okular-20.12.0.tar.xz okular-20.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ okular.spec ++++++ --- /var/tmp/diff_new_pack.Xt2d4e/_old 2020-12-17 16:57:02.465199648 +0100 +++ /var/tmp/diff_new_pack.Xt2d4e/_new 2020-12-17 16:57:02.473199657 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: okular -Version: 20.08.3 +Version: 20.12.0 Release: 0 Summary: Document Viewer # GPL-3.0+ license used by a runtime plugin @@ -120,12 +120,17 @@ %prep %autosetup -p1 -n okular-%{version} +# okular doesn't really need CMake 3.16. +# Leap 15.1 only has 3.10, that's more than enough +sed -i 's#3.16#3.10#' CMakeLists.txt + %build %cmake_kf5 -d build -- -DBUILD_TESTING=ON -DOKULAR_UI=desktop %cmake_build %install -%make_install -C build +%kf5_makeinstall -C build + %if %{with lang} %find_lang %{name} --with-man --all-name %{kf5_find_htmldocs} @@ -153,7 +158,6 @@ %{_kf5_applicationsdir}/okularApplication_kimgio.desktop %{_kf5_applicationsdir}/okularApplication_md.desktop %{_kf5_applicationsdir}/okularApplication_mobi.desktop -%{_kf5_applicationsdir}/okularApplication_ooo.desktop %{_kf5_applicationsdir}/okularApplication_pdf.desktop %{_kf5_applicationsdir}/okularApplication_plucker.desktop %{_kf5_applicationsdir}/okularApplication_tiff.desktop @@ -170,7 +174,6 @@ %{_kf5_appstreamdir}/org.kde.okular-kimgio.metainfo.xml %{_kf5_appstreamdir}/org.kde.okular-md.metainfo.xml %{_kf5_appstreamdir}/org.kde.okular-mobipocket.metainfo.xml -%{_kf5_appstreamdir}/org.kde.okular-ooo.metainfo.xml %{_kf5_appstreamdir}/org.kde.okular-plucker.metainfo.xml %{_kf5_appstreamdir}/org.kde.okular-poppler.metainfo.xml %{_kf5_appstreamdir}/org.kde.okular-tiff.metainfo.xml @@ -196,7 +199,6 @@ %{_kf5_plugindir}/okular/generators/okularGenerator_kimgio.so %{_kf5_plugindir}/okular/generators/okularGenerator_md.so %{_kf5_plugindir}/okular/generators/okularGenerator_mobi.so -%{_kf5_plugindir}/okular/generators/okularGenerator_ooo.so %{_kf5_plugindir}/okular/generators/okularGenerator_plucker.so %{_kf5_plugindir}/okular/generators/okularGenerator_poppler.so %{_kf5_plugindir}/okular/generators/okularGenerator_tiff.so @@ -212,7 +214,6 @@ %{_kf5_servicesdir}/okularKimgio.desktop %{_kf5_servicesdir}/okularMd.desktop %{_kf5_servicesdir}/okularMobi.desktop -%{_kf5_servicesdir}/okularOoo.desktop %{_kf5_servicesdir}/okularPlucker.desktop %{_kf5_servicesdir}/okularPoppler.desktop %{_kf5_servicesdir}/okularTiff.desktop ++++++ 0001-Inform-users-about-the-okular-spectre-package-in-the.patch ++++++ --- /var/tmp/diff_new_pack.Xt2d4e/_old 2020-12-17 16:57:02.497199683 +0100 +++ /var/tmp/diff_new_pack.Xt2d4e/_new 2020-12-17 16:57:02.497199683 +0100 @@ -1,17 +1,17 @@ -From e0e5a2f668941c03421fb0ce36e881b927a634df Mon Sep 17 00:00:00 2001 +From d628fb9e647c1333a7b4a6574bf459f89e9e54a1 Mon Sep 17 00:00:00 2001 From: Fabian Vogt <[email protected]> Date: Wed, 16 Sep 2020 16:29:53 +0200 Subject: [PATCH] Inform users about the okular-spectre package in the print preview --- - ui/fileprinterpreview.cpp | 6 ++++++ + part/fileprinterpreview.cpp | 6 ++++++ 1 file changed, 6 insertions(+) -diff --git a/ui/fileprinterpreview.cpp b/ui/fileprinterpreview.cpp -index 6bac0cc8c..b06046d6d 100644 ---- a/ui/fileprinterpreview.cpp -+++ b/ui/fileprinterpreview.cpp +diff --git a/part/fileprinterpreview.cpp b/part/fileprinterpreview.cpp +index 6bac0cc..b06046d 100644 +--- a/part/fileprinterpreview.cpp ++++ b/part/fileprinterpreview.cpp @@ -92,6 +92,12 @@ void FilePrinterPreviewPrivate::getPart() } @@ -26,5 +26,5 @@ KPluginLoader loader(**it); factory = loader.factory(); -- -2.25.1 +2.29.2 ++++++ okular-20.08.3.tar.xz -> okular-20.12.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/okular/okular-20.08.3.tar.xz /work/SRC/openSUSE:Factory/.okular.new.5145/okular-20.12.0.tar.xz differ: char 26, line 1 _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
