diff --git a/evolution.spec b/evolution.spec index 9b18ab1..baf6e4f 100644 --- a/evolution.spec +++ b/evolution.spec @@ -27,7 +27,7 @@ Name: evolution Version: 2.4.1 -Release: 2 +Release: 3 License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root URL: http://www.ximian.com/ @@ -81,6 +81,8 @@ 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 +Patch804: evolution-2.4.1-fix-missing-declarations.patch + Summary: GNOME's next-generation groupware suite Group: Applications/Productivity @@ -201,6 +203,7 @@ cd ../.. %patch800 -p0 -b .fix-conduits %patch802 -p1 -b .fix-conduit-dir %patch803 -p1 -b .no-gnome-common +%patch804 -p1 -b .fix-missing-declarations mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/lib @@ -362,6 +365,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/evolution/%{evo_major}/*.so %changelog +* Tue Oct 18 2005 David Malcolm - 2.4.1-3 +- added patch (804: evolution-2.4.1-fix-missing-declarations.patch) to fix + missing declaration (thanks to Peter Robinson) + * Mon Oct 17 2005 David Malcolm - 2.4.1-2 - bump e-d-s requirement to 1.4.1.1