From 76227735497b3a8efb5e97cae4fcf51f35d1128f7cd9823aeb20987d0b99f115 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Wed, 27 May 2020 13:50:02 +0000 Subject: [PATCH] Accepting request 808934 from home:coolo:branches:openSUSE:Factory - correct license statement (library itself is no GPL-3.0) OBS-URL: https://build.opensuse.org/request/show/808934 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=82 --- gmp.changes | 5 +++++ gmp.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gmp.changes b/gmp.changes index 80125b4..28c3ca5 100644 --- a/gmp.changes +++ b/gmp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 26 07:36:38 UTC 2020 - Stephan Kulow + +- correct license statement (library itself is no GPL-3.0) + ------------------------------------------------------------------- Mon Jan 27 08:46:57 UTC 2020 - Richard Biener diff --git a/gmp.spec b/gmp.spec index be18b32..9ec4466 100644 --- a/gmp.spec +++ b/gmp.spec @@ -20,7 +20,7 @@ Name: gmp Version: 6.2.0 Release: 0 Summary: A library for calculating huge numbers -License: GPL-3.0-or-later AND LGPL-3.0-or-later +License: GPL-3.0-or-later AND (LGPL-3.0-or-later OR GPL-2.0-or-later) Group: Development/Libraries/C and C++ URL: https://gmplib.org/ Source0: https://gmplib.org/download/%{name}/%{name}-%{version}.tar.xz @@ -39,6 +39,7 @@ available memory in the machine GMP runs on. %package -n libgmp10 Summary: A library for calculating huge numbers +License: LGPL-3.0-or-later OR GPL-2.0-or-later Group: System/Libraries %description -n libgmp10 @@ -47,6 +48,7 @@ signed integers, rational numbers, and floating-point numbers. %package -n libgmpxx4 Summary: C++ bindings for the GNU MP Library +License: LGPL-3.0-or-later OR GPL-2.0-or-later Group: System/Libraries Requires: libgmp10 >= %{version} @@ -58,6 +60,7 @@ This package contains C++ bindings for the GNU MP Library. %package devel Summary: Include Files and Libraries for Development with the GNU MP Library +License: GPL-3.0-or-later AND (LGPL-3.0-or-later OR GPL-2.0-or-later) Group: Development/Languages/C and C++ Requires: libgmp10 = %{version} Requires: libgmpxx4 = %{version}