Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-gst for openSUSE:Factory 
checked in at 2021-01-18 15:22:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gst (Old)
 and      /work/SRC/openSUSE:Factory/.python-gst.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gst"

Mon Jan 18 15:22:09 2021 rev:33 rq:864078 version:1.18.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gst/python-gst.changes    2020-12-13 
17:30:07.204372689 +0100
+++ /work/SRC/openSUSE:Factory/.python-gst.new.28504/python-gst.changes 
2021-01-18 15:22:14.106411993 +0100
@@ -1,0 +2,7 @@
+Fri Jan 15 21:06:07 UTC 2021 - Benjamin Greiner <c...@bnavigator.de>
+
+- The happy coincidence that python flavors and their interpreter
+  names have the same name is no longer true.
+  gh#openSUSE/python-rpm-macros#66
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-gst.spec ++++++
--- /var/tmp/diff_new_pack.YuL4Dl/_old  2021-01-18 15:22:14.726413732 +0100
+++ /var/tmp/diff_new_pack.YuL4Dl/_new  2021-01-18 15:22:14.730413744 +0100
@@ -55,7 +55,7 @@
 %autosetup -p1 -n %{_name}-%{version}
 
 %build
-for py_var in %{pythons}; do
+%{python_expand py_var=$python
   mkdir ../$py_var
   cp -rp * ../$py_var
   pushd ../$py_var
@@ -64,14 +64,14 @@
     %{nil}
   %meson_build
   popd
-done
+}
 
 %install
-for py_var in %{pythons}; do
+%{python_expand py_var=$python
   pushd ../$py_var
   %meson_install
   popd
-done
+}
 
 %files %{python_files}
 %license COPYING

Reply via email to