- Add patch for GNOME bug #352713 (improve folder tree updates).
This commit is contained in:
parent
6a1ae614be
commit
923169d873
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 2.10.0
|
Version: 2.10.0
|
||||||
Release: 9%{?dist}
|
Release: 10%{?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
|
||||||
@ -167,6 +167,9 @@ Patch49: evolution-2.10.0-let-mail-notification-build.patch
|
|||||||
# RH bug #235056
|
# RH bug #235056
|
||||||
Patch50: evolution-2.10.0-plugins-require-libxml2.patch
|
Patch50: evolution-2.10.0-plugins-require-libxml2.patch
|
||||||
|
|
||||||
|
# GNOME bug #352713
|
||||||
|
Patch51: evolution-2.10.0-bold-folders.patch
|
||||||
|
|
||||||
## Dependencies ###
|
## Dependencies ###
|
||||||
|
|
||||||
Requires(post): GConf2
|
Requires(post): GConf2
|
||||||
@ -322,6 +325,7 @@ Development files needed for building things which link against evolution.
|
|||||||
%patch48 -p1 -b .CVE-2007-1002
|
%patch48 -p1 -b .CVE-2007-1002
|
||||||
%patch49 -p1 -b .let-mail-notification-build
|
%patch49 -p1 -b .let-mail-notification-build
|
||||||
%patch50 -p1 -b .plugins-require-libxml2
|
%patch50 -p1 -b .plugins-require-libxml2
|
||||||
|
%patch51 -p1 -b .bold-folders
|
||||||
|
|
||||||
mkdir -p krb5-fakeprefix/include
|
mkdir -p krb5-fakeprefix/include
|
||||||
mkdir -p krb5-fakeprefix/lib
|
mkdir -p krb5-fakeprefix/lib
|
||||||
@ -738,6 +742,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/evolution/%{evo_major}/libmenus.so
|
%{_libdir}/evolution/%{evo_major}/libmenus.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 04 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-10.fc7
|
||||||
|
- Add patch for GNOME bug #352713 (improve folder tree updates).
|
||||||
|
|
||||||
* Tue Apr 03 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-9.fc7
|
* Tue Apr 03 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-9.fc7
|
||||||
- Require libxml2-devel in evolution-devel package (RH bug #235056).
|
- Require libxml2-devel in evolution-devel package (RH bug #235056).
|
||||||
- Add libxml-2.0 requirement to evolution-plugin-2.10.pc.
|
- Add libxml-2.0 requirement to evolution-plugin-2.10.pc.
|
||||||
|
Loading…
Reference in New Issue
Block a user