diff --git a/evolution-data-server.spec b/evolution-data-server.spec index d1b07e1..5fdaf7f 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -25,7 +25,7 @@ Name: evolution-data-server Version: 1.9.1 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: System Environment/Libraries Summary: Backend data server for Evolution @@ -65,6 +65,9 @@ Patch21: evolution-data-server-1.8.1-kill-ethread.patch # Gnome.org bug #363965 Patch22: evolution-data-server-1.9.1-kill-ememory.patch +# Gnome.org bug #353924 +Patch23: evolution-data-server-1.9.1-fix-categories.patch + ### Dependencies ### Requires: GConf2 @@ -154,6 +157,7 @@ evolution-data-server. %patch20 -p1 -b .warn-incompatible-pointer-type %patch21 -p1 -b .kill-ethread %patch22 -p1 -b .kill-ememory +%patch23 -p1 -b .fix-categories mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/lib @@ -371,6 +375,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc %changelog +* Wed Nov 1 2006 Matthew Barnes - 1.9.1-3.fc7 +- Add patch for Gnome.org bug #353924 (category sorting). + * Fri Oct 27 2006 Matthew Barnes - 1.9.1-2.fc7 - Rebuild