From d90be073443d83b55ccca686fa9777a2968331cc Mon Sep 17 00:00:00 2001 From: Monday Date: Tue, 22 Dec 2020 20:30:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=A1=A5=E4=B8=81=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E8=A7=A3=E5=86=B3=20'Package'=20object=20has?= =?UTF-8?q?=20no=20attribute=20'patches'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libmpc.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/libmpc.spec b/libmpc.spec index 4b8388d..1fa06e4 100644 --- a/libmpc.spec +++ b/libmpc.spec @@ -1,10 +1,11 @@ Name: libmpc Version: 1.2.0 -Release: 2 +Release: 3 Summary: C library for multiple precision complex arithmetic License: LGPLv3+ and GFDL URL: http://www.multiprecision.org/ Source0: https://ftp.gnu.org/gnu/mpc/mpc-%{version}.tar.gz +Patch6000: backport-0001-added-missing-include.patch BuildRequires: gcc BuildRequires: gmp-devel >= 5.0.0 @@ -18,7 +19,6 @@ same principles as MPFR. %package devel Summary: Header and shared development libraries for MPC -Patch6000: backport-0001-added-missing-include.patch Requires: %{name}%{?_isa} = %{version}-%{release} Requires: mpfr-devel gmp-devel @@ -69,10 +69,14 @@ fi %{_infodir}/*.info* %{_includedir}/mpc.h %{_libdir}/libmpc.so - +licihua %changelog +* Thu Sep 24 2020 licihua - 1.2.0-3 +- Change patch file place. + * Thu Sep 24 2020 EulerOSWander<314264452@qq.com> - 1.2.0-2 - added missing include. + * Sat Aug 22 2020 Yunfeng Ye - 1.2.0-1 - Upgrade to 1.2.0 -- Gitee