- Update to 2.27.90
This commit is contained in:
parent
7f47bd3758
commit
7a93c60fa8
@ -1 +1 @@
|
||||
evolution-data-server-2.27.5.tar.bz2
|
||||
evolution-data-server-2.27.90.tar.bz2
|
||||
|
@ -1,9 +1,10 @@
|
||||
--- evolution-data-server-1.11.5/acinclude.m4.fix-64bit-acinclude 2007-07-17 10:45:02.000000000 -0400
|
||||
+++ evolution-data-server-1.11.5/acinclude.m4 2007-07-17 10:45:15.000000000 -0400
|
||||
@@ -34,6 +34,18 @@ AC_DEFUN([EVO_LDAP_CHECK], [
|
||||
AC_ARG_WITH(openldap, [ --with-openldap=[no/yes/PREFIX] Enable LDAP support in evolution])
|
||||
AC_ARG_WITH(static-ldap, [ --with-static-ldap=[no/yes] Link LDAP support statically into evolution ])
|
||||
AC_CACHE_CHECK([for OpenLDAP], ac_cv_with_openldap, ac_cv_with_openldap="${with_openldap:=$default}")
|
||||
diff -up evolution-data-server-2.27.90/acinclude.m4.fix-64bit-acinclude evolution-data-server-2.27.90/acinclude.m4
|
||||
--- evolution-data-server-2.27.90/acinclude.m4.fix-64bit-acinclude 2009-08-10 13:05:37.000000000 +0200
|
||||
+++ evolution-data-server-2.27.90/acinclude.m4 2009-08-10 17:03:16.000000000 +0200
|
||||
@@ -43,6 +43,18 @@ AC_DEFUN([EVO_LDAP_CHECK], [
|
||||
[AS_HELP_STRING([--with-static-ldap],
|
||||
[Link LDAP support statically into evolution])])
|
||||
AC_CACHE_CHECK([for OpenLDAP], [ac_cv_with_openldap], [ac_cv_with_openldap="${with_openldap:=$default}"])
|
||||
+
|
||||
+ AC_MSG_CHECKING(for multilib subdirectory)
|
||||
+ if test "$GCC" = "yes" ; then
|
||||
@ -19,7 +20,7 @@
|
||||
case $ac_cv_with_openldap in
|
||||
no|"")
|
||||
with_openldap=no
|
||||
@@ -44,7 +56,7 @@ AC_DEFUN([EVO_LDAP_CHECK], [
|
||||
@@ -53,7 +65,7 @@ AC_DEFUN([EVO_LDAP_CHECK], [
|
||||
*)
|
||||
with_openldap=$ac_cv_with_openldap
|
||||
LDAP_CFLAGS="-I$ac_cv_with_openldap/include"
|
||||
@ -28,8 +29,8 @@
|
||||
;;
|
||||
esac
|
||||
|
||||
@@ -80,20 +92,20 @@ AC_DEFUN([EVO_LDAP_CHECK], [
|
||||
AC_CHECK_LIB(nsl, gethostbyaddr, LDAP_LIBS="$LDAP_LIBS -lnsl")
|
||||
@@ -89,20 +101,20 @@ AC_DEFUN([EVO_LDAP_CHECK], [
|
||||
AC_CHECK_LIB(nsl, gethostbyaddr, [LDAP_LIBS="$LDAP_LIBS -lnsl"])
|
||||
AC_CHECK_LIB(lber, ber_get_tag, [
|
||||
if test "$with_static_ldap" = "yes"; then
|
||||
- LDAP_LIBS="$with_openldap/lib/liblber.a $LDAP_LIBS"
|
||||
|
@ -27,7 +27,7 @@
|
||||
### Abstract ###
|
||||
|
||||
Name: evolution-data-server
|
||||
Version: 2.27.5
|
||||
Version: 2.27.90
|
||||
Release: 1%{?dist}
|
||||
Group: System Environment/Libraries
|
||||
Summary: Backend data server for Evolution
|
||||
@ -361,6 +361,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gtk-doc/html/libedataserverui
|
||||
|
||||
%changelog
|
||||
* Mon Aug 10 2009 Milan Crha <mcrha@redhat.com> - 2.27.90-1.fc12
|
||||
- Update to 2.27.90
|
||||
|
||||
* Mon Jul 27 2009 Milan Crha <mcrha@redhat.com> - 2.27.5-1.fc12
|
||||
- Update to 2.27.5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user