From 3a8b84363f7d77641f3cd74e0a59944c516a2cca378fc29e355000ae82ffdb99 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 21 Nov 2021 11:02:01 +0000 Subject: [PATCH] Accepting request 930963 from home:Andreas_Schwab:Factory - Add readline-devel to enable readline support in the debugger - Add mpfr-devel to enable support for MPFR mode OBS-URL: https://build.opensuse.org/request/show/930963 OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=87 --- gawk.changes | 6 ++++++ gawk.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/gawk.changes b/gawk.changes index 54010dd..2658b4e 100644 --- a/gawk.changes +++ b/gawk.changes @@ -4,6 +4,12 @@ Sun Nov 14 17:10:48 UTC 2021 - Andreas Stieger - disable racy iolint tests boo#1192521 add gawk-5.1.1-Disable-racy-test-in-test-iolint.awk.patch +------------------------------------------------------------------- +Sat Nov 6 22:03:11 UTC 2021 - Andreas Schwab + +- Add readline-devel to enable readline support in the debugger +- Add mpfr-devel to enable support for MPFR mode + ------------------------------------------------------------------- Sun Oct 31 11:36:18 UTC 2021 - Andreas Stieger diff --git a/gawk.spec b/gawk.spec index f538a70..d1e978d 100644 --- a/gawk.spec +++ b/gawk.spec @@ -29,6 +29,8 @@ Source3: http://savannah.gnu.org/people/viewgpg.php?user_id=80653#/gawk.k Source4: gawk.rpmlintrc Patch0: gawk-5.1.1-Disable-racy-test-in-test-iolint.awk.patch Provides: awk +BuildRequires: mpfr-devel +BuildRequires: readline-devel %description AWK is a domain-specific language designed for text processing and