diff --git a/libmpc.spec b/libmpc.spec index cc125fa6c6d3382e6c374e2b807e32e48ab0cc01..2fb2f888f91e00589662f46bdc209f14d1fa8d96 100644 --- a/libmpc.spec +++ b/libmpc.spec @@ -1,6 +1,6 @@ Name: libmpc -Version: 1.1.0 -Release: 4 +Version: 1.2.0 +Release: 1 Summary: C library for multiple precision complex arithmetic License: LGPLv3+ and GFDL URL: http://www.multiprecision.org/ @@ -8,7 +8,7 @@ Source0: https://ftp.gnu.org/gnu/mpc/mpc-%{version}.tar.gz BuildRequires: gcc BuildRequires: gmp-devel >= 5.0.0 -BuildRequires: mpfr-devel >= 3.0.0 +BuildRequires: mpfr-devel >= 4.1.0 BuildRequires: texinfo %description @@ -68,6 +68,9 @@ fi %{_libdir}/libmpc.so %changelog +* Sat Aug 22 2020 Yunfeng Ye - 1.2.0-1 +- Upgrade to 1.2.0 + * Tue Aug 21 2020 openEuler Buildteam - 1.1.0-4 - Type:rebuild - ID:NA diff --git a/mpc-1.1.0.tar.gz b/mpc-1.1.0.tar.gz deleted file mode 100644 index a60619ac3df2d01127f0190f7ae9c30e728a090d..0000000000000000000000000000000000000000 Binary files a/mpc-1.1.0.tar.gz and /dev/null differ diff --git a/mpc-1.2.0.tar.gz b/mpc-1.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f78daae50511509d5b0dd23a6113b2745526e30f Binary files /dev/null and b/mpc-1.2.0.tar.gz differ