Hello community,

here is the log from the commit of package sigil for openSUSE:Factory checked 
in at 2020-07-27 17:38:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sigil (Old)
 and      /work/SRC/openSUSE:Factory/.sigil.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sigil"

Mon Jul 27 17:38:36 2020 rev:14 rq:822760 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/sigil/sigil.changes      2020-03-30 
23:03:48.108190135 +0200
+++ /work/SRC/openSUSE:Factory/.sigil.new.3592/sigil.changes    2020-07-27 
17:38:56.294916966 +0200
@@ -1,0 +2,39 @@
+Sat Jul 25 08:22:20 UTC 2020 - ecsos <[email protected]>
+
+- Update to 1.3.0
+  New Features:
+  - Added FontTab to show a specific font by double-clicking in 
+    BookBrowser
+  - Added Index Toolbar
+  - Added increased protection against evil epubs manipulating
+    file: urls
+  - Changes to support building with Visual Studio 2019 on Windows
+  - Improved Windows Installer and handling of C++ runtime 
+    libraries
+  - Updated Build instructions for MacOS, Windows, and Linux
+  Bug Fixes:
+  - Reorganized the source code to add a Widgets folder to reduce
+    code duplication
+  - Fixed spelling mistakes in MetaEditor user interface and 
+    xmlsanitycheck error messages
+  - Fixed mistakes handling font files (and other files) whose
+    names start with a "." on macOS/Linux
+  - Improved embedded python error messages
+  - Improved some error messages on epub load
+  - Fix TabConnections to properly handle the new FontTab tabs
+  - grew Preferences Colour widths to better handle non-English 
+    colour names (Thanks BeckyEbook)
+  - Fixed bug in handling missing local links when using Add 
+    Existing ...
+  - Removed all python2 remanants from the Sigil plugin and
+    pythonlib code
+  - If "Mend on Open" set, better handle import of huge file of of
+    run-on lines
+  - Bug fix for css url updating
+  - Fix bug that prevented css updates from being shown in Preview
+    without reload
+  - Fix gcc8 build warnings where possible
+  - Prevent BookBrowser's Rename and RERename from using URI
+    delimiters ("#",etc) in file names
+
+-------------------------------------------------------------------

Old:
----
  sigil-1.2.1.tar.gz

New:
----
  sigil-1.3.0.tar.gz

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

Other differences:
------------------
++++++ sigil.spec ++++++
--- /var/tmp/diff_new_pack.mM0Sr6/_old  2020-07-27 17:38:57.646918282 +0200
+++ /var/tmp/diff_new_pack.mM0Sr6/_new  2020-07-27 17:38:57.650918286 +0200
@@ -18,7 +18,7 @@
 
 %define sigil_doc_version 2019.09.03
 Name:           sigil
-Version:        1.2.1
+Version:        1.3.0
 Release:        0
 Summary:        WYSIWYG Ebook Editor
 License:        GPL-3.0-only
@@ -34,7 +34,6 @@
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  hunspell-devel
 # upstream use Qt 5.12.3
 BuildRequires:  libqt5-qtbase-devel >= 5.4.2
 BuildRequires:  libqt5-qtlocation-devel >= 5.4.2
@@ -43,27 +42,37 @@
 BuildRequires:  libxml2-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  make
-BuildRequires:  pcre-devel
 BuildRequires:  pkgconfig
 # not need for build, only check for exists
-# upstream use for python3-Pillow 5.4.1
-BuildRequires:  python3-Pillow
+# upstream use for python3-Pillow 7.1.2
+BuildRequires:  python3-Pillow >= 5.0.0
+# upstream use python3-certifi 2020.6.20
+BuildRequires:  python3-certifi
+# upstream use python3-chardet 3.0.4
 BuildRequires:  python3-chardet >= 3.0.4
+# upstream use python3-css-parser 1.0.4
+BuildRequires:  python3-css-parser >= 1.0.4
+# upstream use python3-cssselect 1.1.0
 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 python3-dulwich 0.19.15
-BuildRequires:  python3-dulwich
-BuildRequires:  python3-html5lib >= 1.0.1
-# upstream use for python3-lxml 4.2.6
-BuildRequires:  python3-lxml
+# upstream use python3-dulwich 0.20.5
+BuildRequires:  python3-dulwich >= 0.20.2
+# upstream use python3-html5lib >= 1.1
+BuildRequires:  python3-html5lib
+# upstream use for python3-lxml 4.5.1
+BuildRequires:  python3-lxml >= 4.4.2
 # upstream use for python3-qt5 5.12.3
 BuildRequires:  python3-qt5
-# upstream use for python3-regex 2018.11.12
+# upstream use for python3-regex 2020.6.8
 BuildRequires:  python3-regex
-# upstream use for python3-six 1.12.0
-BuildRequires:  python3-six
+# upstream use for python3-six 1.15.0
+BuildRequires:  python3-six >= 1.14.0
+# upstream use for python3-urllib3 1.25.9
+BuildRequires:  python3-urllib3 >= 1.24
+# upstream use python3-tk ?
 BuildRequires:  python3-tk
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
@@ -79,9 +88,14 @@
 BuildRequires:  pkgconfig(Qt5WebKitWidgets)
 BuildRequires:  pkgconfig(Qt5Xml)
 BuildRequires:  pkgconfig(Qt5XmlPatterns)
+BuildRequires:  pkgconfig(hunspell)
+BuildRequires:  pkgconfig(libpcre)
 BuildRequires:  pkgconfig(libusb-1.0)
+BuildRequires:  pkgconfig(minizip)
 Requires:       python3-Pillow
+Requires:       python3-certifi
 Requires:       python3-chardet
+Requires:       python3-css-parser
 Requires:       python3-cssselect
 Requires:       python3-cssutils
 Requires:       python3-dulwich
@@ -90,6 +104,7 @@
 Requires:       python3-regex
 Requires:       python3-six
 Requires:       python3-tk
+Requires:       python3-urllib3
 
 %description
 Sigil is an editor for the EPUB format. It is designed for WYSIWYG
@@ -128,8 +143,10 @@
 export CXXFLAGS="$CFLAGS"
 
 # FIXME: you should use %%cmake macros
+# With SYSTEM_LIBS=1 package does not build
 cmake -G "Unix Makefiles" \
    -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+   -DUSE_SYSTEM_LIBS=0 \
    -DCMAKE_BUILD_TYPE=Release .
 
 %make_build


++++++ sigil-1.2.1.tar.gz -> sigil-1.3.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/sigil/sigil-1.2.1.tar.gz 
/work/SRC/openSUSE:Factory/.sigil.new.3592/sigil-1.3.0.tar.gz differ: char 28, 
line 1


Reply via email to