diff --git a/evolution.spec b/evolution.spec index 9d57f39..b1239d2 100644 --- a/evolution.spec +++ b/evolution.spec @@ -29,7 +29,7 @@ ExcludeArch: ppc64 Name: evolution Version: 2.3.8 -Release: 2 +Release: 3 License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root URL: http://www.ximian.com/ @@ -85,6 +85,9 @@ Patch802: evolution-2.2.2-fix-conduit-dir.patch # Remove GNOME_COMPILE_WARNINGS from configure.in (since gnome-common might not be available when we rerun the autotools): Patch803: evolution-2.2.2-no-gnome-common.patch +# Patch for RH bug 157074: +Patch804: evo-conduits-multi-day-crash.patch + Summary: GNOME's next-generation groupware suite Group: Applications/Productivity @@ -206,6 +209,7 @@ cd ../.. %patch800 -p0 -b .fix-conduits %patch802 -p1 -b .fix-conduit-dir %patch803 -p1 -b .no-gnome-common +%patch804 -p0 -b .conduits-multi-day-crash mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/lib @@ -361,6 +365,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/evolution/%{evo_major}/*.so %changelog +* Fri Aug 26 2005 David Malcolm - 2.3.8-3 +- Added patch for #157074 (patch 804) + * Fri Aug 26 2005 David Malcolm - 2.3.8-2 - Move -Werror-implicit-function-declaration from configuration to the make stage, to avoid breaking configuration tests.