From 0728fa7fbf8e377de29010f992a54b9d69fa68847eed6ec210b6c17387bcc9ac Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Mon, 8 Jul 2019 07:16:04 +0000 Subject: [PATCH] Accepting request 713885 from home:jengelh:branches:devel:libraries:c_c++ - Move prominent summary from description to the summary field, and update the main description. OBS-URL: https://build.opensuse.org/request/show/713885 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=76 --- gmp.changes | 6 ++++++ gmp.spec | 20 ++++++++++++-------- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/gmp.changes b/gmp.changes index a7e021e..3f472a8 100644 --- a/gmp.changes +++ b/gmp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jul 7 21:41:52 UTC 2019 - Jan Engelhardt + +- Move prominent summary from description to the summary field, + and update the main description. + ------------------------------------------------------------------- Mon Jul 1 07:48:02 UTC 2019 - Martin Liška diff --git a/gmp.spec b/gmp.spec index 68b1bb6..e50b962 100644 --- a/gmp.spec +++ b/gmp.spec @@ -19,9 +19,9 @@ Name: gmp Version: 6.1.2 Release: 0 -Summary: The GNU MP Library +Summary: A library for calculating huge numbers License: GPL-3.0-or-later AND LGPL-3.0-or-later -Group: System/Libraries +Group: Development/Libraries/C and C++ Url: https://gmplib.org/ Source0: https://gmplib.org/download/%{name}/%{name}-%{version}.tar.xz Source1: https://gmplib.org/download/%{name}/%{name}-%{version}.tar.xz.sig @@ -36,14 +36,18 @@ BuildRequires: xz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -A library for calculating huge numbers (integer and floating point). +GMP is a library for arbitrary precision arithmetic, operating on +signed integers, rational numbers, and floating-point numbers. There +is no practical limit to the precision except the ones implied by the +available memory in the machine GMP runs on. %package -n libgmp10 -Summary: Shared library for the GNU MP Library +Summary: A library for calculating huge numbers Group: System/Libraries %description -n libgmp10 -A library for calculating huge numbers (integer and floating point). +GMP is a library for arbitrary precision arithmetic, operating on +signed integers, rational numbers, and floating-point numbers. %package -n libgmpxx4 Summary: C++ bindings for the GNU MP Library @@ -51,10 +55,10 @@ Group: System/Libraries Requires: libgmp10 >= %{version} %description -n libgmpxx4 -A library for calculating huge numbers (integer and floating point). +GMP is a library for arbitrary precision arithmetic, operating on +signed integers, rational numbers, and floating-point numbers. -This package contains C++ bindings -C++ bindings for the GNU MP Library. +This package contains C++ bindings for the GNU MP Library. %package devel Summary: Include Files and Libraries for Development with the GNU MP Library