Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mcomix for openSUSE:Factory checked 
in at 2025-01-29 17:03:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mcomix (Old)
 and      /work/SRC/openSUSE:Factory/.mcomix.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mcomix"

Wed Jan 29 17:03:30 2025 rev:7 rq:1241196 version:3.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mcomix/mcomix.changes    2024-05-22 
21:33:51.269002041 +0200
+++ /work/SRC/openSUSE:Factory/.mcomix.new.2316/mcomix.changes  2025-01-29 
17:03:30.471760461 +0100
@@ -1,0 +2,11 @@
+Wed Jan 29 13:29:04 UTC 2025 - Giacomo Comes <gcomes....@gmail.com>
+
+- for Leap 16.0 requires python3 instead of python311
+
+-------------------------------------------------------------------
+Tue Jan 28 15:19:10 UTC 2025 - Giacomo Comes <gcomes....@gmail.com>
+
+- fix Requires
+- adjust spec file for Leap 16.0
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mcomix.spec ++++++
--- /var/tmp/diff_new_pack.O0lB39/_old  2025-01-29 17:03:31.179789857 +0100
+++ /var/tmp/diff_new_pack.O0lB39/_new  2025-01-29 17:03:31.183790023 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mcomix
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,10 @@
 #
 
 
-%{?sle15_python_module_pythons}
-
-%if 0%{?suse_version} > 1500
+%if 0%{?suse_version} >= 1600
 %define pythons python3
+%else
+%define pythons python311
 %endif
 
 Name:           mcomix
@@ -34,12 +34,12 @@
 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}-gobject-Gdk
 Requires:       %{pythons}-pycairo

Reply via email to