diff --git a/evolution.spec b/evolution.spec index 7a94965..e246fdc 100644 --- a/evolution.spec +++ b/evolution.spec @@ -33,7 +33,7 @@ Name: evolution Version: 2.5.4 -Release: 7 +Release: 8 License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root URL: http://www.ximian.com/ @@ -93,6 +93,7 @@ Patch803: evolution-2.5.2-no-gnome-common.patch Patch804: evolution-2.4.1-fix-missing-declarations.patch Patch805: evolution-2.5.4-fix-missing-declarations.patch Patch806: evolution-2.5.4-port-to-new-libnotify-api.patch +Patch807: evolution-2.5.4-fix-nm-multiple-init.patch Summary: GNOME's next-generation groupware suite Group: Applications/Productivity @@ -234,6 +235,7 @@ cd ../.. %patch804 -p1 -b .fix-missing-declarations %patch805 -p1 -b .fix-missing-declarations-2-5-4 %patch806 -p1 -b .port-to-new-libnotify-api +%patch807 -p1 -b .fix-nm-multiple-init mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/lib @@ -510,6 +512,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/evolution/%{evo_major}/*.so %changelog +* Thu Jan 12 2006 David Malcolm - 2.5.4-8 +- avoid multiple initialization of NetworkManager connections (patch 807, + gnome bug #326875) + * Thu Jan 12 2006 David Malcolm - 2.5.4-7 - updated alarm notification patch(patch 806, #177546, #177666, #177667, #177670)