Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package meson for openSUSE:Factory checked 
in at 2021-08-27 21:43:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/meson (Old)
 and      /work/SRC/openSUSE:Factory/.meson.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "meson"

Fri Aug 27 21:43:14 2021 rev:74 rq:913709 version:0.59.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/meson/meson.changes      2021-08-05 
20:47:46.479954150 +0200
+++ /work/SRC/openSUSE:Factory/.meson.new.1899/meson.changes    2021-08-27 
21:43:20.069930960 +0200
@@ -1,0 +2,13 @@
+Thu Aug 19 15:56:22 UTC 2021 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Update to version 0.59.1:
+  + No upstream changes provided.
+
+-------------------------------------------------------------------
+Fri Aug  6 23:18:53 UTC 2021 - Marcus Rueckert <mrueck...@suse.de>
+
+- Update to version 0.59.0:
+  https://mesonbuild.com/Release-notes-for-0-59-0.html
+- refreshed meson-test-installed-bin.patch to apply cleanly again
+
+-------------------------------------------------------------------

Old:
----
  meson-0.58.2.tar.gz
  meson-0.58.2.tar.gz.asc

New:
----
  meson-0.59.1.tar.gz
  meson-0.59.1.tar.gz.asc

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

Other differences:
------------------
++++++ meson.spec ++++++
--- /var/tmp/diff_new_pack.jzwPpJ/_old  2021-08-27 21:43:20.729931723 +0200
+++ /var/tmp/diff_new_pack.jzwPpJ/_new  2021-08-27 21:43:20.729931723 +0200
@@ -28,7 +28,7 @@
 %{!?vim_data_dir:%global vim_data_dir %{_datadir}/vim}
 %bcond_with     setuptools
 Name:           meson%{name_ext}
-Version:        0.58.2
+Version:        0.59.1
 Release:        0
 Summary:        Python-based build system
 License:        Apache-2.0

++++++ meson-0.58.2.tar.gz -> meson-0.59.1.tar.gz ++++++
++++ 39338 lines of diff (skipped)

++++++ meson-test-installed-bin.patch ++++++
--- /var/tmp/diff_new_pack.jzwPpJ/_old  2021-08-27 21:43:21.669932811 +0200
+++ /var/tmp/diff_new_pack.jzwPpJ/_new  2021-08-27 21:43:21.669932811 +0200
@@ -1,8 +1,8 @@
-Index: meson-0.58.0/run_tests.py
+Index: meson-0.59.0/run_tests.py
 ===================================================================
---- meson-0.58.0.orig/run_tests.py
-+++ meson-0.58.0/run_tests.py
-@@ -158,18 +158,10 @@ def get_meson_script():
+--- meson-0.59.0.orig/run_tests.py
++++ meson-0.59.0/run_tests.py
+@@ -163,18 +163,10 @@ def get_meson_script() -> str:
      Also used by run_unittests.py to determine what meson to run when not
      running in-process (which is the default).
      '''
@@ -21,24 +21,24 @@
 -    raise RuntimeError(f'Could not find {meson_script!r} or a meson in PATH')
 +    raise RuntimeError(f'Could not find meson in PATH')
  
- def get_backend_args_for_dir(backend, builddir):
+ def get_backend_args_for_dir(backend: Backend, builddir: str) -> T.List[str]:
      '''
-@@ -359,12 +351,12 @@ def main():
-             else:
-                 env['PYTHONPATH'] = temp_dir
-         if not options.cross:
--            cmd = mesonlib.python_command + ['run_meson_command_tests.py', 
'-v']
--            if options.failfast:
--                cmd += ['--failfast']
--            returncode += subprocess.call(cmd, env=env)
--            if options.failfast and returncode != 0:
--                return returncode
-+            #cmd = mesonlib.python_command + ['run_meson_command_tests.py', 
'-v']
-+            #if options.failfast:
-+            #    cmd += ['--failfast']
-+            #returncode += subprocess.call(cmd, env=env)
-+            #if options.failfast and returncode != 0:
-+            #    return returncode
-             if no_unittests:
-                 print('Skipping all unit tests.')
-                 print(flush=True)
+@@ -345,12 +337,12 @@ def main():
+     # Can't pass arguments to unit tests, so set the backend to use in the 
environment
+     env = os.environ.copy()
+     if not options.cross:
+-        cmd = mesonlib.python_command + ['run_meson_command_tests.py', '-v']
+-        if options.failfast:
+-            cmd += ['--failfast']
+-        returncode += subprocess.call(cmd, env=env)
+-        if options.failfast and returncode != 0:
+-            return returncode
++        #cmd = mesonlib.python_command + ['run_meson_command_tests.py', '-v']
++        #if options.failfast:
++        #    cmd += ['--failfast']
++        #returncode += subprocess.call(cmd, env=env)
++        #if options.failfast and returncode != 0:
++        #    return returncode
+         if no_unittests:
+             print('Skipping all unit tests.')
+             print(flush=True)

Reply via email to