- Add patch for Gnome.org bug #369168, #369259, and #369261 (misc camel

bugs reported by Hans Petter Jansson).
This commit is contained in:
Matthew Barnes 2006-11-02 15:59:09 +00:00
parent 2c5473b2e5
commit b530fd27b7

View File

@ -25,7 +25,7 @@
Name: evolution-data-server
Version: 1.9.1
Release: 3%{?dist}
Release: 4%{?dist}
License: LGPL
Group: System Environment/Libraries
Summary: Backend data server for Evolution
@ -68,6 +68,9 @@ Patch22: evolution-data-server-1.9.1-kill-ememory.patch
# Gnome.org bug #353924
Patch23: evolution-data-server-1.9.1-fix-categories.patch
# Gnome.org bug #369168, #369259, #369261
Patch24: evolution-data-server-1.9.1-misc-camel-bugs.patch
### Dependencies ###
Requires: GConf2
@ -158,6 +161,7 @@ evolution-data-server.
%patch21 -p1 -b .kill-ethread
%patch22 -p1 -b .kill-ememory
%patch23 -p1 -b .fix-categories
%patch24 -p1 -b .misc-camel-bugs
mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib
@ -375,6 +379,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
%changelog
* Thu Nov 2 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.1-4.fc7
- Add patch for Gnome.org bug #369168, #369259, and #369261
(misc camel bugs reported by Hans Petter Jansson).
* Wed Nov 1 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.1-3.fc7
- Add patch for Gnome.org bug #353924 (category sorting).