From 33eeec8bf38f1a96a89a4231bff39db9199778e5417e47dc0862f60472ae0e71 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Sun, 20 Aug 2023 10:54:58 +0000 Subject: [PATCH] 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 --- sigil-1.9.30.tar.gz | 3 --- sigil-2.0.0.tar.gz | 3 +++ sigil.changes | 26 ++++++++++++++++++++++++++ sigil.spec | 11 +++++------ 4 files changed, 34 insertions(+), 9 deletions(-) delete mode 100644 sigil-1.9.30.tar.gz create mode 100644 sigil-2.0.0.tar.gz diff --git a/sigil-1.9.30.tar.gz b/sigil-1.9.30.tar.gz deleted file mode 100644 index e0ef78e..0000000 --- a/sigil-1.9.30.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:262c43ec0ce9ea9486fc19074dd0a687a39d9df1829732e9006d8c5fbb242458 -size 26602897 diff --git a/sigil-2.0.0.tar.gz b/sigil-2.0.0.tar.gz new file mode 100644 index 0000000..37fc8ca --- /dev/null +++ b/sigil-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:934f2eb8ca569499f79137d054ac0986e85e4453b5666a2a628a12a448caec4c +size 26777055 diff --git a/sigil.changes b/sigil.changes index eb4e066..bba3798 100644 --- a/sigil.changes +++ b/sigil.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sat Aug 19 19:53:16 UTC 2023 - 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. + ------------------------------------------------------------------- Thu Mar 16 10:35:30 UTC 2023 - ecsos diff --git a/sigil.spec b/sigil.spec index f18f538..d4cb790 100644 --- a/sigil.spec +++ b/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