Hello community, here is the log from the commit of package meson for openSUSE:Factory checked in at 2017-09-12 19:37:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/meson (Old) and /work/SRC/openSUSE:Factory/.meson.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "meson" Tue Sep 12 19:37:09 2017 rev:23 rq:522298 version:0.42.0 Changes: -------- --- /work/SRC/openSUSE:Factory/meson/meson.changes 2017-08-24 18:26:55.516708782 +0200 +++ /work/SRC/openSUSE:Factory/.meson.new/meson.changes 2017-09-12 19:37:13.504344398 +0200 @@ -1,0 +2,5 @@ +Fri Sep 8 12:22:38 UTC 2017 - [email protected] + +- Rebase meson-fix-gcc48.patch (boo#1057701). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ meson-testsuite.spec ++++++ --- /var/tmp/diff_new_pack.6AciYN/_old 2017-09-12 19:37:13.992275827 +0200 +++ /var/tmp/diff_new_pack.6AciYN/_new 2017-09-12 19:37:13.996275265 +0200 @@ -152,8 +152,6 @@ %endif %files -%defattr(-,root,root) - %doc contributing.txt COPYING %if !%{testsuite} %{_bindir}/meson @@ -173,7 +171,6 @@ %if !%{testsuite} %files vim -%defattr(-,root,root) %doc syntax-highlighting/vim/README %dir %{vim_data_dir} %dir %{vim_data_dir}/site ++++++ meson.spec ++++++ --- /var/tmp/diff_new_pack.6AciYN/_old 2017-09-12 19:37:14.012273016 +0200 +++ /var/tmp/diff_new_pack.6AciYN/_new 2017-09-12 19:37:14.016272455 +0200 @@ -152,8 +152,6 @@ %endif %files -%defattr(-,root,root) - %doc contributing.txt COPYING %if !%{testsuite} %{_bindir}/meson @@ -173,7 +171,6 @@ %if !%{testsuite} %files vim -%defattr(-,root,root) %doc syntax-highlighting/vim/README %dir %{vim_data_dir} %dir %{vim_data_dir}/site ++++++ meson-fix-gcc48.patch ++++++ --- /var/tmp/diff_new_pack.6AciYN/_old 2017-09-12 19:37:14.040269082 +0200 +++ /var/tmp/diff_new_pack.6AciYN/_new 2017-09-12 19:37:14.044268520 +0200 @@ -1,15 +1,14 @@ -diff -ur meson-0.42.0/mesonbuild/compilers/cpp.py meson-0.42.patched/mesonbuild/compilers/cpp.py ---- meson-0.42.0/mesonbuild/compilers/cpp.py 2017-08-13 20:43:17.000000000 +0200 -+++ meson-0.42.patched/mesonbuild/compilers/cpp.py 2017-08-15 12:42:07.216511972 +0200 +--- a/mesonbuild/compilers/cpp.py ++++ b/mesonbuild/compilers/cpp.py @@ -75,9 +75,13 @@ '3': default_warn_args + ['-Wextra', '-Wpedantic']} def get_options(self): + c_stds = ['c++03', 'c++11'] + g_stds = ['gnu++11'] -+ if mesonlib.version_compare(self.version, '>=5.0.0'): -+ c_stds += ['c++14', 'c++1z'] -+ g_stds += ['gnu++14', 'gnu++1z'] ++ if version_compare(self.version, '>=5.0.0'): ++ c_stds += ['c++14', 'c++1z'] ++ g_stds += ['gnu++14', 'gnu++1z'] return {'cpp_std': coredata.UserComboOption('cpp_std', 'C++ language standard to use', - ['none', 'c++03', 'c++11', 'c++14', 'c++1z', - 'gnu++11', 'gnu++14', 'gnu++1z'],
