Hello community,

here is the log from the commit of package sigil for openSUSE:Factory checked 
in at 2020-03-30 23:03:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sigil (Old)
 and      /work/SRC/openSUSE:Factory/.sigil.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sigil"

Mon Mar 30 23:03:45 2020 rev:13 rq:789583 version:1.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/sigil/sigil.changes      2020-02-07 
15:59:58.187683060 +0100
+++ /work/SRC/openSUSE:Factory/.sigil.new.3160/sigil.changes    2020-03-30 
23:03:48.108190135 +0200
@@ -1,0 +2,48 @@
+Sun Mar 29 18:16:02 UTC 2020 - ec...@opensuse.org
+
+- Update to 1.2.1
+  Mainly a Linux source-only release to handle an issue with the
+  dulwich Python module (required for the new Sigil checkpointing
+  feature) on systems with a Python 3 version less than 3.8.0.
+
+-------------------------------------------------------------------
+Sun Mar 29 16:45:24 UTC 2020 - ec...@opensuse.org
+
+- Update to 1.2.0
+  * New Features:
+    - Provide a tweak setting to adjust drag distance for 
+      Windows & Linux
+    - Added YesToAll and NoToAll options for replacing images via 
+      Add Existing...
+    - Highdpi and uifont setting information is now available to
+      Sigil's plugins
+    - Add a Checkpoint feature to Sigil for fast versioned saves to
+      git repositories
+    - add ability to easily create a Checkpoint (stored via a local
+      git repository)
+      - add ability to see the changes between the current epub and
+        any earlier Checkpoint
+      - add ability to revert the entire epub back to an earlier
+        Checkpoint
+      - added ability to manage and delete Checkpoint repositories.
+  * Bug Fixes:
+    - Fix cosmetic file name issue when aborts file rename edits in 
+      BookBrowser
+    - Improve default drag-distance for BookBrowser for
+      Windows & Linux
+    - Reduce required drag distance for macOS
+    - Fix index generation bug related to non-escaped text used in
+      regular expressions
+    - Fix bug that caused lost class attributes when marking words
+      for an index
+    - Guide to Landmark Semantic mappings have been extended to
+      better cover "other.*" guide items
+    - Changed the removeDir() routine to better deal with Windows
+      delete file issues.
+    - Updated Building on Windows docs
+    - Updated Building on MacOS docs
+    - Modified the codebase to use Ordered hashes/dictionaries
+      throughout to prevent unneeded reordering in tag attribute
+      order
+        
+-------------------------------------------------------------------

Old:
----
  1.1.0.tar.gz

New:
----
  sigil-1.2.1.tar.gz

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

Other differences:
------------------
++++++ sigil.spec ++++++
--- /var/tmp/diff_new_pack.xcrjj6/_old  2020-03-30 23:03:49.368190852 +0200
+++ /var/tmp/diff_new_pack.xcrjj6/_new  2020-03-30 23:03:49.372190855 +0200
@@ -18,13 +18,13 @@
 
 %define sigil_doc_version 2019.09.03
 Name:           sigil
-Version:        1.1.0
+Version:        1.2.1
 Release:        0
 Summary:        WYSIWYG Ebook Editor
 License:        GPL-3.0-only
 Group:          Productivity/Other
 URL:            https://sigil-ebook.com/
-Source0:        https://github.com/Sigil-Ebook/Sigil/archive/%{version}.tar.gz
+Source0:        
https://github.com/Sigil-Ebook/Sigil/archive/%{version}/%{name}-%{version}.tar.gz
 Source1:        
https://github.com/Sigil-Ebook/Sigil/raw/master/docs/Sigil_User_Guide_%{sigil_doc_version}.epub
 Source2:        %{name}.desktop
 # PATCH-FIX-OPENSUSE Disabled __DATE__ and __TIME__ which is replaced later in 
pre section
@@ -53,6 +53,8 @@
 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
@@ -77,10 +79,12 @@
 BuildRequires:  pkgconfig(Qt5WebKitWidgets)
 BuildRequires:  pkgconfig(Qt5Xml)
 BuildRequires:  pkgconfig(Qt5XmlPatterns)
+BuildRequires:  pkgconfig(libusb-1.0)
 Requires:       python3-Pillow
 Requires:       python3-chardet
 Requires:       python3-cssselect
 Requires:       python3-cssutils
+Requires:       python3-dulwich
 Requires:       python3-html5lib
 Requires:       python3-lxml
 Requires:       python3-regex



Reply via email to