- Add patch for GNOME bug #415891 (introduce EFlag API).

- Add patch for GNOME bug #376991 (refactor password handling).
This commit is contained in:
Matthew Barnes 2007-03-09 15:52:08 +00:00
parent fee3ae6386
commit ab62852749
3 changed files with 4056 additions and 1 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -26,7 +26,7 @@
Name: evolution-data-server
Version: 1.9.92
Release: 2%{?dist}
Release: 3%{?dist}
License: LGPL
Group: System Environment/Libraries
Summary: Backend data server for Evolution
@ -72,6 +72,12 @@ Patch23: evolution-data-server-1.9.3-e-source-color.patch
# GNOME bug #301363
Patch24: evolution-data-server-1.9.92-updated-zoneinfo.patch
# GNOME bug #415891
Patch25: evolution-data-server-1.9.92-e-flag.patch
# GNOME bug #376991
Patch26: evolution-data-server-1.9.92-e-passwords.patch
### Dependencies ###
Requires: GConf2
@ -164,6 +170,8 @@ evolution-data-server.
%patch22 -p1 -b .strftime
%patch23 -p1 -b .e-source-color
%patch24 -p1 -b .updated-zoneinfo
%patch25 -p1 -b .e-flag
%patch26 -p1 -b .e-passwords
mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib
@ -372,6 +380,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
%changelog
* Thu Mar 08 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.92-3.fc7
- Add patch for GNOME bug #415891 (introduce EFlag API).
- Add patch for GNOME bug #376991 (refactor password handling).
* Tue Mar 06 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.92-2.fc7
- Add patch for GNOME bug #301363 (update timezones).