forked from pool/sigil
Accepting request 1001090 from home: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. OBS-URL: https://build.opensuse.org/request/show/1001090 OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/sigil?expand=0&rev=72
This commit is contained in:
parent
64f6422c6b
commit
306d2ed69b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:35b6051d966c2848a8a031ebe691449229b3c95a56145647dc71857acc18fad5
|
|
||||||
size 25263060
|
|
3
sigil-1.9.20.tar.gz
Normal file
3
sigil-1.9.20.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ccba86da91e7d683ef1cbc1140e99f9eec7a802c28951091624285c94337e83d
|
||||||
|
size 25139664
|
@ -1,23 +0,0 @@
|
|||||||
From 3fd17410c31aca2000134ee28af9d42779fc88ea Mon Sep 17 00:00:00 2001
|
|
||||||
From: Doug Massay <douglaslmassay@gmail.com>
|
|
||||||
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
|
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 3 20:42:00 UTC 2022 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <ecsos@opensuse.org>
|
Wed Jun 15 05:53:23 UTC 2022 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define sigil_doc_version 2022.05.17
|
%define sigil_doc_version 2022.05.17
|
||||||
Name: sigil
|
Name: sigil
|
||||||
Version: 1.9.10
|
Version: 1.9.20
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: WYSIWYG Ebook Editor
|
Summary: WYSIWYG Ebook Editor
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -30,8 +30,6 @@ Source1: https://github.com/Sigil-Ebook/sigil-user-guide/releases/downloa
|
|||||||
Source2: %{name}.desktop
|
Source2: %{name}.desktop
|
||||||
# PATCH-FIX-OPENSUSE Disabled __DATE__ and __TIME__ which is replaced later in pre section
|
# PATCH-FIX-OPENSUSE Disabled __DATE__ and __TIME__ which is replaced later in pre section
|
||||||
Patch0: %{name}-gt-0.9.0-Dialogs-About.cpp.patch
|
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: boost-devel
|
||||||
BuildRequires: cmake >= 3.0
|
BuildRequires: cmake >= 3.0
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
@ -119,7 +117,6 @@ specification and create a hierarchical Table of Contents.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n Sigil-%{version}
|
%setup -q -n Sigil-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
|
||||||
cp -v %{SOURCE1} .
|
cp -v %{SOURCE1} .
|
||||||
cp -v %{SOURCE2} .
|
cp -v %{SOURCE2} .
|
||||||
# rpmlint
|
# rpmlint
|
||||||
|
Loading…
Reference in New Issue
Block a user