8 Commits

Author SHA256 Message Date
e64c713e1f Accepting request 1311197 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1311197
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mcomix?expand=0&rev=9
2025-10-14 16:08:10 +00:00
ea54e8089d - Update to 3.1.1:
* Fix "context has already been set" error

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mcomix?expand=0&rev=25
2025-10-13 16:58:02 +00:00
c328200673 Accepting request 1300345 from multimedia:apps
- replace Requires: /usr/bin/chardetect with %{pythons}-chardet
  * let chardetect use the same python version as mcomix

OBS-URL: https://build.opensuse.org/request/show/1300345
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mcomix?expand=0&rev=8
2025-08-20 11:25:46 +00:00
273c1dcf2e - replace Requires: /usr/bin/chardetect with %{pythons}-chardet
* let chardetect use the same python version as mcomix

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mcomix?expand=0&rev=23
2025-08-19 18:00:43 +00:00
189bb048b0 Accepting request 1241196 from multimedia:apps
- for Leap 16.0 requires python3 instead of python311
- fix Requires
- adjust spec file for Leap 16.0

OBS-URL: https://build.opensuse.org/request/show/1241196
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mcomix?expand=0&rev=7
2025-01-29 16:03:30 +00:00
39cb2c6c04 - for Leap 16.0 requires python3 instead of python311
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mcomix?expand=0&rev=21
2025-01-29 13:29:42 +00:00
5a1d61af84 - for Leap 16.8 requires python3 instead of python311
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mcomix?expand=0&rev=20
2025-01-29 13:23:41 +00:00
3035def2b1 - fix Requires
- adjust spec file for Leap 16.0

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mcomix?expand=0&rev=19
2025-01-28 15:20:51 +00:00
4 changed files with 35 additions and 12 deletions

View File

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

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

View File

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

View File

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