forked from pool/sigil
Accepting request 717457 from Documentation:Tools
OBS-URL: https://build.opensuse.org/request/show/717457 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sigil?expand=0&rev=8
This commit is contained in:
commit
3d8d0f8328
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d05c59c61ff8a7ec77d7f9cbce33cccf0fe7b7846f92bbfc92dad62c40f22e3d
|
||||
size 21230431
|
3
0.9.16.tar.gz
Normal file
3
0.9.16.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c28ec5230b9eb708fae795b69777e32eceee94ac26e3ea2838c74ef1e041f638
|
||||
size 21241424
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 22 07:19:12 UTC 2019 - ecsos@opensuse.org
|
||||
|
||||
- Update to 0.9.16
|
||||
* New Features
|
||||
- added epub3 tool: Generate NCX/Guide for epub2 e-readers
|
||||
- added epub3 tool: Remove NCX and Guide
|
||||
- added right click on link in Preview copies url to
|
||||
clipboard
|
||||
- added check mark indicator for current semantic set in
|
||||
AddSemantics dialog
|
||||
- opf guide is no longer used/updated in epub3, unless new
|
||||
epub3 tool menu is used
|
||||
- harden Sigil against maliciously crafted epub zip archives
|
||||
(aka zip-slip attacks)
|
||||
- added bk.getnavid() to the plugin framework and
|
||||
navprocessor.py for plugin devs
|
||||
- updated build documents to the latest Qt 5.12.3 and Python
|
||||
3.7.2)
|
||||
* Bug Fixes
|
||||
- add missing title tag to nav head to make epubcheck happy
|
||||
- add dcterms:modified to empty epub 3 opf to keep epubcheck
|
||||
happy
|
||||
- fix lost Preview-CodeView sync when internal links are
|
||||
followed in Preview
|
||||
- fix macOS specific bug with newer versions of PIL (Pillow)
|
||||
used by plugins
|
||||
- prevent MS VC++ automatic reboots during Windows installs
|
||||
- prevent user from changing semantics of the nav file itself
|
||||
(it must be set to “toc”)
|
||||
- fix bug that dropped nav from spine when HTML TOC created
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 3 14:49:14 UTC 2019 - ecsos@opensuse.org
|
||||
|
||||
@ -1114,4 +1146,3 @@ For previous changes, see ChangeLog.txt
|
||||
Sat Aug 6 11:36:41 UTC 2011 - toms@suse.de
|
||||
|
||||
- First initial release 0.3.4
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define sigil_doc_version 2019.06.25
|
||||
|
||||
Name: sigil
|
||||
Version: 0.9.15
|
||||
Version: 0.9.16
|
||||
Release: 0
|
||||
Summary: WYSIWYG Ebook Editor
|
||||
License: GPL-3.0-only
|
||||
@ -46,6 +46,7 @@ BuildRequires: libxml2-devel
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: pcre-devel
|
||||
# upstream use 3.7.2
|
||||
BuildRequires: python3-devel >= 3.4
|
||||
BuildRequires: unzip
|
||||
BuildRequires: update-desktop-files
|
||||
@ -70,7 +71,7 @@ BuildRequires: python3-cssutils >= 1.0.2
|
||||
BuildRequires: python3-html5lib >= 1.0.1
|
||||
# upstream use for python3-lxml 4.2.6
|
||||
BuildRequires: python3-lxml
|
||||
# upstream use for python3-qt5 5.12
|
||||
# upstream use for python3-qt5 5.12.3
|
||||
BuildRequires: python3-qt5
|
||||
# upstream use for python3-regex 2018.11.12
|
||||
BuildRequires: python3-regex
|
||||
|
Loading…
Reference in New Issue
Block a user