diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 8653a16..1847022 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -26,7 +26,7 @@ Name: evolution-data-server Version: 1.9.92 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL Group: System Environment/Libraries Summary: Backend data server for Evolution @@ -69,6 +69,9 @@ Patch22: evolution-data-server-1.9.2-strftime.patch # GNOME bug #373117 Patch23: evolution-data-server-1.9.3-e-source-color.patch +# GNOME bug #301363 +Patch24: evolution-data-server-1.9.92-updated-zoneinfo.patch + ### Dependencies ### Requires: GConf2 @@ -160,6 +163,7 @@ evolution-data-server. %patch21 -p1 -b .fix-name-selector-dialog %patch22 -p1 -b .strftime %patch23 -p1 -b .e-source-color +%patch24 -p1 -b .updated-zoneinfo mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/lib @@ -368,6 +372,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc %changelog +* Tue Mar 06 2007 Matthew Barnes - 1.9.92-2.fc7 +- Add patch for GNOME bug #301363 (update timezones). + * Mon Feb 26 2007 Matthew Barnes - 1.9.92-1.fc7 - Update to 1.9.92 - Remove patch for GNOME bug #356177 (fixed upstream).