Update to 3.1.1 #2
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9286eba7ffbc3ce9528135a9939823c425f3bbe9f74a639f8706fcc28b4c427
|
||||
size 668651
|
||||
3
mcomix-3.1.1.tar.gz
Normal file
3
mcomix-3.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a10aaaed7bc07deb74efde93bf9a8a27e1bcbf1824a0519b264cfee582becef8
|
||||
size 669463
|
||||
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 13 16:30:21 UTC 2025 - Hunter Wardlaw <wardlawhunter@gmail.com>
|
||||
|
||||
- Update to 3.1.1:
|
||||
* Fix "context has already been set" error
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 19 18:00:02 UTC 2025 - Giacomo Comes <gcomes.obs@gmail.com>
|
||||
|
||||
- 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 <gcomes.obs@gmail.com>
|
||||
|
||||
- for Leap 16.0 requires python3 instead of python311
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 28 15:19:10 UTC 2025 - Giacomo Comes <gcomes.obs@gmail.com>
|
||||
|
||||
- fix Requires
|
||||
- adjust spec file for Leap 16.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 15:32:29 UTC 2024 - Giacomo Comes <gcomes.obs@gmail.com>
|
||||
|
||||
|
||||
18
mcomix.spec
18
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
|
||||
|
||||
Reference in New Issue
Block a user