- Add patch for RH bug #205187 (crash on startup).
This commit is contained in:
parent
f64f063e67
commit
0f35d979f9
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
Name: evolution-data-server
|
Name: evolution-data-server
|
||||||
Version: 1.8.0
|
Version: 1.8.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?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
|
||||||
@ -53,6 +53,9 @@ Patch17: evolution-data-server-1.7.92-chain-finalize.patch
|
|||||||
# RH bug #198935 / Gnome.org bug #348888
|
# RH bug #198935 / Gnome.org bug #348888
|
||||||
Patch18: evolution-data-server-1.8.0-emsgport.patch
|
Patch18: evolution-data-server-1.8.0-emsgport.patch
|
||||||
|
|
||||||
|
# RH bug #205187 / Gnome.org bug #356927
|
||||||
|
Patch19: evolution-data-server-1.8.0-fix-ecal-crash.patch
|
||||||
|
|
||||||
### Dependencies ###
|
### Dependencies ###
|
||||||
|
|
||||||
Requires: GConf2
|
Requires: GConf2
|
||||||
@ -138,6 +141,7 @@ evolution-data-server.
|
|||||||
%patch16 -p1 -b .fix-fd-leak
|
%patch16 -p1 -b .fix-fd-leak
|
||||||
%patch17 -p1 -b .chain-finalize
|
%patch17 -p1 -b .chain-finalize
|
||||||
%patch18 -p1 -b .emsgport
|
%patch18 -p1 -b .emsgport
|
||||||
|
%patch19 -p1 -b .fix-ecal-crash
|
||||||
|
|
||||||
mkdir -p krb5-fakeprefix/include
|
mkdir -p krb5-fakeprefix/include
|
||||||
mkdir -p krb5-fakeprefix/lib
|
mkdir -p krb5-fakeprefix/lib
|
||||||
@ -340,6 +344,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
|
%{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 16 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-4.fc6
|
||||||
|
- Add patch for RH bug #205187 (crash on startup).
|
||||||
|
|
||||||
* Fri Sep 15 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-3.fc6
|
* Fri Sep 15 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-3.fc6
|
||||||
- Revise patch for RH bug #198935 to eliminate a race condition.
|
- Revise patch for RH bug #198935 to eliminate a race condition.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user