SHA256
3
0
forked from pool/gdbm

Accepting request 107778 from devel:libraries:c_c++

Fixed typos in gdbm.spec descriptions (forwarded request 107777 from aturrini)

OBS-URL: https://build.opensuse.org/request/show/107778
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdbm?expand=0&rev=22
This commit is contained in:
Stephan Kulow 2012-03-07 19:09:06 +00:00 committed by Git OBS Bridge
commit e978d6f5db
2 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -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