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