diff --git a/mpc.changes b/mpc.changes index e293229..f93b232 100644 --- a/mpc.changes +++ b/mpc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 23 12:47:08 UTC 2012 - jengelh@inai.de + +- Correct Requires of libmpc-devel to be libmpc3 rather than libmpc2 + ------------------------------------------------------------------- Mon Jul 23 08:43:52 UTC 2012 - rguenther@suse.com diff --git a/mpc.spec b/mpc.spec index 4a08cf4..ad9707a 100644 --- a/mpc.spec +++ b/mpc.spec @@ -50,7 +50,7 @@ built upon and follows the same principles as MPFR. %package devel Summary: MPC multiple-precision complex library development files Group: Development/Libraries/C and C++ -Requires: libmpc2 = %{version} +Requires: libmpc3 = %{version} Requires: mpfr-devel PreReq: %install_info_prereq