Return the name 'Symas' into description

This commit is contained in:
Jan Staněk 2015-11-25 11:24:38 +01:00
parent 02b95a0797
commit 42b87f5d34

View File

@ -3,7 +3,7 @@
Name: lmdb
Version: 0.9.16
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Memory-mapped key-value database
License: OpenLDAP
@ -17,7 +17,7 @@ BuildRequires: doxygen
%description
LMDB is an ultra-fast, ultra-compact key-value embedded data
store developed by for the OpenLDAP Project. By using memory-mapped files,
store developed by Symas for the OpenLDAP Project. By using memory-mapped files,
it provides the read performance of a pure in-memory database while still
offering the persistence of standard disk-based databases, and is only limited
to the size of the virtual address space.
@ -104,6 +104,9 @@ popd
%changelog
* Wed Nov 25 2015 Jan Staněk <jstanek@redhat.com> - 0.9.16-2
- Return the name 'Symas' into description
* Fri Aug 14 2015 Jan Staněk <jstanek@redhat.com> - 0.9.16-1
- Updated to 0.9.16