SHA256
1
0
forked from pool/sigil

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
This commit is contained in:
Eric Schirra 2020-03-29 21:18:33 +00:00 committed by Git OBS Bridge
parent dff7b30c09
commit 232c9e3a55
4 changed files with 17 additions and 5 deletions

View File

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

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

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

View File

@ -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

View File

@ -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