Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package okular for openSUSE:Factory checked 
in at 2021-04-24 23:08:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/okular (Old)
 and      /work/SRC/openSUSE:Factory/.okular.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "okular"

Sat Apr 24 23:08:06 2021 rev:134 rq:887783 version:21.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/okular/okular.changes    2021-03-08 
15:15:22.129853099 +0100
+++ /work/SRC/openSUSE:Factory/.okular.new.12324/okular.changes 2021-04-24 
23:09:14.291402014 +0200
@@ -1,0 +2,42 @@
+Fri Apr 16 16:13:19 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.04
+- Changes since 21.03.90:
+  * Signature: Don't show "Reason: Not Available" if there's no signing reason
+  * Open the signed document on the page with the new signature
+  * Slight improvement to signature look&feel
+  * partest: Fix one test interfering with the next
+  * Don't call i18n before constructing QApplication
+  * Fix valgrind warning about uninit variables
+
+-------------------------------------------------------------------
+Fri Apr  9 17:41:44 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.03.90
+  * New feature release
+- Changes since 21.03.80:
+  * Fix a bug with zoom levels on cropped pages (kde#342003)
+  * conf: Fix layout warnings
+  * Fix playing RichMedia annotations (kde#434962)
+  * Fix white background flashing up when using Invert Lightness/Luma 
(kde#431372)
+  * If FB has multiple authors, show them all
+  * Add a few more formats supported by qimageformat plugins (kde#434888)
+  * Update screenshots in metadata
+
+-------------------------------------------------------------------
+Sun Mar 21 13:29:47 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.03.80
+  * New feature release
+- Too many changes since 20.12.3, only listing bugfixes:
+  * Switch to existing document in new tab by default (kde#432942)
+  * Enhance FictionBook support: book annotation, text-author for the cite, 
section subtitles (kde#340134)
+  * Make ESC key leave fullscreen (kde#366276, kde#417337, kde#269677)
+  * Use more standard cmake functionality to search for discount (kde#431311)
+  * Fix Table Selection polluting clipboard history (kde#402110)
+- Enable build the mobile ui for Okular
+
+-------------------------------------------------------------------

Old:
----
  okular-20.12.3.tar.xz
  okular-20.12.3.tar.xz.sig

New:
----
  okular-21.04.0.tar.xz
  okular-21.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ okular.spec ++++++
--- /var/tmp/diff_new_pack.VIqatN/_old  2021-04-24 23:09:14.919402903 +0200
+++ /var/tmp/diff_new_pack.VIqatN/_new  2021-04-24 23:09:14.919402903 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package okular
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,14 +21,18 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           okular
-Version:        20.12.3
+Version:        21.04.0
 Release:        0
 Summary:        Document Viewer
 # GPL-3.0+ license used by a runtime plugin
 License:        GPL-2.0-or-later AND GPL-3.0-or-later
 Group:          Productivity/Office/Other
-URL:            https://www.kde.org
+URL:            https://okular.kde.org
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
+%endif
 # PATCH-FEATURE-OPENSUSE
 Patch1000:      0001-Inform-users-about-the-okular-spectre-package-in-the.patch
 BuildRequires:  chmlib-devel
@@ -80,10 +84,6 @@
 Suggests:       %{name}-spectre
 Obsoletes:      okular5 < %{version}
 Provides:       okular5 = %{version}
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:        applications.keyring
-%endif
 
 %description
 Document viewing program; supports document in PDF, PS and
@@ -99,6 +99,17 @@
 many other formats. This package contains the plugins required
 to display PostScript documents and images.
 
+%package mobile
+Summary:        Document Viewer, Mobile UI
+Group:          Productivity/Office/Other
+Requires:       %{name} = %{version}-%{release}
+Requires:       kirigami2
+
+%description mobile
+Document viewing program; supports document in PDF, PS and
+many other formats. This contains the UI targeted at mobile devices with a
+touch screen.
+
 %package devel
 Summary:        Development files for the Okular document viewer
 Group:          Development/Libraries/KDE
@@ -120,12 +131,8 @@
 %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_kf5 -d build -- -DBUILD_TESTING=OFF -DOKULAR_UI=both
 %cmake_build
 
 %install
@@ -136,16 +143,12 @@
   %{kf5_find_htmldocs}
 %endif
 
-rm -rfv %{buildroot}/%{_kf5_applicationsdir}/org.kde.mobile*
-
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files
 %license COPYING*
 %{_kf5_debugdir}/okular.categories
-%dir %{_kf5_htmldir}
-%dir %{_kf5_htmldir}/en
 %doc %lang(en) %{_kf5_htmldir}/en/*/
 %doc %{_kf5_mandir}/man1/okular.*
 %{_kf5_applicationsdir}/okularApplication_chm.desktop
@@ -181,9 +184,11 @@
 %{_kf5_appstreamdir}/org.kde.okular-xps.metainfo.xml
 %{_kf5_appstreamdir}/org.kde.okular.appdata.xml
 %{_kf5_bindir}/okular
-%{_kf5_configkcfgdir}/
+%{_kf5_configkcfgdir}/gssettings.kcfg
+%{_kf5_configkcfgdir}/okular*.kcfg
+%{_kf5_configkcfgdir}/pdfsettings.kcfg
 %{_kf5_iconsdir}/hicolor/*/*/okular.*
-%{_kf5_kxmlguidir}/
+%{_kf5_kxmlguidir}/okular/
 %{_kf5_libdir}/libOkular5Core.so.*
 %dir %{_kf5_plugindir}/okular/
 %dir %{_kf5_plugindir}/okular/generators/
@@ -223,7 +228,7 @@
 %{_kf5_servicesdir}/ms-its.protocol
 %{_kf5_servicetypesdir}/okularGenerator.desktop
 %{_kf5_sharedir}/kconf_update
-%{_kf5_sharedir}/okular
+%{_kf5_sharedir}/okular/
 
 %files spectre
 %license COPYING*
@@ -232,6 +237,17 @@
 %{_kf5_plugindir}/okular/generators/okularGenerator_ghostview.so
 %{_kf5_servicesdir}/okularGhostview.desktop
 
+%files mobile
+%license COPYING*
+%{_kf5_bindir}/okularkirigami
+%dir %{_kf5_qmldir}/org/
+%dir %{_kf5_qmldir}/org/kde/
+%{_kf5_qmldir}/org/kde/okular/
+%{_kf5_applicationsdir}/org.kde.okular.kirigami.desktop
+# Can use a wildcard here, for non-mobile it's already expanded above
+%{_kf5_applicationsdir}/org.kde.mobile.okular_*.desktop
+%{_kf5_appstreamdir}/org.kde.okular.kirigami.appdata.xml
+
 %files devel
 %license COPYING*
 %{_kf5_cmakedir}/Okular5/


++++++ okular-20.12.3.tar.xz -> okular-21.04.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/okular/okular-20.12.3.tar.xz 
/work/SRC/openSUSE:Factory/.okular.new.12324/okular-21.04.0.tar.xz differ: char 
25, line 1

Reply via email to