From b996db9e9e89c3c3b0a99942edeb2830b33503ba77bf69797ee07b144ec84c70 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Wed, 21 Mar 2018 21:52:12 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=85 --- meson-testsuite.spec | 2 +- meson.spec | 2 +- pre_checkin.sh | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 pre_checkin.sh diff --git a/meson-testsuite.spec b/meson-testsuite.spec index 93a67e3..32ba733 100644 --- a/meson-testsuite.spec +++ b/meson-testsuite.spec @@ -37,7 +37,7 @@ Source2: meson.keyring Patch0: meson-suse-ify-macros.patch # PATCH-FIX-OPENSUSE meson-fix-gcc48.patch sor.alexei@meowr.ru -- Fix GCC 4.8 handling for openSUSE Leap 42.x. Patch1: meson-fix-gcc48.patch -# PATCH-FIX-POENSUSE meson-restore-python3.4.patch -- Restore Python 3.4 support (reverts commit 0538009). +# PATCH-FIX-OPENSUSE meson-restore-python3.4.patch -- Restore Python 3.4 support (reverts commit 0538009). Patch2: meson-restore-python3.4.patch # PATCH-FIX-OPENSUSE meson-suse-fix-llvm-3.8.patch -- Fix LLVM 3.8 tests. Patch3: meson-suse-fix-llvm-3.8.patch diff --git a/meson.spec b/meson.spec index 092d7a6..03e26f5 100644 --- a/meson.spec +++ b/meson.spec @@ -37,7 +37,7 @@ Source2: meson.keyring Patch0: meson-suse-ify-macros.patch # PATCH-FIX-OPENSUSE meson-fix-gcc48.patch sor.alexei@meowr.ru -- Fix GCC 4.8 handling for openSUSE Leap 42.x. Patch1: meson-fix-gcc48.patch -# PATCH-FIX-POENSUSE meson-restore-python3.4.patch -- Restore Python 3.4 support (reverts commit 0538009). +# PATCH-FIX-OPENSUSE meson-restore-python3.4.patch -- Restore Python 3.4 support (reverts commit 0538009). Patch2: meson-restore-python3.4.patch # PATCH-FIX-OPENSUSE meson-suse-fix-llvm-3.8.patch -- Fix LLVM 3.8 tests. Patch3: meson-suse-fix-llvm-3.8.patch diff --git a/pre_checkin.sh b/pre_checkin.sh new file mode 100644 index 0000000..a3504f3 --- /dev/null +++ b/pre_checkin.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +sed meson.spec -e "s:%define testsuite 0:%define testsuite 1:" > meson-testsuite.spec +cp meson.changes meson-testsuite.changes +