diff --git a/0.9.15.tar.gz b/0.9.15.tar.gz deleted file mode 100644 index 1a226b3..0000000 --- a/0.9.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d05c59c61ff8a7ec77d7f9cbce33cccf0fe7b7846f92bbfc92dad62c40f22e3d -size 21230431 diff --git a/0.9.16.tar.gz b/0.9.16.tar.gz new file mode 100644 index 0000000..b4e8698 --- /dev/null +++ b/0.9.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28ec5230b9eb708fae795b69777e32eceee94ac26e3ea2838c74ef1e041f638 +size 21241424 diff --git a/sigil.changes b/sigil.changes index 852ca37..b8910de 100644 --- a/sigil.changes +++ b/sigil.changes @@ -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 - diff --git a/sigil.spec b/sigil.spec index 9ac2a0a..135b422 100644 --- a/sigil.spec +++ b/sigil.spec @@ -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