diff --git a/evolution.spec b/evolution.spec index 37c0e39..1fef69b 100644 --- a/evolution.spec +++ b/evolution.spec @@ -29,7 +29,7 @@ Name: evolution Version: 3.6.2 -Release: 2%{?dist} +Release: 3%{?dist} Group: Applications/Productivity Summary: Mail and calendar client for GNOME License: GPLv2+ and GFDL @@ -50,6 +50,7 @@ Patch01: evolution-1.4.4-ldap-x86_64-hack.patch Patch02: evolution-2.30.1-help-contents.patch Patch03: evolution-3.6.2-rhbug875109.patch +Patch04: evolution-3.6.2-restore.patch ## Dependencies ### @@ -193,6 +194,7 @@ This package contains the plugin to import Microsoft Personal Storage Table %patch01 -p1 -b .ldaphack %patch02 -p1 -b .help-contents %patch03 -p1 -b .rhbug875109 +%patch04 -p1 -b .restore mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/lib @@ -531,6 +533,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed Nov 21 2012 Milan Crha - 3.6.2-3 +- Add patch for Red Hat bug #877562 (restore doesn't work properly) + * Tue Nov 13 2012 Milan Crha - 3.6.2-2 - Add patch for Red Hat bug #875109 (Crash in http_request_send_async)