automatic version update by autodist [release 2.4.44-1mamba;Sat Jun 18 2016]

This commit is contained in:
Automatic Build System 2024-01-06 08:13:01 +01:00
parent 3911a76801
commit 59782f9cf8
2 changed files with 14 additions and 10 deletions

View File

@ -1,13 +1,14 @@
--- openldap-2.4.43/libraries/liblmdb/Makefile.orig 2016-01-01 20:51:56.318190881 +0100
+++ openldap-2.4.43/libraries/liblmdb/Makefile 2016-01-01 20:53:58.538154157 +0100
@@ -26,13 +26,14 @@
--- openldap-2.4.44/libraries/liblmdb/Makefile.orig 2016-02-06 00:57:45.000000000 +0100
+++ openldap-2.4.44/libraries/liblmdb/Makefile 2016-06-18 14:03:44.434349219 +0200
@@ -26,6 +26,7 @@
CFLAGS = $(THREADS) $(OPT) $(W) $(XCFLAGS)
LDLIBS =
SOLIBS =
+SONAME = liblmdb.so.0
prefix = /usr/local
mandir = $(prefix)/man
exec_prefix = $(prefix)
bindir = $(exec_prefix)/bin
@@ -37,7 +38,7 @@
########################################################################
IHDRS = lmdb.h
@ -16,7 +17,7 @@
IPROGS = mdb_stat mdb_copy mdb_dump mdb_load
IDOCS = mdb_stat.1 mdb_copy.1 mdb_dump.1 mdb_load.1
PROGS = $(IPROGS) mtest mtest2 mtest3 mtest4 mtest5
@@ -58,7 +59,7 @@
@@ -63,7 +64,7 @@
liblmdb.a: mdb.o midl.o
$(AR) rs $@ mdb.o midl.o

View File

@ -1,6 +1,6 @@
Name: openldap
Version: 2.4.43
Release: 3mamba
Version: 2.4.44
Release: 1mamba
Group: System/Servers
Summary: An open source implementation of the Lightweight Directory Access Protocol
Vendor: openmamba
@ -16,7 +16,7 @@ Source5: openldap.tmpfiles
# patch from Novell developers (evolution-exchange-2.4.0/docs/openldap-ntlm.diff)
Patch0: %{name}-2.4.6-evolution-ntlm.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
License: OpenLDAP Public License
## AUTOBUILDREQ-BEGIN
@ -113,7 +113,7 @@ This package contains static libraries and header files needed for development.
%patch0 -p1 -b .ntlm
%patch2 -p1
%patch3 -p1
%patch4 -p1
#%patch4 -p1
%build
#:<< _EOF
@ -358,6 +358,9 @@ exit 0
%{_mandir}/man8/*
%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
- fix soname of liblmdb.so.0