automatic version update by autodist [release 2.4.44-1mamba;Sat Jun 18 2016]
This commit is contained in:
parent
3911a76801
commit
59782f9cf8
@ -1,13 +1,14 @@
|
|||||||
--- openldap-2.4.43/libraries/liblmdb/Makefile.orig 2016-01-01 20:51:56.318190881 +0100
|
--- openldap-2.4.44/libraries/liblmdb/Makefile.orig 2016-02-06 00:57:45.000000000 +0100
|
||||||
+++ openldap-2.4.43/libraries/liblmdb/Makefile 2016-01-01 20:53:58.538154157 +0100
|
+++ openldap-2.4.44/libraries/liblmdb/Makefile 2016-06-18 14:03:44.434349219 +0200
|
||||||
@@ -26,13 +26,14 @@
|
@@ -26,6 +26,7 @@
|
||||||
CFLAGS = $(THREADS) $(OPT) $(W) $(XCFLAGS)
|
CFLAGS = $(THREADS) $(OPT) $(W) $(XCFLAGS)
|
||||||
LDLIBS =
|
LDLIBS =
|
||||||
SOLIBS =
|
SOLIBS =
|
||||||
+SONAME = liblmdb.so.0
|
+SONAME = liblmdb.so.0
|
||||||
prefix = /usr/local
|
prefix = /usr/local
|
||||||
mandir = $(prefix)/man
|
exec_prefix = $(prefix)
|
||||||
|
bindir = $(exec_prefix)/bin
|
||||||
|
@@ -37,7 +38,7 @@
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
||||||
IHDRS = lmdb.h
|
IHDRS = lmdb.h
|
||||||
@ -16,7 +17,7 @@
|
|||||||
IPROGS = mdb_stat mdb_copy mdb_dump mdb_load
|
IPROGS = mdb_stat mdb_copy mdb_dump mdb_load
|
||||||
IDOCS = mdb_stat.1 mdb_copy.1 mdb_dump.1 mdb_load.1
|
IDOCS = mdb_stat.1 mdb_copy.1 mdb_dump.1 mdb_load.1
|
||||||
PROGS = $(IPROGS) mtest mtest2 mtest3 mtest4 mtest5
|
PROGS = $(IPROGS) mtest mtest2 mtest3 mtest4 mtest5
|
||||||
@@ -58,7 +59,7 @@
|
@@ -63,7 +64,7 @@
|
||||||
liblmdb.a: mdb.o midl.o
|
liblmdb.a: mdb.o midl.o
|
||||||
$(AR) rs $@ mdb.o midl.o
|
$(AR) rs $@ mdb.o midl.o
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
Name: openldap
|
Name: openldap
|
||||||
Version: 2.4.43
|
Version: 2.4.44
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
Summary: An open source implementation of the Lightweight Directory Access Protocol
|
Summary: An open source implementation of the Lightweight Directory Access Protocol
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -16,7 +16,7 @@ Source5: openldap.tmpfiles
|
|||||||
# patch from Novell developers (evolution-exchange-2.4.0/docs/openldap-ntlm.diff)
|
# patch from Novell developers (evolution-exchange-2.4.0/docs/openldap-ntlm.diff)
|
||||||
Patch0: %{name}-2.4.6-evolution-ntlm.patch
|
Patch0: %{name}-2.4.6-evolution-ntlm.patch
|
||||||
Patch2: %{name}-2.4.24-default_config.patch
|
Patch2: %{name}-2.4.24-default_config.patch
|
||||||
Patch3: openldap-2.4.43-liblmdb-soname.patch
|
Patch3: openldap-2.4.44-liblmdb-soname.patch
|
||||||
Patch4: openldap-2.4.43-liblmdb-installdirs.patch
|
Patch4: openldap-2.4.43-liblmdb-installdirs.patch
|
||||||
License: OpenLDAP Public License
|
License: OpenLDAP Public License
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -113,7 +113,7 @@ This package contains static libraries and header files needed for development.
|
|||||||
%patch0 -p1 -b .ntlm
|
%patch0 -p1 -b .ntlm
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
#%patch4 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#:<< _EOF
|
#:<< _EOF
|
||||||
@ -358,6 +358,9 @@ exit 0
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 18 2016 Automatic Build System <autodist@mambasoft.it> 2.4.44-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Jan 02 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.43-3mamba
|
* Sat Jan 02 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.43-3mamba
|
||||||
- fix soname of liblmdb.so.0
|
- fix soname of liblmdb.so.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user