SHA256
1
0
forked from pool/gdbm

Accepting request 48662 from devel:libraries:c_c++

Copy from devel:libraries:c_c++/gdbm based on submit request 48662 from user pgajdos

OBS-URL: https://build.opensuse.org/request/show/48662
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdbm?expand=0&rev=16
This commit is contained in:
OBS User autobuild 2010-09-21 15:56:43 +00:00 committed by Git OBS Bridge
commit 21f573a78b
3 changed files with 8 additions and 2 deletions

View File

@ -49,7 +49,7 @@
+extern datum nextkey __P((datum key));
-extern int dbmclose ();
+extern int dbmclose __P((DBM *));
+extern int dbmclose __P((void));
--- ndbm.h
+++ ndbm.h
@@ -1,7 +1,7 @@

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 21 14:24:33 CEST 2010 - pgajdos@suse.cz
- fixed wrong header of dbmclose() in our
protoize_dbm_headers.patch [bnc#640700]
-------------------------------------------------------------------
Sun Aug 29 23:43:39 UTC 2010 - cristian.rodriguez@opensuse.org

View File

@ -31,7 +31,7 @@ Obsoletes: gdbm-64bit
%endif
#
Version: 1.8.3
Release: 382
Release: 383
Summary: GNU Database Routines
Source: ftp://prep.ai.mit.edu/gnu/gdbm/gdbm-%{version}.tar.bz2
Source2: baselibs.conf