- Add patch for Gnome.org bug #353924 (category sorting).
This commit is contained in:
parent
f8fc00f2f3
commit
2c5473b2e5
@ -25,7 +25,7 @@
|
||||
|
||||
Name: evolution-data-server
|
||||
Version: 1.9.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
Summary: Backend data server for Evolution
|
||||
@ -65,6 +65,9 @@ Patch21: evolution-data-server-1.8.1-kill-ethread.patch
|
||||
# Gnome.org bug #363965
|
||||
Patch22: evolution-data-server-1.9.1-kill-ememory.patch
|
||||
|
||||
# Gnome.org bug #353924
|
||||
Patch23: evolution-data-server-1.9.1-fix-categories.patch
|
||||
|
||||
### Dependencies ###
|
||||
|
||||
Requires: GConf2
|
||||
@ -154,6 +157,7 @@ evolution-data-server.
|
||||
%patch20 -p1 -b .warn-incompatible-pointer-type
|
||||
%patch21 -p1 -b .kill-ethread
|
||||
%patch22 -p1 -b .kill-ememory
|
||||
%patch23 -p1 -b .fix-categories
|
||||
|
||||
mkdir -p krb5-fakeprefix/include
|
||||
mkdir -p krb5-fakeprefix/lib
|
||||
@ -371,6 +375,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
|
||||
|
||||
%changelog
|
||||
* Wed Nov 1 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.1-3.fc7
|
||||
- Add patch for Gnome.org bug #353924 (category sorting).
|
||||
|
||||
* Fri Oct 27 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.1-2.fc7
|
||||
- Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user