From d2d4cdaf481605566d5cdf019eb336fed0a4059f1d6fd207c975b9e9315e05c7 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 21 Jun 2023 09:30:47 +0000 Subject: [PATCH 1/2] Accepting request 1092099 from home:ecsos:python - Add %{?sle15_python_module_pythons} OBS-URL: https://build.opensuse.org/request/show/1092099 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=146 --- python-gobject.changes | 5 +++++ python-gobject.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-gobject.changes b/python-gobject.changes index a5221bd..1375ea6 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jun 10 10:10:50 UTC 2023 - ecsos + +- Add %{?sle15_python_module_pythons} + ------------------------------------------------------------------- Fri Mar 24 20:01:52 UTC 2023 - Bjørn Lie diff --git a/python-gobject.spec b/python-gobject.spec index 463159b..4d76e91 100644 --- a/python-gobject.spec +++ b/python-gobject.spec @@ -28,6 +28,7 @@ %global __requires_exclude typelib\\(%%namespaces\\) %global __requires_exclude_from ^%{_libdir}/python.*/site-packages/gi/__init__.py$ %define _name pygobject +%{?sle15_python_module_pythons} Name: python-gobject Version: 3.44.1 Release: 0 From 5949b796eb82839b02ee6a2f1c6de8780228875d3d9ac298f358f58c1510fc5c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 21 Jun 2023 09:32:14 +0000 Subject: [PATCH 2/2] - Add %{?sle15_python_module_pythons}: build additional python flavors besides the 'default' when building for SLE15. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=147 --- python-gobject.changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-gobject.changes b/python-gobject.changes index 1375ea6..902a51e 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- Sat Jun 10 10:10:50 UTC 2023 - ecsos -- Add %{?sle15_python_module_pythons} +- Add %{?sle15_python_module_pythons}: build additional python + flavors besides the 'default' when building for SLE15. ------------------------------------------------------------------- Fri Mar 24 20:01:52 UTC 2023 - Bjørn Lie