Hello community,

here is the log from the commit of package zeal for openSUSE:Factory checked in 
at 2018-02-19 13:02:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zeal (Old)
 and      /work/SRC/openSUSE:Factory/.zeal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zeal"

Mon Feb 19 13:02:39 2018 rev:6 rq:577865 version:0.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/zeal/zeal.changes        2018-01-13 
21:44:35.578618118 +0100
+++ /work/SRC/openSUSE:Factory/.zeal.new/zeal.changes   2018-02-19 
13:02:57.333776103 +0100
@@ -1,0 +2,52 @@
+Sun Feb 18 18:55:27 UTC 2018 - jeng...@inai.de
+
+- Trim other OS parts from documentation.
+
+-------------------------------------------------------------------
+Sun Feb 18 18:02:53 UTC 2018 - avin...@opensuse.org
+
+- Update to 0.6.0
+  * New Features:
+    + New in-page search toolbar.
+    + Added default font preferences.
+    + New welcome page had direct links for docset manager and
+      application preferences.
+    + Added option for choosing external link behavior.
+  * Improvements:
+    + Added option for enabling smooth scrolling.
+    + Added Ctrl+, shortcut to open Preferences.
+  * Fixed Issues:
+    + Context menu now correctly states Open in new tab instead of
+      window.
+    + Fixed broken Open in new tab.
+    + Fixed problem with ExtJS docset.
+    + Added check for read-only docset storage.
+- Includes 0.5.0
+  * New Features:
+    + Implemented update functionality for docsets installed via
+      XML feeds.
+  * Improvements:
+    + Added show/hide options to the tray icon's menu.
+    + Tabs are movable.
+    + Double click on the tab bar creates a new tab.
+    + Web view now has a predefined list of zooming level.
+    + Linux: Use dedicated tray icon if theme provides one.
+    + Portable version now indicates so in title of the main
+      window.
+  * Fixed Issues:
+    + Fixed search result sorting with fuzzy search disabled.
+    + Fixed invisible file operations preventing the Docsets
+      dialog from closing.
+    + Fixed crashing on some corrupted docset directories.
+    + Fixed the app exiting on its own when a new version is
+      available.
+    + Windows: Fixed app not gaining focus when invoked from IDE
+      plugins.
+  * Known Issues:
+    Open in new tab doesn't work.
+- use https version of site
+- switch to cmake, as qmake support was removed
+- drop zeal-remove-qt-version.patch (no longer relevant)
+- cleanup with spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  zeal-0.4.0.tar.gz
  zeal-remove-qt-version.patch

New:
----
  zeal-0.6.0.tar.gz

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

Other differences:
------------------
++++++ zeal.spec ++++++
--- /var/tmp/diff_new_pack.ZYiGwd/_old  2018-02-19 13:02:58.201744801 +0100
+++ /var/tmp/diff_new_pack.ZYiGwd/_new  2018-02-19 13:02:58.205744656 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zeal
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,17 +17,17 @@
 
 
 Name:           zeal
-Version:        0.4.0
+Version:        0.6.0
 Release:        0
 Summary:        Offline API documentation browser
 License:        GPL-3.0
 Group:          Development/Tools/Other
-Url:            http://zealdocs.org
+Url:            https://zealdocs.org
 Source0:        
https://github.com/zealdocs/zeal/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # `help2man zeal > zeal.1` can't be run without X started.
 Source9:        zeal.1
-Patch0:         zeal-remove-qt-version.patch
-
+BuildRequires:  cmake
+BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libQt5Gui-private-headers-devel >= 5.2.0
@@ -47,9 +47,9 @@
 Requires(postun): update-desktop-files
 
 %description
-Zeal is a simple offline API documentation browser inspired by Dash
-(OS X app), available for Linux and Windows.
- * Quickly search documentation using Alt+Space (or customised)
+Zeal is an offline API documentation browser inspired by Dash
+(OS X app).
+ * Quickly search documentation using Alt+Space (or a customised)
    hotkey to display Zeal from any place in your workspace.
  * Search in multiple sets of documentation at once.
  * Don't be dependent on your internet connection.
@@ -58,14 +58,13 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-%qmake5 
-make %{?_smp_mflags} V=1
+%cmake -DBUILD_SHARED_LIBS:BOOL=OFF
+%make_jobs
 
 %install
-%qmake5_install
+%cmake_install
 %suse_update_desktop_file -r %{name} Office Viewer
 %fdupes -s %{buildroot}%{_datadir}
 
@@ -82,10 +81,9 @@
 %icon_theme_cache_postun
 
 %files
-%defattr(-,root,root,-)
 %doc COPYING README.md
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1.*
+%{_mandir}/man1/%{name}.1%{ext_man}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}*
 

++++++ zeal-0.4.0.tar.gz -> zeal-0.6.0.tar.gz ++++++
++++ 5958 lines of diff (skipped)


Reply via email to