Hello community,

here is the log from the commit of package zeal for openSUSE:Factory checked in 
at 2020-05-26 17:50:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zeal (Old)
 and      /work/SRC/openSUSE:Factory/.zeal.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zeal"

Tue May 26 17:50:22 2020 rev:8 rq:808970 version:2.7.0~git20200517.404c3aa

Changes:
--------
--- /work/SRC/openSUSE:Factory/zeal/zeal.changes        2019-01-08 
12:31:27.152077748 +0100
+++ /work/SRC/openSUSE:Factory/.zeal.new.2738/zeal.changes      2020-05-26 
17:50:33.608043583 +0200
@@ -1,0 +2,19 @@
+Mon May 25 11:05:55 UTC 2020 - [email protected]
+
+- Update to version 2.7.0~git20200517.404c3aa:
+  * chore(app): update FontAwesome to v5.13.0, switch to WOFF2 fonts
+  * ci(github): unify configure & build steps
+  * fix(registry): fix page TOC
+  * fix(browser): add missing namespace declaration
+  * feat(browser): log blocked requests
+  * fix(browser): fix compilation with Qt version below 5.13
+  * refactor(browser): improve code readability
+  * feat(browser): introduce centralized web settings management
+  * ci(github): fix Qt caching, make version configurable
+  * fix(browser): do not call deprecated QWebEngineProfile method
+- Switch to git tree
+- Use QWebEngine
+- Use kf5 build macros
+- relocate COPYING to %license
+
+-------------------------------------------------------------------

Old:
----
  zeal-0.6.1.tar.gz

New:
----
  _service
  _servicedata
  zeal-2.7.0~git20200517.404c3aa.tar.xz

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

Other differences:
------------------
++++++ zeal.spec ++++++
--- /var/tmp/diff_new_pack.bisnlp/_old  2020-05-26 17:50:34.748046082 +0200
+++ /var/tmp/diff_new_pack.bisnlp/_new  2020-05-26 17:50:34.752046090 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zeal
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           zeal
-Version:        0.6.1
+Version:        2.7.0~git20200517.404c3aa
 Release:        0
 Summary:        Offline API documentation browser
 License:        GPL-3.0-only
 Group:          Development/Tools/Other
-Url:            https://zealdocs.org
-Source0:        
https://github.com/zealdocs/zeal/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+URL:            https://zealdocs.org
+Source0:        %{name}-%{version}.tar.xz
 # `help2man zeal > zeal.1` can't be run without X started.
 Source9:        zeal.1
 BuildRequires:  cmake
@@ -34,7 +34,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5WebEngine) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Xml) >= 5.2.0
 BuildRequires:  pkgconfig(libarchive)
@@ -60,11 +60,11 @@
 %setup -q
 
 %build
-%cmake -DBUILD_SHARED_LIBS:BOOL=OFF
+%cmake_kf5 -d build
 %make_jobs
 
 %install
-%cmake_install
+%kf5_makeinstall -C build
 %suse_update_desktop_file -r org.zealdocs.Zeal Office Viewer
 %fdupes -s %{buildroot}%{_datadir}
 
@@ -81,7 +81,8 @@
 %icon_theme_cache_postun
 
 %files
-%doc COPYING README.md
+%license COPYING
+%doc README.md
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1%{ext_man}
 %{_datadir}/applications/org.zealdocs.Zeal.desktop

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">https://github.com/zealdocs/zeal.git</param>
    <param name="scm">git</param>
    <param name="exclude">.git</param>
    <param name="versionformat">2.7.0~git%cd.%h</param>
    <param name="changesgenerate">enable</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="disabled">
    <param name="basename">zeal</param>
  </service>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param name="url">https://github.com/zealdocs/zeal.git</param>
              <param 
name="changesrevision">404c3aa0c7db9dd6bc64309adc15d72407e372a3</param></service></servicedata>

Reply via email to