Hello community,

here is the log from the commit of package sigil for openSUSE:Factory checked 
in at 2020-11-17 21:23:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sigil (Old)
 and      /work/SRC/openSUSE:Factory/.sigil.new.24930 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sigil"

Tue Nov 17 21:23:20 2020 rev:15 rq:848964 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/sigil/sigil.changes      2020-07-27 
17:38:56.294916966 +0200
+++ /work/SRC/openSUSE:Factory/.sigil.new.24930/sigil.changes   2020-11-17 
21:23:24.813266398 +0100
@@ -1,0 +2,65 @@
+Mon Nov 16 19:32:44 UTC 2020 - ecsos <ec...@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 <ec...@schirra.net>
+
+- Remove not needed BuildRequires: python3-sip, python3-sip-common
+
+-------------------------------------------------------------------
+Sat Nov 14 09:39:27 UTC 2020 - ecsos <ec...@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
+
+-------------------------------------------------------------------

Old:
----
  sigil-1.3.0.tar.gz

New:
----
  sigil-1.4.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sigil.spec ++++++
--- /var/tmp/diff_new_pack.NF0krz/_old  2020-11-17 21:23:25.557267137 +0100
+++ /var/tmp/diff_new_pack.NF0krz/_new  2020-11-17 21:23:25.561267140 +0100
@@ -18,7 +18,7 @@
 
 %define sigil_doc_version 2019.09.03
 Name:           sigil
-Version:        1.3.0
+Version:        1.4.1
 Release:        0
 Summary:        WYSIWYG Ebook Editor
 License:        GPL-3.0-only
@@ -158,11 +158,11 @@
 mkdir -p %{buildroot}%{_datadir}/applications
 
 # 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_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_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_16.png 
%{buildroot}%{_datadir}/icons/hicolor/16x16/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_icons_orig/app_icon_48.png 
%{buildroot}%{_datadir}/icons/hicolor/48x48/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_icons_orig/app_icon_256.png 
%{buildroot}%{_datadir}/icons/hicolor/256x256/apps/sigil.png
 install -m644 %{name}.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
 
 %suse_update_desktop_file %{name}
@@ -200,6 +200,8 @@
 %{_datadir}/%{name}/python3lib
 %{_datadir}/%{name}/polyfills
 %{_datadir}/%{name}/plugin_launchers
+%dir %{_datadir}/%{name}/iconthemes
+%{_datadir}/%{name}/iconthemes/*.rcc
 %dir %{_libdir}/%{name}
 %{_libdir}/%{name}/*
 


++++++ sigil-1.3.0.tar.gz -> sigil-1.4.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/sigil/sigil-1.3.0.tar.gz 
/work/SRC/openSUSE:Factory/.sigil.new.24930/sigil-1.4.1.tar.gz differ: char 28, 
line 1
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to