- Add patch for RH bug #231767 (allow mail-notification to build).
This commit is contained in:
parent
1b9cf366ef
commit
429c3b7ab9
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 2.10.0
|
Version: 2.10.0
|
||||||
Release: 6%{?dist}
|
Release: 7%{?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
|
||||||
@ -161,6 +161,9 @@ Patch47: evolution-2.10.0-drop-old-glib-support.patch
|
|||||||
# CVE-2007-1002
|
# CVE-2007-1002
|
||||||
Patch48: evolution-2.10.0-CVE-2007-1002.patch
|
Patch48: evolution-2.10.0-CVE-2007-1002.patch
|
||||||
|
|
||||||
|
# RH bug #231767 / GNOME bug #400241
|
||||||
|
Patch49: evolution-2.10.0-let-mail-notification-build.patch
|
||||||
|
|
||||||
## Dependencies ###
|
## Dependencies ###
|
||||||
|
|
||||||
Requires(post): GConf2
|
Requires(post): GConf2
|
||||||
@ -313,6 +316,7 @@ Development files needed for building things which link against evolution.
|
|||||||
%patch46 -p1 -b .use-glib-i18n
|
%patch46 -p1 -b .use-glib-i18n
|
||||||
%patch47 -p1 -b .drop-old-glib-support
|
%patch47 -p1 -b .drop-old-glib-support
|
||||||
%patch48 -p1 -b .CVE-2007-1002
|
%patch48 -p1 -b .CVE-2007-1002
|
||||||
|
%patch49 -p1 -b .let-mail-notification-build
|
||||||
|
|
||||||
mkdir -p krb5-fakeprefix/include
|
mkdir -p krb5-fakeprefix/include
|
||||||
mkdir -p krb5-fakeprefix/lib
|
mkdir -p krb5-fakeprefix/lib
|
||||||
@ -729,6 +733,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/evolution/%{evo_major}/libmenus.so
|
%{_libdir}/evolution/%{evo_major}/libmenus.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 02 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-7.fc7
|
||||||
|
- Add patch for RH bug #231767 (allow mail-notification to build).
|
||||||
|
|
||||||
* Fri Mar 30 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-6.fc7
|
* Fri Mar 30 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-6.fc7
|
||||||
- Revise patch for GNOME bug #362638 (deprecate EThread).
|
- Revise patch for GNOME bug #362638 (deprecate EThread).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user