- Try disabling a potentially obsolete patch ("ldaphack").

This commit is contained in:
Matthew Barnes 2008-02-08 16:23:02 +00:00
parent 2b3ba2d16d
commit cbdf39d643

View File

@ -27,7 +27,7 @@
Name: evolution-data-server Name: evolution-data-server
Version: 2.21.90 Version: 2.21.90
Release: 1%{?dist} Release: 2%{?dist}
License: LGPL License: LGPL
Group: System Environment/Libraries Group: System Environment/Libraries
Summary: Backend data server for Evolution Summary: Backend data server for Evolution
@ -127,7 +127,7 @@ This package contains developer documentation for %{name}.
%prep %prep
%setup -q %setup -q
%patch10 -p1 -b .ldaphack #%patch10 -p1 -b .ldaphack
%patch11 -p1 -b .no-gnome-common %patch11 -p1 -b .no-gnome-common
%patch12 -p1 -b .maybe-fix-crash %patch12 -p1 -b .maybe-fix-crash
%patch13 -p1 -b .fix-ldap-query %patch13 -p1 -b .fix-ldap-query
@ -375,6 +375,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/libedataserverui %{_datadir}/gtk-doc/html/libedataserverui
%changelog %changelog
* Fri Feb 08 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.90-2.fc9
- Try disabling a potentially obsolete patch ("ldaphack").
* Mon Jan 28 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.90-1.fc9 * Mon Jan 28 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.90-1.fc9
- Update to 2.21.90 - Update to 2.21.90
- Remove patch for GNOME bug #509644 (fixed upstream). - Remove patch for GNOME bug #509644 (fixed upstream).