From 8db697066d9a5a8020ec1700b3551946aee78ecb84e705d4cba219c254420db7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 2 Mar 2012 12:59:43 +0000 Subject: [PATCH] Accepting request 107777 from home:aturrini:branches:devel:libraries:c_c++ Fixed typos in gdbm.spec descriptions OBS-URL: https://build.opensuse.org/request/show/107777 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=21 --- gdbm.changes | 5 +++++ gdbm.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/gdbm.changes b/gdbm.changes index 7ddb6f0..69ba5fc 100644 --- a/gdbm.changes +++ b/gdbm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 2 12:56:37 UTC 2012 - andrea.turrini@gmail.com + +- Fixed typos in gdbm.spec descriptions + ------------------------------------------------------------------- Tue Feb 7 08:02:10 UTC 2012 - coolo@suse.com diff --git a/gdbm.spec b/gdbm.spec index 24b8d59..48f0429 100644 --- a/gdbm.spec +++ b/gdbm.spec @@ -51,10 +51,10 @@ key must be unique and each key is paired with only one data item. The library provides primitives for storing key/data pairs, searching and retrieving the data by its key and deleting a key along with its -data. It also support sequential iteration over all key/data pairs in +data. It also supports sequential iteration over all key/data pairs in a database. -For compatibility with programs using old UNIX dbm function, the +For compatibility with programs using old UNIX dbm functions, the package also provides traditional dbm and ndbm interfaces. %package -n %lname @@ -76,10 +76,10 @@ key must be unique and each key is paired with only one data item. The library provides primitives for storing key/data pairs, searching and retrieving the data by its key and deleting a key along with its -data. It also support sequential iteration over all key/data pairs in +data. It also supports sequential iteration over all key/data pairs in a database. -For compatibility with programs using old UNIX dbm function, the +For compatibility with programs using old UNIX dbm functions, the package also provides traditional dbm and ndbm interfaces. %package devel