From 232c9e3a55f246f8e04fc9ec664f9a9593a5d7aa0140401559946f40b50bd59c Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Sun, 29 Mar 2020 21:18:33 +0000 Subject: [PATCH] Accepting request 789577 from home:ecsos - 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. OBS-URL: https://build.opensuse.org/request/show/789577 OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/sigil?expand=0&rev=41 --- 1.2.0.tar.gz | 3 --- sigil-1.2.1.tar.gz | 3 +++ sigil.changes | 8 ++++++++ sigil.spec | 8 ++++++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 1.2.0.tar.gz create mode 100644 sigil-1.2.1.tar.gz diff --git a/1.2.0.tar.gz b/1.2.0.tar.gz deleted file mode 100644 index e3ad54f..0000000 --- a/1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34c7c5c707375b561f00341509e59ae7036e893af06859ca8dbcebd5cf125758 -size 21462398 diff --git a/sigil-1.2.1.tar.gz b/sigil-1.2.1.tar.gz new file mode 100644 index 0000000..435a4fb --- /dev/null +++ b/sigil-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d831a7c57f058c60631b3f6f9fc760bd123100e60dbd125431375abb504f47c +size 21462450 diff --git a/sigil.changes b/sigil.changes index e0c4a8a..7661dd8 100644 --- a/sigil.changes +++ b/sigil.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Mar 29 18:16:02 UTC 2020 - ecsos@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 - ecsos@opensuse.org diff --git a/sigil.spec b/sigil.spec index e2e9bf4..5d460ca 100644 --- a/sigil.spec +++ b/sigil.spec @@ -18,13 +18,13 @@ %define sigil_doc_version 2019.09.03 Name: sigil -Version: 1.2.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 @@ -45,12 +45,15 @@ BuildRequires: libxslt-devel BuildRequires: make BuildRequires: pcre-devel BuildRequires: pkgconfig +BuildRequires: pkgconfig(libusb-1.0) # not need for build, only check for exists # upstream use for python3-Pillow 5.4.1 BuildRequires: python3-Pillow BuildRequires: python3-chardet >= 3.0.4 BuildRequires: python3-cssselect >= 1.0.3 BuildRequires: python3-cssutils >= 1.0.2 +# upstream use python3-dulwich 0.19.15 +BuildRequires: python3-dulwich # upstream use 3.7.2 BuildRequires: python3-devel >= 3.4 BuildRequires: python3-html5lib >= 1.0.1 @@ -81,6 +84,7 @@ Requires: python3-Pillow Requires: python3-chardet Requires: python3-cssselect Requires: python3-cssutils +Requires: python3-dulwich Requires: python3-html5lib Requires: python3-lxml Requires: python3-regex