From d062c01d98e52f789e43cc607b41b04b605504f9 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 00:23:52 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/ncurses.git#a13c51988f6394e5055daffa99a078a48e931b4c --- ncurses.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ncurses.spec b/ncurses.spec index 9b7db18..45762ec 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -2,7 +2,7 @@ Summary: Ncurses support utilities Name: ncurses Version: 6.2 -Release: 3.%{revision}%{?dist} +Release: 4.%{revision}%{?dist} License: MIT URL: https://invisible-island.net/ncurses/ncurses.html Source0: https://invisible-mirror.net/archives/ncurses/current/ncurses-%{version}-%{revision}.tgz @@ -13,6 +13,7 @@ Patch8: ncurses-config.patch Patch9: ncurses-libs.patch Patch11: ncurses-urxvt.patch Patch12: ncurses-kbs.patch +BuildRequires: make BuildRequires: gcc gcc-c++ gpm-devel pkgconfig gnupg2 Requires: %{name}-libs%{?_isa} = %{version}-%{release} @@ -155,8 +156,8 @@ for abi in 5 6; do [ $progs = yes ] || echo --without-progs ) - make %{?_smp_mflags} libs - [ $progs = yes ] && make %{?_smp_mflags} -C progs + %make_build libs + [ $progs = yes ] && %make_build -C progs popd done @@ -253,7 +254,6 @@ xz NEWS %{_libdir}/libncurses++*.so.6* %files base -f terms.base -%{!?_licensedir:%global license %%doc} %license COPYING %doc README %dir %{_sysconfdir}/terminfo @@ -282,6 +282,9 @@ xz NEWS %{_libdir}/lib*.a %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 6.2-4.20200222 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 6.2-3.20200222 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild