From 43bbc3e33d13b5295fdd828d8b8a865980416d39 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 20:46:15 +0100 Subject: [PATCH] rebuilt with debug package [release 1.07.1-2mamba;Sat Nov 28 2020] --- bc.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/bc.spec b/bc.spec index 76b0bf0..dd69e8e 100644 --- a/bc.spec +++ b/bc.spec @@ -1,6 +1,6 @@ Name: bc Version: 1.07.1 -Release: 1mamba +Release: 2mamba Summary: GNU interactive algebraic language Group: Applications/Mathematics Vendor: openmamba @@ -16,12 +16,15 @@ Patch4: %{name}-1.06-readline42.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: ldconfig +BuildRequires: libfl-devel BuildRequires: libncurses-devel BuildRequires: libreadline-devel ## AUTOBUILDREQ-END BuildRequires: flex BuildRequires: bison BuildRequires: texinfo +BuildRequires: ed Requires(post): %{__install_info} BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -34,8 +37,11 @@ Bc is a utility included in the POSIX P1003.2/D11 draft standard. This version does not use the historical method of having bc be a calculator for the dc calculator (the POSIX document doesn't specify how bc must be implemented). This version has a single executable that both compiles the language and runs the resulting 'byte code.' The byte code is not the dc language. +%debug_package + %prep %setup -q +%define _default_patch_fuzz 2 %patch0 -p1 #%patch1 -p1 #%patch2 -p1 @@ -75,6 +81,9 @@ exit 0 # FAQ NEWS README Examples/* Changelog %changelog +* Sat Nov 28 2020 Silvan Calarco 1.07.1-2mamba +- rebuilt with debug package + * Sat Jun 17 2017 Silvan Calarco 1.07.1-1mamba - update to 1.07.1