diff --git a/meson-testsuite.changes b/meson-testsuite.changes index 89a72d6..55963ad 100644 --- a/meson-testsuite.changes +++ b/meson-testsuite.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun May 20 14:20:31 UTC 2018 - dimstar@opensuse.org + +- BuildRequire python3-base instead of python3: make building a bit + cheaper. + ------------------------------------------------------------------- Mon Apr 30 07:03:53 UTC 2018 - dimstar@opensuse.org diff --git a/meson-testsuite.spec b/meson-testsuite.spec index 727a5d3..324b4aa 100644 --- a/meson-testsuite.spec +++ b/meson-testsuite.spec @@ -45,7 +45,7 @@ Patch3: meson-suse-fix-llvm-3.8.patch Patch4: meson-restore-python3.4.patch # PATCH-FIX-OPENSUSE meson-fix-gcc48.patch sor.alexei@meowr.ru -- Fix GCC 4.8 handling for openSUSE Leap 42.x. Patch5: meson-fix-gcc48.patch -BuildRequires: python3 +BuildRequires: python3-base BuildArch: noarch %if %{testsuite} BuildRequires: bison @@ -190,7 +190,7 @@ python3 run_tests.py %if 0%{?suse_version} >= 1500 %license COPYING %else -%doc COPYING +%license COPYING %endif %if !%{testsuite} %{_bindir}/meson diff --git a/meson.changes b/meson.changes index 89a72d6..55963ad 100644 --- a/meson.changes +++ b/meson.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun May 20 14:20:31 UTC 2018 - dimstar@opensuse.org + +- BuildRequire python3-base instead of python3: make building a bit + cheaper. + ------------------------------------------------------------------- Mon Apr 30 07:03:53 UTC 2018 - dimstar@opensuse.org diff --git a/meson.spec b/meson.spec index 08fcc71..06249f7 100644 --- a/meson.spec +++ b/meson.spec @@ -1,5 +1,5 @@ # -# spec file for package meson-testsuite +# spec file for package meson # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # @@ -45,7 +45,7 @@ Patch3: meson-suse-fix-llvm-3.8.patch Patch4: meson-restore-python3.4.patch # PATCH-FIX-OPENSUSE meson-fix-gcc48.patch sor.alexei@meowr.ru -- Fix GCC 4.8 handling for openSUSE Leap 42.x. Patch5: meson-fix-gcc48.patch -BuildRequires: python3 +BuildRequires: python3-base BuildArch: noarch %if %{testsuite} BuildRequires: bison @@ -190,7 +190,7 @@ python3 run_tests.py %if 0%{?suse_version} >= 1500 %license COPYING %else -%doc COPYING +%license COPYING %endif %if !%{testsuite} %{_bindir}/meson