From 4e4d3e09013f4419d7bffe1b5975d2c0ec799015 Mon Sep 17 00:00:00 2001 From: Monday Date: Tue, 22 Dec 2020 20:26:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3spec=20=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=EF=BC=8C=E8=B0=83=E6=95=B4patch=20=E5=88=B0source=20=E6=9D=A1?= =?UTF-8?q?=E7=9B=AE=E4=B8=8B=EF=BC=8C=E8=A7=A3=E5=86=B3=20AttributeError:?= =?UTF-8?q?=20'Package'=20object=20has=20no=20attribute=20'patches'=20?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libmpc.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libmpc.spec b/libmpc.spec index 4b8388d..bb0ec72 100644 --- a/libmpc.spec +++ b/libmpc.spec @@ -1,11 +1,13 @@ 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 BuildRequires: mpfr-devel >= 4.1.0 @@ -18,7 +20,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 @@ -71,8 +72,12 @@ fi %{_libdir}/libmpc.so %changelog +* Thu Dec 22 2020 licihua - 1.2.0-3 +- added missing include. + * 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