diff --git a/libmpc.spec b/libmpc.spec index f11bb39e814ec33a08ddea77b9fe86018e286e9c..ac22ec0c794f79cd4a9b1c30b569be46f89db8dd 100644 --- a/libmpc.spec +++ b/libmpc.spec @@ -1,6 +1,6 @@ Name: libmpc -Version: 1.1.0 -Release: 3 +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,5 +68,8 @@ fi %{_libdir}/libmpc.so %changelog +* Sat Aug 22 2020 Yunfeng Ye - 1.2.0-1 +- Upgrade to 1.2.0 + * Mon Sep 2 2019 openEuler Buildteam - 1.1.0-3 - Package init 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