diff --git a/mcomix-3.1.0.tar.gz b/mcomix-3.1.0.tar.gz deleted file mode 100644 index 1faabaa..0000000 --- a/mcomix-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9286eba7ffbc3ce9528135a9939823c425f3bbe9f74a639f8706fcc28b4c427 -size 668651 diff --git a/mcomix-3.1.1.tar.gz b/mcomix-3.1.1.tar.gz new file mode 100644 index 0000000..23888c3 --- /dev/null +++ b/mcomix-3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a10aaaed7bc07deb74efde93bf9a8a27e1bcbf1824a0519b264cfee582becef8 +size 669463 diff --git a/mcomix.changes b/mcomix.changes index c81ee34..6351cb5 100644 --- a/mcomix.changes +++ b/mcomix.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Oct 13 16:30:21 UTC 2025 - Hunter Wardlaw + +- Update to 3.1.1: + * Fix "context has already been set" error + +------------------------------------------------------------------- +Tue Aug 19 18:00:02 UTC 2025 - Giacomo Comes + +- replace Requires: /usr/bin/chardetect with %{pythons}-chardet + * let chardetect use the same python version as mcomix + +------------------------------------------------------------------- +Wed Jan 29 13:29:04 UTC 2025 - Giacomo Comes + +- for Leap 16.0 requires python3 instead of python311 + +------------------------------------------------------------------- +Tue Jan 28 15:19:10 UTC 2025 - Giacomo Comes + +- fix Requires +- adjust spec file for Leap 16.0 + ------------------------------------------------------------------- Tue May 21 15:32:29 UTC 2024 - Giacomo Comes diff --git a/mcomix.spec b/mcomix.spec index e532f6e..ee9fd8f 100644 --- a/mcomix.spec +++ b/mcomix.spec @@ -1,7 +1,7 @@ # # spec file for package mcomix # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,14 +16,14 @@ # -%{?sle15_python_module_pythons} - -%if 0%{?suse_version} > 1500 +%if 0%{?suse_version} >= 1600 %define pythons python3 +%else +%define pythons python311 %endif Name: mcomix -Version: 3.1.0 +Version: 3.1.1 Release: 0 Summary: Comics Viewer License: GPL-2.0-only @@ -34,17 +34,17 @@ BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: gobject-introspection -%if 0%{?suse_version} > 1500 +%if 0%{?suse_version} > 1600 Requires: python3-PyMuPDF -%endif -%if 0%{?sle_version} >= 0150400 +%else Requires: mupdf %endif +Requires: %{pythons} Requires: %{pythons}-Pillow +Requires: %{pythons}-chardet Requires: %{pythons}-gobject-Gdk Requires: %{pythons}-pycairo Requires: /usr/bin/7z -Requires: /usr/bin/chardetect Requires: typelib-1_0-Gtk-3_0 Recommends: /usr/bin/lha Recommends: unrar