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:
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
|
||||
|
Reference in New Issue
Block a user