- Added leak fixes for GNOME bug 309079 provided by Mark G. Adams
This commit is contained in:
parent
b6a800200f
commit
67223a8f1a
@ -23,7 +23,7 @@ ExcludeArch: ppc64
|
|||||||
Summary: Backend data server for evolution
|
Summary: Backend data server for evolution
|
||||||
Name: evolution-data-server
|
Name: evolution-data-server
|
||||||
Version: 1.2.2
|
Version: 1.2.2
|
||||||
Release: 3
|
Release: 4.fc5
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.0/%{name}-%{version}.tar.bz2
|
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.0/%{name}-%{version}.tar.bz2
|
||||||
@ -39,6 +39,10 @@ Patch98: evolution-1.4.4-ldap-x86_64-hack.patch
|
|||||||
Patch100: evolution-data-server-1.2.0-cope-with-a-macro-called-read.patch
|
Patch100: evolution-data-server-1.2.0-cope-with-a-macro-called-read.patch
|
||||||
Patch101: evolution-data-server-1.2.2-fix_open_calendar_declaration.patch
|
Patch101: evolution-data-server-1.2.2-fix_open_calendar_declaration.patch
|
||||||
|
|
||||||
|
# Leak fixes by Mark G. Adams
|
||||||
|
Patch200: gb-309079-attach-48376.patch
|
||||||
|
Patch201: gb-309079-attach-48377.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
Requires: libsoup >= %{soup_version}
|
Requires: libsoup >= %{soup_version}
|
||||||
Requires: ORBit2 >= %{orbit2_version}
|
Requires: ORBit2 >= %{orbit2_version}
|
||||||
@ -105,6 +109,8 @@ evolution-data-server.
|
|||||||
%patch98 -p1 -b .ldaphack
|
%patch98 -p1 -b .ldaphack
|
||||||
%patch100 -p1 -b .cope-with-a-macro-called-read
|
%patch100 -p1 -b .cope-with-a-macro-called-read
|
||||||
%patch101 -p1 -b .fix_open_calendar_declaration
|
%patch101 -p1 -b .fix_open_calendar_declaration
|
||||||
|
%patch200 -p0 -b .fix-uid-leak
|
||||||
|
%patch201 -p0 -b .fix-comp-ref-leak
|
||||||
|
|
||||||
mkdir -p krb5-fakeprefix/include
|
mkdir -p krb5-fakeprefix/include
|
||||||
mkdir -p krb5-fakeprefix/lib
|
mkdir -p krb5-fakeprefix/lib
|
||||||
@ -204,6 +210,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 27 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-4.fc5
|
||||||
|
- Added leak fixes for GNOME bug 309079 provided by Mark G. Adams
|
||||||
|
|
||||||
* Wed May 18 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-3
|
* Wed May 18 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-3
|
||||||
- bumped libsoup requirement to 2.2.3; removed mozilla_build_version, using
|
- bumped libsoup requirement to 2.2.3; removed mozilla_build_version, using
|
||||||
pkg-config instead for locating NSPRS and NSS headers/libraries (#158085)
|
pkg-config instead for locating NSPRS and NSS headers/libraries (#158085)
|
||||||
|
Loading…
Reference in New Issue
Block a user