diff --git a/evolution-data-server.spec b/evolution-data-server.spec index c18586f..cddcadf 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -22,7 +22,7 @@ Name: evolution-data-server Version: 1.7.91 -Release: 1 +Release: 2 License: LGPL Group: System Environment/Libraries 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 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 ### Requires: GConf2 @@ -119,6 +122,7 @@ evolution-data-server. %patch12 -p1 -b .fix_open_calendar_declaration %patch13 -p1 -b .fix-implicit-function-declarations %patch14 -p1 -b .make_imap4_optional +%patch15 -p1 -b .fix-edataserverui-libs mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/lib @@ -321,6 +325,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc %changelog +* Mon Aug 14 2006 Matthew Barnes - 1.7.91-2 +- Add patch for RH bug #202329. + * Mon Aug 7 2006 Matthew Barnes - 1.7.91-1 - Update to 1.7.91 - Remove patch for Gnome.org bug #348725 (fixed upstream).