- Replace my patch for RH bug #202383 with a better one from upstream.

- Add patch for Gnome.org bug #352423.
This commit is contained in:
Matthew Barnes 2006-08-22 20:11:25 +00:00
parent 77674f8327
commit 9a2777ea28

View File

@ -45,7 +45,7 @@
Name: evolution Name: evolution
Version: 2.7.92 Version: 2.7.92
Release: 2%{?dist} Release: 3%{?dist}
License: GPL License: GPL
Group: Applications/Productivity Group: Applications/Productivity
Summary: GNOME's next-generation groupware suite Summary: GNOME's next-generation groupware suite
@ -125,6 +125,9 @@ Patch32: evolution-2.7.91-mail-account-disable.patch
# Gnome.org bug #352248 # Gnome.org bug #352248
Patch33: evolution-2.7.91-provide-camel-exception.patch Patch33: evolution-2.7.91-provide-camel-exception.patch
# Gnome.org bug #352423
Patch34: evolution-2.7.92-uninitialized-gerror.patch
### Dependencies ### ### Dependencies ###
Requires: ORBit2 >= %{orbit2_version} Requires: ORBit2 >= %{orbit2_version}
@ -260,6 +263,7 @@ Development files needed for building things which link against evolution.
%patch31 -p1 -b .fix-duplicate-alarm %patch31 -p1 -b .fix-duplicate-alarm
%patch32 -p1 -b .mail-account-disable %patch32 -p1 -b .mail-account-disable
%patch33 -p1 -b .provide-camel-exception %patch33 -p1 -b .provide-camel-exception
%patch34 -p1 -b .uninitialized-gerror
mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib mkdir -p krb5-fakeprefix/lib
@ -650,6 +654,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/evolution/%{evo_major}/libmenus.so %{_libdir}/evolution/%{evo_major}/libmenus.so
%changelog %changelog
* Tue Aug 22 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.92-3.fc6
- Replace my patch for RH bug #202383 with a better one from upstream.
- Add patch for Gnome.org bug #352423.
* Mon Aug 21 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.92-2.fc6 * Mon Aug 21 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.92-2.fc6
- Add patch for Gnome.org bug #352248 (and remember to commit it). - Add patch for Gnome.org bug #352248 (and remember to commit it).