SHA256
1
0
forked from pool/sigil

Accepting request 848964 from Documentation:Tools

OBS-URL: https://build.opensuse.org/request/show/848964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sigil?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2020-11-17 20:23:20 +00:00 committed by Git OBS Bridge
commit 403a5e6185
4 changed files with 76 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ac302328f0d0e0144e67bd4cbd7834650eb219f81a623f393271bf6f0686cc56
size 21697294

3
sigil-1.4.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8e4919bde7b0e530e12a6feb8956e92e662270187d924a0102e505e942acacb1
size 24117170

View File

@ -1,3 +1,68 @@
-------------------------------------------------------------------
Mon Nov 16 19:32:44 UTC 2020 - ecsos <ecsos@opensuse.org>
- Update to 1.4.1
* Bug Fixes:
- critical bug fix for over xml encoding html used inside
metadata in the opf
- return use of ctrl-f to its long standing functionality
-------------------------------------------------------------------
Sun Nov 15 19:13:48 UTC 2020 - Eric Schirra <ecsos@schirra.net>
- Remove not needed BuildRequires: python3-sip, python3-sip-common
-------------------------------------------------------------------
Sat Nov 14 09:39:27 UTC 2020 - ecsos <ecsos@opensuse.org>
- Update to 1.4.0
* New Features:
- Two different types of Multiple Language Spellchecking support added:
- A user can now specify a Primary and a Secondary Language
dictionary for real-time spellchecking (red squiggley underline).
- The Spellcheck Dialog will now support spell checking as
determined by xml:lang and lang attributes in any languages
with dictionaries
- Main UI icons now use scalable svg files to better serve
higher res displays.
- New brighter Sigil Application Icon is now being used.
- Alternate Sigil main Application Icon now available as a
build-time option
- Sigil now provides 3 different Icon Themes for the user:
Main, Fluent, and Material. Again all thanks goes to
eckyEbook for creating/collecting all of the icon themes!
- Sigil will now support a custom user-determined Icon theme
via a custom .rcc file.
- pre-made icon themes for Legacy and Material themes in
different base colors are now available with more
user-contributed theme files to hopefully come.
- checkout https://github.com/Sigil-Ebook/IconThemes for more
information and additional themes
- New main toolbar icons are now available and improved icon
groupings have been made to provide the user with a greater -
degree of toolbar customization. Users may need to drag and
drop icon grouping and modify their selections of Toolbars to
see some of these new options.
- Improved support for IRI (international) hrefs. OPF newly
added file manifest ids now converted to plain ascii to
prevent issues with older readers
* Bug Fixes:
- Fix bugs in Marking for Index
- Perform major URL en/decode refactoring to properly handle
'#' (and other reserved chars) in file names
- Translate "Table of Contents" using book language not ui
langauge
- Fix handling of links when using Add Existing on xhtml files
with links to other xhtml files
- Fix split code to better handle duplicate target ids that
reside in different files
- Bug fixes for the plugin interface from wrCisco
- Bug fixes for the plugin interface setguide from BeckyDTP
- Fix bug in OPF parsing when valid but non-traditional
namespace prefixes are used
- Fix rare off by one condition in clip number to clip enditor
model conversion
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jul 25 08:22:20 UTC 2020 - ecsos <ecsos@opensuse.org> Sat Jul 25 08:22:20 UTC 2020 - ecsos <ecsos@opensuse.org>

View File

@ -18,7 +18,7 @@
%define sigil_doc_version 2019.09.03 %define sigil_doc_version 2019.09.03
Name: sigil Name: sigil
Version: 1.3.0 Version: 1.4.1
Release: 0 Release: 0
Summary: WYSIWYG Ebook Editor Summary: WYSIWYG Ebook Editor
License: GPL-3.0-only License: GPL-3.0-only
@ -158,11 +158,11 @@ cmake -G "Unix Makefiles" \
mkdir -p %{buildroot}%{_datadir}/applications mkdir -p %{buildroot}%{_datadir}/applications
# install icons for the .desktop file # install icons for the .desktop file
install -m644 -D src/Resource_Files/icon/app_icon_16.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/sigil.png install -m644 -D src/Resource_Files/icon/app_icons_orig/app_icon_16.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/sigil.png
install -m644 -D src/Resource_Files/icon/app_icon_32.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/sigil.png install -m644 -D src/Resource_Files/icon/app_icons_orig/app_icon_32.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/sigil.png
install -m644 -D src/Resource_Files/icon/app_icon_48.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/sigil.png install -m644 -D src/Resource_Files/icon/app_icons_orig/app_icon_48.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/sigil.png
install -m644 -D src/Resource_Files/icon/app_icon_128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/sigil.png install -m644 -D src/Resource_Files/icon/app_icons_orig/app_icon_128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/sigil.png
install -m644 -D src/Resource_Files/icon/app_icon_256.png %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/sigil.png install -m644 -D src/Resource_Files/icon/app_icons_orig/app_icon_256.png %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/sigil.png
install -m644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop install -m644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
%suse_update_desktop_file %{name} %suse_update_desktop_file %{name}
@ -200,6 +200,8 @@ popd
%{_datadir}/%{name}/python3lib %{_datadir}/%{name}/python3lib
%{_datadir}/%{name}/polyfills %{_datadir}/%{name}/polyfills
%{_datadir}/%{name}/plugin_launchers %{_datadir}/%{name}/plugin_launchers
%dir %{_datadir}/%{name}/iconthemes
%{_datadir}/%{name}/iconthemes/*.rcc
%dir %{_libdir}/%{name} %dir %{_libdir}/%{name}
%{_libdir}/%{name}/* %{_libdir}/%{name}/*