[yast-commit] r48495 - in /trunk/ldap: VERSION configure.in.in package/yast2-ldap.changes src/LdapAgent.h yast2-ldap.spec.in
Author: jsuchome Date: Tue Jun 24 11:16:09 2008 New Revision: 48495 URL: http://svn.opensuse.org/viewcvs/yast?rev=48495&view=rev Log: - ldapcpplib-devel renamed to libldapcpp-devel (bnc#403082) - 2.17.0 Modified: trunk/ldap/VERSION trunk/ldap/configure.in.in trunk/ldap/package/yast2-ldap.changes trunk/ldap/src/LdapAgent.h trunk/ldap/yast2-ldap.spec.in Modified: trunk/ldap/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap/VERSION?rev=48495&r1=48494&r2=48495&view=diff ============================================================================== --- trunk/ldap/VERSION (original) +++ trunk/ldap/VERSION Tue Jun 24 11:16:09 2008 @@ -1 +1 @@ -2.16.0 +2.17.0 Modified: trunk/ldap/configure.in.in URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap/configure.in.in?rev=48495&r1=48494&r2=48495&view=diff ============================================================================== --- trunk/ldap/configure.in.in (original) +++ trunk/ldap/configure.in.in Tue Jun 24 11:16:09 2008 @@ -12,7 +12,7 @@ yast_found_ldapcpplib=no AC_CHECK_HEADER(LDAPSchema.h,[yast_found_ldapcpplib=yes]) if [[ "$yast_found_ldapcpplib" = "no" ]]; then - AC_MSG_ERROR(Headers for ldapcpplib are missing. Please install the package ldapcpplib-devel.) + AC_MSG_ERROR(Headers for ldapcpp are missing. Please install the package libldapcpp-devel.) fi AC_LANG_POP(C++) Modified: trunk/ldap/package/yast2-ldap.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap/package/yast2-ldap.changes?rev=48495&r1=48494&r2=48495&view=diff ============================================================================== --- trunk/ldap/package/yast2-ldap.changes (original) +++ trunk/ldap/package/yast2-ldap.changes Tue Jun 24 11:16:09 2008 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Jun 24 11:04:45 CEST 2008 - jsuchome@suse.cz + +- ldapcpplib-devel renamed to libldapcpp-devel (bnc#403082) +- 2.17.0 + +------------------------------------------------------------------- Fri Feb 29 13:51:31 CET 2008 - jsuchome@suse.cz - document Execute (.unbind) agent call Modified: trunk/ldap/src/LdapAgent.h URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap/src/LdapAgent.h?rev=48495&r1=48494&r2=48495&view=diff ============================================================================== --- trunk/ldap/src/LdapAgent.h (original) +++ trunk/ldap/src/LdapAgent.h Tue Jun 24 11:16:09 2008 @@ -15,7 +15,7 @@ #include <LDAPConnection.h> #include <LDAPException.h> -#include <LDAPReferralException.h> +//#include <LDAPReferralException.h> #include <LDAPAttributeList.h> #include <LDAPAttribute.h> Modified: trunk/ldap/yast2-ldap.spec.in URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap/yast2-ldap.spec.in?rev=48495&r1=48494&r2=48495&view=diff ============================================================================== --- trunk/ldap/yast2-ldap.spec.in (original) +++ trunk/ldap/yast2-ldap.spec.in Tue Jun 24 11:16:09 2008 @@ -1,7 +1,7 @@ @HEADER-COMMENT@ @HEADER@ -BuildRequires: gcc-c++ ldapcpplib-devel libxcrypt-devel yast2-devtools doxygen yast2-core-devel yast2 +BuildRequires: gcc-c++ libldapcpp-devel libxcrypt-devel yast2-devtools doxygen yast2-core-devel yast2 Summary: SCR agent for accessing LDAP. Requires: ldapcpplib yast2 -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsuchome@svn.opensuse.org