- Add patch for GNOME bug #301363 (update timezones).

This commit is contained in:
Matthew Barnes 2007-03-06 19:43:27 +00:00
parent 17f0f802c3
commit fee3ae6386

View File

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