Accepting request 347837 from home:jengelh:branches:systemsmanagement

- Use a source URL

OBS-URL: https://build.opensuse.org/request/show/347837
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/lmdb?expand=0&rev=18
This commit is contained in:
Klaus Kämpf 2015-12-08 08:06:10 +00:00 committed by Git OBS Bridge
parent 78ba7b81e3
commit b86b130388
4 changed files with 10 additions and 5 deletions

3
LMDB_0.9.16.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49d7b40949f2ced9bc8b23ea6a89e75471a1c9126537a8b268c318a00b84322b
size 130343

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:458a4b33902285147238d1378ad1f1490080594e6875be52aae0cb5feb34c6ac
size 106682

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Nov 15 10:04:11 UTC 2015 - jengelh@inai.de
- Use a source URL
-------------------------------------------------------------------
Sat Oct 24 18:20:27 UTC 2015 - hrvoje.senjan@gmail.com

View File

@ -26,7 +26,7 @@ Release: 0
Url: http://symas.com/mdb/
#Git-Clone: git://git.openldap.org/openldap mdb.master
Source: %{name}-%{version}.tar.bz2
Source: https://github.com/LMDB/lmdb/archive/LMDB_%version.tar.gz
Source99: baselibs.conf
Patch1: automake.diff
Patch2: 0001-Patch-for-LMDB-to-use-robust-mutexes.patch
@ -79,7 +79,7 @@ This package contains the files needed to compile programs that use
the liblmdb library.
%prep
%setup -qn liblmdb
%setup -qn lmdb-LMDB_%version/libraries/liblmdb
# PATCH-FIX-OPENSUSE - autotools files, jengelh@inai.de
%patch1 -p1
# PATCH-FIX-UPSTREAM - prevent deadlock when process holding db lock dies, kkaempf@suse.de