Accepting request 663307 from home:jaimeMF:branches:devel:tools

- Update to 0.6.1
  * Improvements:
    + Added Back/Forward to the webview's context menu.
    + Made search prefixes case insensitive.
    + Added Ctrl+L shortcut for focusing search input field.
    + Portable version now uses a relative path to the docset storage if it's a subdirectory.
  * Fixed Issues:
    + Fixed platform defined shortcut for preferences being ignored.
    + Fixed default fixed font size not saved.
    + Fixed broken JavaScript links.
    + Fixed make install not updating icon cache.
    + Set webview background color to white by default.
    + Fixed a problem preventing docset extraction to path containing non-Latin characters.
    + Fixed reproducibility of builds once again.
- desktop file has been renamed
- Add appdata.xml file

OBS-URL: https://build.opensuse.org/request/show/663307
OBS-URL: https://build.opensuse.org/package/show/devel:tools/zeal?expand=0&rev=25
This commit is contained in:
Martin Pluskal 2019-01-07 12:09:22 +00:00 committed by Git OBS Bridge
parent 1ccf968aaf
commit 35af97ab1b
4 changed files with 30 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef307d3ad4f03c76fa5fc249f8e7e04de879aa7574bec1ff8be548dbc2c02973
size 1062223

3
zeal-0.6.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:095c08f9903071849d5c79878abd48237ce1615f16d324afff1873ab6b5f0026
size 1063963

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Jan 4 16:50:11 UTC 2019 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
- Update to 0.6.1
* Improvements:
+ Added Back/Forward to the webview's context menu.
+ Made search prefixes case insensitive.
+ Added Ctrl+L shortcut for focusing search input field.
+ Portable version now uses a relative path to the docset storage if it's a subdirectory.
* Fixed Issues:
+ Fixed platform defined shortcut for preferences being ignored.
+ Fixed default fixed font size not saved.
+ Fixed broken JavaScript links.
+ Fixed make install not updating icon cache.
+ Set webview background color to white by default.
+ Fixed a problem preventing docset extraction to path containing non-Latin characters.
+ Fixed reproducibility of builds once again.
- desktop file has been renamed
- Add appdata.xml file
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Feb 18 18:55:27 UTC 2018 - jengelh@inai.de Sun Feb 18 18:55:27 UTC 2018 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package zeal # spec file for package zeal
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,15 +12,15 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: zeal Name: zeal
Version: 0.6.0 Version: 0.6.1
Release: 0 Release: 0
Summary: Offline API documentation browser Summary: Offline API documentation browser
License: GPL-3.0 License: GPL-3.0-only
Group: Development/Tools/Other Group: Development/Tools/Other
Url: https://zealdocs.org Url: https://zealdocs.org
Source0: https://github.com/zealdocs/zeal/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source0: https://github.com/zealdocs/zeal/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
@ -65,7 +65,7 @@ Zeal is an offline API documentation browser inspired by Dash
%install %install
%cmake_install %cmake_install
%suse_update_desktop_file -r %{name} Office Viewer %suse_update_desktop_file -r org.zealdocs.Zeal Office Viewer
%fdupes -s %{buildroot}%{_datadir} %fdupes -s %{buildroot}%{_datadir}
# Man pages: # Man pages:
@ -84,7 +84,8 @@ cp %{SOURCE9} %{buildroot}%{_mandir}/man1
%doc COPYING README.md %doc COPYING README.md
%{_bindir}/%{name} %{_bindir}/%{name}
%{_mandir}/man1/%{name}.1%{ext_man} %{_mandir}/man1/%{name}.1%{ext_man}
%{_datadir}/applications/%{name}.desktop %{_datadir}/applications/org.zealdocs.Zeal.desktop
%{_datadir}/metainfo/org.zealdocs.Zeal.appdata.xml
%{_datadir}/icons/hicolor/*/apps/%{name}* %{_datadir}/icons/hicolor/*/apps/%{name}*
%changelog %changelog