- Add patch from Veerapuram Varadhan to fix fd leak (bug 198935).
This commit is contained in:
parent
810bffe4a0
commit
89a9a48fc0
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
Name: evolution-data-server
|
Name: evolution-data-server
|
||||||
Version: 1.7.92
|
Version: 1.7.92
|
||||||
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
|
||||||
@ -47,6 +47,9 @@ Patch16: evolution-data-server-1.7.91-maybe-fix-crash.patch
|
|||||||
# Gnome.org bug #349847
|
# Gnome.org bug #349847
|
||||||
Patch17: evolution-data-server-1.7.92-uninitialized-gerror.patch
|
Patch17: evolution-data-server-1.7.92-uninitialized-gerror.patch
|
||||||
|
|
||||||
|
# RH bug #198935 / Gnome.org bug #350907
|
||||||
|
Patch18: evolution-data-server-1.7.92-fix-fd-leak.patch
|
||||||
|
|
||||||
### Dependencies ###
|
### Dependencies ###
|
||||||
|
|
||||||
Requires: GConf2
|
Requires: GConf2
|
||||||
@ -131,6 +134,7 @@ evolution-data-server.
|
|||||||
%patch15 -p1 -b .fix-edataserverui-libs
|
%patch15 -p1 -b .fix-edataserverui-libs
|
||||||
%patch16 -p1 -b .maybe-fix-crash
|
%patch16 -p1 -b .maybe-fix-crash
|
||||||
%patch17 -p1 -b .uninitialized-gerror
|
%patch17 -p1 -b .uninitialized-gerror
|
||||||
|
%patch18 -p1 -b .fix-fd-leak
|
||||||
|
|
||||||
mkdir -p krb5-fakeprefix/include
|
mkdir -p krb5-fakeprefix/include
|
||||||
mkdir -p krb5-fakeprefix/lib
|
mkdir -p krb5-fakeprefix/lib
|
||||||
@ -333,6 +337,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
|
%{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 28 2006 Ray Strode <rstrode@redhat.com> - 1.7.92-3.fc6
|
||||||
|
- Add patch from Veerapuram Varadhan to fix fd leak (bug 198935).
|
||||||
|
|
||||||
* Tue Aug 22 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.92-2
|
* Tue Aug 22 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.92-2
|
||||||
- Add patch for Gnome.org bug #349847.
|
- Add patch for Gnome.org bug #349847.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user