- Add patches for Gnome.org bug #352450.

This commit is contained in:
Matthew Barnes 2006-08-23 18:22:04 +00:00
parent 9a2777ea28
commit f8fb78e169

View File

@ -45,7 +45,7 @@
Name: evolution
Version: 2.7.92
Release: 3%{?dist}
Release: 4%{?dist}
License: GPL
Group: Applications/Productivity
Summary: GNOME's next-generation groupware suite
@ -128,6 +128,10 @@ Patch33: evolution-2.7.91-provide-camel-exception.patch
# Gnome.org bug #352423
Patch34: evolution-2.7.92-uninitialized-gerror.patch
# Gnome.org bug #352450 (2 patches)
Patch35: evolution-2.7.92-deprecated-glib.patch
Patch36: evolution-2.7.92-deprecated-gdk.patch
### Dependencies ###
Requires: ORBit2 >= %{orbit2_version}
@ -264,6 +268,8 @@ Development files needed for building things which link against evolution.
%patch32 -p1 -b .mail-account-disable
%patch33 -p1 -b .provide-camel-exception
%patch34 -p1 -b .uninitialized-gerror
%patch35 -p1 -b .deprecated-glib
%patch36 -p1 -b .deprecated-gdk
mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib
@ -654,6 +660,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/evolution/%{evo_major}/libmenus.so
%changelog
* Wed Aug 23 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.92-4.fc6
- Add patches for Gnome.org bug #352450.
* 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.