- Add patch for RH bug #202329.

This commit is contained in:
Matthew Barnes 2006-08-14 16:39:54 +00:00
parent 0d83e87bb6
commit f7c194fc3d

View File

@ -22,7 +22,7 @@
Name: evolution-data-server Name: evolution-data-server
Version: 1.7.91 Version: 1.7.91
Release: 1 Release: 2
License: LGPL License: LGPL
Group: System Environment/Libraries Group: System Environment/Libraries
Summary: Backend data server for Evolution Summary: Backend data server for Evolution
@ -38,6 +38,9 @@ Patch12: evolution-data-server-1.2.2-fix_open_calendar_declaration.patch
Patch13: evolution-data-server-1.3.8-fix-implicit-function-declarations Patch13: evolution-data-server-1.3.8-fix-implicit-function-declarations
Patch14: evolution-data-server-1.5.4-make_imap4_optional.patch Patch14: evolution-data-server-1.5.4-make_imap4_optional.patch
# RH bug #202329 / Gnome.org bug #351317
Patch15: evolution-data-server-1.7.91-fix-edataserverui-libs.patch
### Dependencies ### ### Dependencies ###
Requires: GConf2 Requires: GConf2
@ -119,6 +122,7 @@ evolution-data-server.
%patch12 -p1 -b .fix_open_calendar_declaration %patch12 -p1 -b .fix_open_calendar_declaration
%patch13 -p1 -b .fix-implicit-function-declarations %patch13 -p1 -b .fix-implicit-function-declarations
%patch14 -p1 -b .make_imap4_optional %patch14 -p1 -b .make_imap4_optional
%patch15 -p1 -b .fix-edataserverui-libs
mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib mkdir -p krb5-fakeprefix/lib
@ -321,6 +325,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc %{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
%changelog %changelog
* Mon Aug 14 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.91-2
- Add patch for RH bug #202329.
* Mon Aug 7 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.91-1 * Mon Aug 7 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.91-1
- Update to 1.7.91 - Update to 1.7.91
- Remove patch for Gnome.org bug #348725 (fixed upstream). - Remove patch for Gnome.org bug #348725 (fixed upstream).