diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 49a8eed..fe90408 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -20,7 +20,7 @@ Summary: Backend data server for evolution Name: evolution-data-server Version: 1.4.1.1 -Release: 2 +Release: 3 License: LGPL Group: System Environment/Libraries Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.0/%{name}-%{version}.tar.bz2 @@ -157,7 +157,7 @@ fi %endif CPPFLAGS="-I%{_includedir}/et"; export CPPFLAGS -CFLAGS="$RPM_OPT_FLAGS -fPIC -I%{_includedir}/et"; export CFLAGS +CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED -fPIC -I%{_includedir}/et"; export CFLAGS %if ! %{use_mozilla_nss} if pkg-config openssl ; then CFLAGS="$CFLAGS `pkg-config --cflags openssl`" @@ -228,6 +228,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Nov 29 2005 David Malcolm - 1.4.1.1-3 +- add -DLDAP_DEPRECATED to CFLAGS (#172999) + * Thu Nov 10 2005 David Malcolm - 1.4.1.1-2 - Updated license field to reflect change from GPL to LGPL - Remove all static libraries, not just those in /usr/lib; avoid listing libdir