Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-lupa for openSUSE:Factory 
checked in at 2022-02-23 16:25:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-lupa (Old)
 and      /work/SRC/openSUSE:Factory/.python-lupa.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-lupa"

Wed Feb 23 16:25:42 2022 rev:11 rq:956623 version:1.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-lupa/python-lupa.changes  2021-12-30 
15:55:37.712664165 +0100
+++ /work/SRC/openSUSE:Factory/.python-lupa.new.1958/python-lupa.changes        
2022-02-23 16:25:51.983507577 +0100
@@ -1,0 +2,10 @@
+Mon Feb 21 09:05:32 UTC 2022 - Andreas Schneider <a...@cryptomilk.org>
+
+- Fix BR for luajit (Leap 15.3 only offers moonjit)
+
+-------------------------------------------------------------------
+Mon Feb 21 08:57:02 UTC 2022 - Andreas Schneider <a...@cryptomilk.org>
+
+- Skip building for python2
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-lupa.spec ++++++
--- /var/tmp/diff_new_pack.bMAIta/_old  2022-02-23 16:25:52.471507594 +0100
+++ /var/tmp/diff_new_pack.bMAIta/_new  2022-02-23 16:25:52.475507595 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-lupa
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-lupa
 Version:        1.10
 Release:        0
@@ -31,11 +32,14 @@
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
 BuildRequires:  pkgconfig(lua)
-Recommends:     luajit
 Suggests:       lua
+%if 0%{suse_version} >= 1550 || 0%{?sle_version} >= 150400
 %ifnarch riscv64
 BuildRequires:  pkgconfig(luajit)
 %endif
+Recommends:     luajit
+# /suse_version
+%endif
 %python_subpackages
 
 %description

Reply via email to