- Add patch for GNOME bug #477045 (use standard icon names).

This commit is contained in:
Matthew Barnes 2007-09-15 21:38:15 +00:00
parent d32203d9e1
commit ce45da9679
2 changed files with 2487 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -45,7 +45,7 @@
Name: evolution
Version: 2.11.92
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2 and GFDL+
Group: Applications/Productivity
Summary: GNOME's next-generation groupware suite
@ -124,6 +124,9 @@ Patch34: evolution-2.10.0-e-source-combo-box.patch
# GNOME bug #476040
Patch35: evolution-2.11.92-mail-attachment.patch
# GNOME bug #477045
Patch36: evolution-2.11.92-icon-names.patch
## Dependencies ###
Requires(post): GConf2
@ -264,6 +267,7 @@ This package contains the help for Evolution.
%patch33 -p1 -b .e-passwords
%patch34 -p1 -b .e-source-combo-box
%patch35 -p1 -b .mail-attachment
%patch36 -p1 -b .icon-names
mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib
@ -713,6 +717,9 @@ rm -rf $RPM_BUILD_ROOT
# It uses gstreamer 0.10 now instead of 0.8 (GNOME bug #329629).
%changelog
* Sat Sep 15 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.92-4.fc8
- Add patch for GNOME bug #477045 (use standard icon names).
* Tue Sep 11 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.92-3.fc8
- Add patch for GNOME bug #476040 (fix attachment icon).