diff --git a/sigil-1.9.10.tar.gz b/sigil-1.9.10.tar.gz deleted file mode 100644 index 8394bb8..0000000 --- a/sigil-1.9.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35b6051d966c2848a8a031ebe691449229b3c95a56145647dc71857acc18fad5 -size 25263060 diff --git a/sigil-1.9.20.tar.gz b/sigil-1.9.20.tar.gz new file mode 100644 index 0000000..2f89a0a --- /dev/null +++ b/sigil-1.9.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccba86da91e7d683ef1cbc1140e99f9eec7a802c28951091624285c94337e83d +size 25139664 diff --git a/sigil-lto.patch b/sigil-lto.patch deleted file mode 100644 index 2303b37..0000000 --- a/sigil-lto.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 3fd17410c31aca2000134ee28af9d42779fc88ea Mon Sep 17 00:00:00 2001 -From: Doug Massay -Date: Tue, 7 Jun 2022 21:08:01 -0400 -Subject: [PATCH] Because GCC's lto is willfully chossing to suck - ---- - CMakeLists.txt | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 7c8fc81fbe..06a9eef7ae 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -82,6 +82,9 @@ if( UNIX AND NOT APPLE ) - # which point to directories outside the build tree to the install RPATH. - # This will ensure the Qt5 lib directory is always included after install. - SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) -+ -+ # Because GCC's link time optimization is willfully choosing to suck. -+ add_compile_options(-fno-lto) - endif() - - # Check if platform is 64 bit diff --git a/sigil.changes b/sigil.changes index a66a7ec..72af444 100644 --- a/sigil.changes +++ b/sigil.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Sat Sep 3 20:42:00 UTC 2022 - ecsos + +- Update to 1.9.20 + * Bug Fixes + - double width of new Find Replace icons to make them easier to + access + - improve new Find Replace icon tooltips to be include short + name on top + - fix bug that caused file rename changes to fail when updating + smil + - Metadata Editor will now strip out unneeded xmlns:dc + attributes on dc tags + - Metadata Editor is now more robust to language codes that + have incorrect case in the metadata + - clarify Create HTML ToC menu entry works from existing ToC + - prevent indavertent "" chars be treated like escapes when + updating metadata + - fix MetaEditor nit of not auto adding "aut" role to Author + metadata for epub2 + - make Spellcheck Editor count align column numerically (right) + * New Features + - add ability for a user-template*.xhtml and user-template*.css + be read from Sigil Prefs to create new empty xhtml and css + files + - updated to very latest MathJax version 3.2.2 for mathml + support in Preview + - add ability to cycle through 2 different custom stylesheets + (and none at all) for use with Preview +- Drop sigil-lto.patch, becuse now in upstream. + ------------------------------------------------------------------- Wed Jun 15 05:53:23 UTC 2022 - ecsos diff --git a/sigil.spec b/sigil.spec index 09a88c4..56f5f06 100644 --- a/sigil.spec +++ b/sigil.spec @@ -18,7 +18,7 @@ %define sigil_doc_version 2022.05.17 Name: sigil -Version: 1.9.10 +Version: 1.9.20 Release: 0 Summary: WYSIWYG Ebook Editor License: GPL-3.0-only @@ -30,8 +30,6 @@ Source1: https://github.com/Sigil-Ebook/sigil-user-guide/releases/downloa Source2: %{name}.desktop # PATCH-FIX-OPENSUSE Disabled __DATE__ and __TIME__ which is replaced later in pre section Patch0: %{name}-gt-0.9.0-Dialogs-About.cpp.patch -# PATCH-UPSTREAM - Fix Sigil EBUP editor terminates with SIGSEGV on startup -Patch1: %{name}-lto.patch BuildRequires: boost-devel BuildRequires: cmake >= 3.0 BuildRequires: dos2unix @@ -119,7 +117,6 @@ specification and create a hierarchical Table of Contents. %prep %setup -q -n Sigil-%{version} %patch0 -p1 -%patch1 -p1 cp -v %{SOURCE1} . cp -v %{SOURCE2} . # rpmlint