diff --git a/libmpc.spec b/libmpc.spec index e8667e138d9ad6b4e69e201faa202e60153e4ef6..67129e611385ef1b10c87e1d6ab2b8fb979f6f4a 100644 --- a/libmpc.spec +++ b/libmpc.spec @@ -1,6 +1,6 @@ Name: libmpc Version: 1.2.0 -Release: 7 +Release: 8 Summary: C library for multiple precision complex arithmetic License: LGPLv3+ and GFDL-1.3-only URL: http://www.multiprecision.org/ @@ -31,11 +31,7 @@ Requires: mpfr-devel gmp-devel Header files and shared object symlinks for MPC is a C library. %prep -%setup -q -n mpc-%{version} -%patch6000 -p1 -%patch6001 -p1 -%patch6002 -p1 -%patch6003 -p1 +%autosetup -n mpc-%{version} -p1 %build %configure --disable-static @@ -78,6 +74,9 @@ fi %{_libdir}/libmpc.so %changelog +* Fri May 12 2023 shenbowen - 1.2.0-8 +- modify %patchxxx -p1 to %autosetup -p1 + * Fri May 5 2023 volcanodragon - 1.2.0-7 - fix the bug that bugfix patches are not patched.