Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c203feb289 | |||
|
|
386b60720a |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa88d60620796800c4408dfdf7148b1abd3d97483e536dd020e35234885eb90b
|
||||
size 593435
|
||||
3
gaupol-1.15.tar.gz
Normal file
3
gaupol-1.15.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4128aa01f2ed3ecbcf12676e99087351251a9f105c14567786b31e77ba9fbfd7
|
||||
size 593412
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 23 20:14:42 UTC 2024 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||
|
||||
- Update to 1.15:
|
||||
* Don't merge font tags with different values
|
||||
(gh#otsaloma/gaupol#224).
|
||||
* Drop dependency on chardet.
|
||||
* Add dependency on charset-normalizer.
|
||||
* Raise Python dependency to >= 3.5.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 19:42:42 UTC 2024 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
%bcond_without test
|
||||
%define skip_python2 1
|
||||
Name: gaupol
|
||||
Version: 1.14.1
|
||||
Version: 1.15
|
||||
Release: 0
|
||||
Summary: GTK Subtitle editor
|
||||
License: GPL-3.0-or-later
|
||||
@@ -39,10 +39,10 @@ Requires: python3
|
||||
Requires: python3-aeidon
|
||||
Requires: python3-gobject >= 3.12
|
||||
Recommends: iso-codes >= 3.67
|
||||
Recommends: python3-chardet
|
||||
Recommends: python3-charset-normalizer
|
||||
BuildArch: noarch
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module chardet}
|
||||
BuildRequires: %{python_module charset-normalizer}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: myspell-en_US
|
||||
BuildRequires: typelib(Gspell) >= 1
|
||||
|
||||
Reference in New Issue
Block a user