Hello community,

here is the log from the commit of package meson for openSUSE:Factory checked 
in at 2018-07-31 15:52:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/meson (Old)
 and      /work/SRC/openSUSE:Factory/.meson.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "meson"

Tue Jul 31 15:52:40 2018 rev:35 rq:625989 version:0.46.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/meson/meson-testsuite.changes    2018-06-03 
12:30:37.712439516 +0200
+++ /work/SRC/openSUSE:Factory/.meson.new/meson-testsuite.changes       
2018-07-31 15:52:44.458871107 +0200
@@ -1,0 +2,12 @@
+Sat Jul 28 21:08:48 UTC 2018 - [email protected]
+
+- Update to version 0.46.1:
+  * See https://github.com/mesonbuild/meson/milestone/26?closed=1
+- Drop meson-keep-spaces-in-pc-files.patch: Fixed upstream.
+
+-------------------------------------------------------------------
+Fri Jul 13 06:00:48 UTC 2018 - [email protected]
+
+- Add Don-t-raise-StopIteration-in-generators-no-longer-al.patch
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/meson/meson.changes      2018-07-14 
20:20:19.231429943 +0200
+++ /work/SRC/openSUSE:Factory/.meson.new/meson.changes 2018-07-31 
15:52:44.934871909 +0200
@@ -1,0 +2,7 @@
+Sat Jul 28 21:08:48 UTC 2018 - [email protected]
+
+- Update to version 0.46.1:
+  * See https://github.com/mesonbuild/meson/milestone/26?closed=1
+- Drop meson-keep-spaces-in-pc-files.patch: Fixed upstream.
+
+-------------------------------------------------------------------
@@ -4 +11 @@
-- add Don-t-raise-StopIteration-in-generators-no-longer-al.patch
+- Add Don-t-raise-StopIteration-in-generators-no-longer-al.patch

Old:
----
  meson-0.46.0.tar.gz
  meson-0.46.0.tar.gz.asc
  meson-keep-spaces-in-pc-files.patch

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

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

Other differences:
------------------
++++++ meson-testsuite.spec ++++++
--- /var/tmp/diff_new_pack.IkcSAq/_old  2018-07-31 15:52:46.526874590 +0200
+++ /var/tmp/diff_new_pack.IkcSAq/_new  2018-07-31 15:52:46.526874590 +0200
@@ -24,7 +24,7 @@
 %endif
 %define _name   mesonbuild
 Name:           meson%{name_ext}
-Version:        0.46.0
+Version:        0.46.1
 Release:        0
 Summary:        Python-based build system
 License:        Apache-2.0
@@ -37,14 +37,14 @@
 Patch0:         meson-suse-ify-macros.patch
 # PATCH-FIX-OPENSUSE meson-test-installed-bin.patch [email protected] -- We 
want the test suite to run against /usr/bin/meson coming from our meson package.
 Patch1:         meson-test-installed-bin.patch
-# PATCH-FIX-UPSTREAM meson-keep-spaces-in-pc-files.patch 
gh#mesonbuild/meson#3479 [email protected] -- Keep spaces in generated .pc 
files
-Patch2:         meson-keep-spaces-in-pc-files.patch
 # PATCH-FIX-OPENSUSE meson-suse-fix-llvm-3.8.patch -- Fix LLVM 3.8 tests.
 Patch3:         meson-suse-fix-llvm-3.8.patch
 # PATCH-FIX-OPENSUSE meson-restore-python3.4.patch -- Restore Python 3.4 
support (reverts commit 0538009).
 Patch4:         meson-restore-python3.4.patch
 # PATCH-FIX-OPENSUSE meson-fix-gcc48.patch [email protected] -- Fix GCC 4.8 
handling for openSUSE Leap 42.x.
 Patch5:         meson-fix-gcc48.patch
+# PATCH-FIX-UPSTREAM 
Don-t-raise-StopIteration-in-generators-no-longer-al.patch -- Don't raise 
StopIteration in generators, no longer allowed with Python 3.7. Fixes #3622
+Patch6:         Don-t-raise-StopIteration-in-generators-no-longer-al.patch
 BuildRequires:  python3-base
 BuildArch:      noarch
 %if %{testsuite}
@@ -131,12 +131,12 @@
 %setup -q -n meson-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 %if 0%{?suse_version} < 1500
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
 %endif
+%patch6 -p1
 
 # Remove static boost tests from test cases/frameworks/1 boost (can't use 
patch due to spaces in dirname)
 sed -i "/static/d" test\ cases/frameworks/1\ boost/meson.build

++++++ meson.spec ++++++
--- /var/tmp/diff_new_pack.IkcSAq/_old  2018-07-31 15:52:46.546874623 +0200
+++ /var/tmp/diff_new_pack.IkcSAq/_new  2018-07-31 15:52:46.546874623 +0200
@@ -24,7 +24,7 @@
 %endif
 %define _name   mesonbuild
 Name:           meson%{name_ext}
-Version:        0.46.0
+Version:        0.46.1
 Release:        0
 Summary:        Python-based build system
 License:        Apache-2.0
@@ -37,8 +37,6 @@
 Patch0:         meson-suse-ify-macros.patch
 # PATCH-FIX-OPENSUSE meson-test-installed-bin.patch [email protected] -- We 
want the test suite to run against /usr/bin/meson coming from our meson package.
 Patch1:         meson-test-installed-bin.patch
-# PATCH-FIX-UPSTREAM meson-keep-spaces-in-pc-files.patch 
gh#mesonbuild/meson#3479 [email protected] -- Keep spaces in generated .pc 
files
-Patch2:         meson-keep-spaces-in-pc-files.patch
 # PATCH-FIX-OPENSUSE meson-suse-fix-llvm-3.8.patch -- Fix LLVM 3.8 tests.
 Patch3:         meson-suse-fix-llvm-3.8.patch
 # PATCH-FIX-OPENSUSE meson-restore-python3.4.patch -- Restore Python 3.4 
support (reverts commit 0538009).
@@ -133,7 +131,6 @@
 %setup -q -n meson-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 %if 0%{?suse_version} < 1500
 %patch3 -p1
 %patch4 -p1

++++++ meson-0.46.0.tar.gz -> meson-0.46.1.tar.gz ++++++
++++ 1962 lines of diff (skipped)


Reply via email to