forked from pool/sigil
Accepting request 1104871 from home:ecsos
- Update to 2.0.0 * Bug Fixes - fix incorrect assert in sigil-gumbo - recognize application/pdf mediatype on epub import - remove compiler build warnings to clean up the build output - recognize source tag attribute srcset for xhtml source updates - fix Preview disconnect bug after split at cursor - fixed sigil-gumbo interface for plugins - added workaround for ADE epub3 bug with scaled cover images - fix encoding for named entities in opf metadata - fix drag/drop crash by disabling drop inside CodeViewEditor - fix CodeView to Preview syncing on text after an inline xhtml comment * New Features - updated to Qt 6.5.2 which is now used for official releases - updated to Python 3.11.3 and uses the latest EmbededPython interface - updated to the latest jquery version 3.6.4 - supports use of embedded pdfs ala ADE - added dark window titlebars for Windows platforms - add support for a user's cover-template2.xhtml and cover-template3.xhtml - add user preference to control printing dpi and add busy indicator icon - We'll stick with qt5 for now, which is also still the default in the Makefile, due to Leap and plugins. OBS-URL: https://build.opensuse.org/request/show/1104871 OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/sigil?expand=0&rev=76
This commit is contained in:
parent
63d1401ea8
commit
33eeec8bf3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:262c43ec0ce9ea9486fc19074dd0a687a39d9df1829732e9006d8c5fbb242458
|
||||
size 26602897
|
3
sigil-2.0.0.tar.gz
Normal file
3
sigil-2.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:934f2eb8ca569499f79137d054ac0986e85e4453b5666a2a628a12a448caec4c
|
||||
size 26777055
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 19 19:53:16 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 2.0.0
|
||||
* Bug Fixes
|
||||
- fix incorrect assert in sigil-gumbo
|
||||
- recognize application/pdf mediatype on epub import
|
||||
- remove compiler build warnings to clean up the build output
|
||||
- recognize source tag attribute srcset for xhtml source updates
|
||||
- fix Preview disconnect bug after split at cursor
|
||||
- fixed sigil-gumbo interface for plugins
|
||||
- added workaround for ADE epub3 bug with scaled cover images
|
||||
- fix encoding for named entities in opf metadata
|
||||
- fix drag/drop crash by disabling drop inside CodeViewEditor
|
||||
- fix CodeView to Preview syncing on text after an inline xhtml comment
|
||||
* New Features
|
||||
- updated to Qt 6.5.2 which is now used for official releases
|
||||
- updated to Python 3.11.3 and uses the latest EmbededPython interface
|
||||
- updated to the latest jquery version 3.6.4
|
||||
- supports use of embedded pdfs ala ADE
|
||||
- added dark window titlebars for Windows platforms
|
||||
- add support for a user's cover-template2.xhtml and cover-template3.xhtml
|
||||
- add user preference to control printing dpi and add busy indicator icon
|
||||
- We'll stick with qt5 for now, which is also still the default in
|
||||
the Makefile, due to Leap and plugins.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 10:35:30 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
11
sigil.spec
11
sigil.spec
@ -18,7 +18,7 @@
|
||||
|
||||
%define sigil_doc_version 2022.05.17
|
||||
Name: sigil
|
||||
Version: 1.9.30
|
||||
Version: 2.0.0
|
||||
Release: 0
|
||||
Summary: WYSIWYG Ebook Editor
|
||||
License: GPL-3.0-only
|
||||
@ -35,9 +35,8 @@ BuildRequires: cmake >= 3.0
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
# upstream use Qt 5.12.3
|
||||
BuildRequires: libqt5-qtbase-devel >= 5.4.2
|
||||
BuildRequires: libqt5-qtlocation-devel >= 5.4.2
|
||||
BuildRequires: libqt5-qtbase-devel >= 5.12.0
|
||||
BuildRequires: libqt5-qtlocation-devel >= 5.12.0
|
||||
BuildRequires: libstdc++-devel
|
||||
BuildRequires: libxerces-c-devel
|
||||
BuildRequires: libxml2-devel
|
||||
@ -57,8 +56,8 @@ BuildRequires: python3-css-parser >= 1.0.4
|
||||
BuildRequires: python3-cssselect >= 1.0.3
|
||||
# upstream use python3-cssutils ?
|
||||
BuildRequires: python3-cssutils >= 1.0.2
|
||||
# upstream use 3.7.2
|
||||
BuildRequires: python3-devel >= 3.4
|
||||
# upstream use 3.6.0
|
||||
BuildRequires: python3-devel >= 3.6
|
||||
# upstream use python3-dulwich 0.20.5
|
||||
BuildRequires: python3-dulwich >= 0.20.2
|
||||
# upstream use python3-html5lib >= 1.1
|
||||
|
Loading…
Reference in New Issue
Block a user