From 58167c8c7d8de7fb43fa1834eb947403a968a6f415ef4c9da24744550c5889fc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 23 Jul 2012 13:05:33 +0000 Subject: [PATCH] Accepting request 128755 from home:jengelh:branches:devel:libraries:c_c++ - Correct Requires of libmpc-devel to be libmpc3 rather than libmpc2 OBS-URL: https://build.opensuse.org/request/show/128755 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpc?expand=0&rev=26 --- mpc.changes | 5 +++++ mpc.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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