From f988b527c7701e8c0af3b72dd8fe8e25561de580056d63c80f01cca0fa25bb8b Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 21 Jul 2016 14:42:38 +0000 Subject: [PATCH] Accepting request 412574 from home:jengelh:branches:devel:libraries:c_c++ - Description update OBS-URL: https://build.opensuse.org/request/show/412574 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmd?expand=0&rev=4 --- libmd.changes | 5 +++++ libmd.spec | 12 ++++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/libmd.changes b/libmd.changes index 4a59c88..b27ae21 100644 --- a/libmd.changes +++ b/libmd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 21 14:21:05 UTC 2016 - jengelh@inai.de + +- Description update + ------------------------------------------------------------------- Sun Jul 10 08:48:43 UTC 2016 - mpluskal@suse.com diff --git a/libmd.spec b/libmd.spec index 0a581a6..535fd3c 100644 --- a/libmd.spec +++ b/libmd.spec @@ -20,7 +20,7 @@ Name: libmd Version: 0.0.0 Release: 0 -Summary: Provides message digest functions from BSD systems +Summary: Message digest functions from BSD systems License: BSD-2-Clause or BSD-3-Clause or ISC or SUSE-Public-Domain Group: Development/Languages/C and C++ Url: https://www.hadrons.org/software/libmd/ @@ -31,7 +31,7 @@ BuildRequires: pkgconfig BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -The libmd library provides various message digest ("hash") functions, as +The libmd library provides a few message digest ("hash") functions, as found on various BSDs on a library with the same name and with a compatible API. @@ -40,20 +40,24 @@ Summary: Provides message digest functions from BSD systems Group: System/Libraries %description -n %{name}%{sover} -The libmd library provides various message digest ("hash") functions, as +The libmd library provides a few message digest ("hash") functions, as found on various BSDs on a library with the same name and with a compatible API. +Digests supported: MD2/4/5, RIPEMD160, SHA1, SHA2-256/384/512. + %package devel Summary: Provides message digest functions from BSD systems Group: Development/Languages/C and C++ Requires: %{name}%{sover} = %{version} %description devel -The libmd library provides various message digest ("hash") functions, as +The libmd library provides a few message digest ("hash") functions, as found on various BSDs on a library with the same name and with a compatible API. +Digests supported: MD2/4/5, RIPEMD160, SHA1, SHA2-256/384/512. + %prep %setup -q