From 6f4c2d70811690543f519fde235f1cab8e64fef5 Mon Sep 17 00:00:00 2001 From: WizardHowl Date: Fri, 6 Jan 2023 02:29:02 +0000 Subject: [PATCH 1/2] Rectify the spec file Patch files should be after the source item Signed-off-by: WizardHowl --- libmpc.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libmpc.spec b/libmpc.spec index 8a0faff..697b3c1 100644 --- a/libmpc.spec +++ b/libmpc.spec @@ -1,11 +1,13 @@ Name: libmpc Version: 1.2.0 -Release: 3 +Release: 4 Summary: C library for multiple precision complex arithmetic License: LGPLv3+ and GFDL URL: http://www.multiprecision.org/ Source0: https://ftp.gnu.org/gnu/mpc/mpc-%{version}.tar.gz +Patch6000: backport-0001-added-missing-include.patch + BuildRequires: gcc BuildRequires: gmp-devel >= 5.0.0 BuildRequires: mpfr-devel >= 4.1.0 @@ -18,7 +20,6 @@ same principles as MPFR. %package devel Summary: Header and shared development libraries for MPC -Patch6000: backport-0001-added-missing-include.patch Requires: %{name}%{?_isa} = %{version}-%{release} Requires: mpfr-devel gmp-devel @@ -71,6 +72,9 @@ fi %{_libdir}/libmpc.so %changelog +* Fri Jan 6 2023 Wenyu Liu - 1.2.0-4 +- Rectify the content that does not comply with specifications in the spec file + * Tue Oct 25 2022 Wenyu Liu - 1.2.0-3 - rebuild package. -- Gitee From 084a63f5cf9c202348ec35156b198fbc61beb708 Mon Sep 17 00:00:00 2001 From: WizardHowl Date: Fri, 6 Jan 2023 07:15:14 +0000 Subject: [PATCH 2/2] license compliance rectification Signed-off-by: WizardHowl --- libmpc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libmpc.spec b/libmpc.spec index 697b3c1..eeaa99e 100644 --- a/libmpc.spec +++ b/libmpc.spec @@ -1,8 +1,8 @@ Name: libmpc Version: 1.2.0 -Release: 4 +Release: 5 Summary: C library for multiple precision complex arithmetic -License: LGPLv3+ and GFDL +License: LGPLv3+ and GFDL-1.3-only URL: http://www.multiprecision.org/ Source0: https://ftp.gnu.org/gnu/mpc/mpc-%{version}.tar.gz @@ -72,6 +72,9 @@ fi %{_libdir}/libmpc.so %changelog +* Fri Jan 6 2023 Wenyu Liu - 1.2.0-5 +- Specify license version + * Fri Jan 6 2023 Wenyu Liu - 1.2.0-4 - Rectify the content that does not comply with specifications in the spec file -- Gitee