Mailinglist Archive: opensuse-commit (1214 mails)
| < Previous | Next > |
commit evoldap2-client for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 13 Aug 2009 18:01:12 +0200
- Message-id: <20090813160112.CC2AD61FF@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package evoldap2-client for openSUSE:Factory
checked in at Thu Aug 13 18:01:12 CEST 2009.
--------
--- evoldap2-client/evoldap2-client.changes 2009-03-30 00:49:22.000000000
+0200
+++ evoldap2-client/evoldap2-client.changes 2009-08-12 10:43:36.000000000
+0200
@@ -1,0 +2,10 @@
+Wed Aug 12 10:54:16 CEST 2009 - abharath@xxxxxxx
+
+- remove the pre_checkin.sh script
+
+-------------------------------------------------------------------
+Mon Aug 10 13:00:44 CEST 2009 - abharath@xxxxxxx
+
+- fix-build-issues.patch - Fixes the build issues on factory.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
pre_checkin.sh
New:
----
fix-build-issues.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ evoldap2-client.spec ++++++
--- /var/tmp/diff_new_pack.8HvOVR/_old 2009-08-13 18:00:22.000000000 +0200
+++ /var/tmp/diff_new_pack.8HvOVR/_new 2009-08-13 18:00:22.000000000 +0200
@@ -27,9 +27,9 @@
BuildRequires: -db-devel -pwdutils libdb-4_5-devel
%endif
Version: 2.4.12
-Release: 5
+Release: 6
Url: http://www.openldap.org
-License: BSD 3-Clause
+License: BSD 3-clause (or similar)
Group: Productivity/Networking/LDAP/Clients
Conflicts: openldap-client
Summary: NTLM patched OpenLDAP library for Evolution
@@ -53,6 +53,7 @@
Patch11: slapd-bconfig-del-db.dif
Patch13: slapd-bdb-stop-checkpoint.dif
Patch14: slapo-collect-include.dif
+Patch15: fix-build-issues.patch
Patch100: openldap-2.3.37.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -65,7 +66,7 @@
%package -n evoldap2-devel
-License: BSD 3-Clause
+License: BSD 3-clause (or similar)
Summary: Libraries, Header Files and Documentation for NTLM patched
OpenLDAP
AutoReqProv: off
Conflicts: openldap-devel
@@ -79,7 +80,7 @@
%package -n libevoldap-2_4-2
-License: BSD 3-Clause
+License: BSD 3-clause (or similar)
Summary: NTLM patched OpenLDAP Client Libraries
AutoReqProv: off
Group: Productivity/Networking/LDAP/Clients
@@ -105,6 +106,7 @@
%patch11
%patch13
%patch14 -p1
+%patch15
cp %{SOURCE5} .
cd ../openldap-2.3.37
%patch100
++++++ fix-build-issues.patch ++++++
--- include/ldap_pvt_thread.h 2008-03-21 06:16:03.000000000 +0530
+++ include/ldap_pvt_thread.h 2009-08-10 12:35:39.000000000 +0530
@@ -59,12 +59,12 @@ ldap_pvt_thread_set_concurrency LDAP_P((
#ifndef LDAP_PVT_THREAD_H_DONE
#define LDAP_PVT_THREAD_SET_STACK_SIZE
-#ifndef LDAP_PVT_THREAD_STACK_SIZE
+/* The size may be explicitly #defined to zero to disable it. */
+#if defined( LDAP_PVT_THREAD_STACK_SIZE ) && LDAP_PVT_THREAD_STACK_SIZE == 0
+# undef LDAP_PVT_THREAD_SET_STACK_SIZE
+#elif !defined( LDAP_PVT_THREAD_STACK_SIZE )
/* LARGE stack. Will be twice as large on 64 bit machine. */
-#define LDAP_PVT_THREAD_STACK_SIZE ( 1 * 1024 * 1024 * sizeof(void *) )
-/* May be explicitly defined to zero to disable it */
-#elif LDAP_PVT_THREAD_STACK_SIZE == 0
-#undef LDAP_PVT_THREAD_SET_STACK_SIZE
+# define LDAP_PVT_THREAD_STACK_SIZE ( 1 * 1024 * 1024 * sizeof(void *) )
#endif
#endif /* !LDAP_PVT_THREAD_H_DONE */
--- libraries/libldap/os-ip.c 2008-09-04 02:41:06.000000000 +0530
+++ libraries/libldap/os-ip.c 2009-08-10 12:19:19.000000000 +0530
@@ -769,7 +769,7 @@ ldap_host_connected_to( Sockbuf *sb, con
char *herr;
#ifdef NI_MAXHOST
char hbuf[NI_MAXHOST];
-#elif defined( MAXHOSTNAMELEN
+#elif defined( MAXHOSTNAMELEN )
char hbuf[MAXHOSTNAMELEN];
#else
char hbuf[256];
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |