- added patch (103) to fix problem with configuration macros in libical's
vsnprintf.c
This commit is contained in:
parent
64cadf261a
commit
cb2ba32e10
@ -24,7 +24,7 @@ ExcludeArch: ppc64
|
||||
Summary: Backend data server for evolution
|
||||
Name: evolution-data-server
|
||||
Version: 1.3.8
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL
|
||||
Group: System Environment/Libraries
|
||||
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.0/%{name}-%{version}.tar.bz2
|
||||
@ -40,6 +40,7 @@ Patch5: evolution-data-server-1.3.5-nspr_fix.patch
|
||||
Patch98: evolution-1.4.4-ldap-x86_64-hack.patch
|
||||
Patch101: evolution-data-server-1.2.2-fix_open_calendar_declaration.patch
|
||||
Patch102: evolution-data-server-1.3.8-fix-implicit-function-declarations
|
||||
Patch103: evolution-data-server-1.3.8-fix-libical-vsnprintf.c.patch
|
||||
|
||||
# Leak fixes by Mark G. Adams
|
||||
Patch200: gb-309079-attach-48376.patch
|
||||
@ -111,6 +112,7 @@ evolution-data-server.
|
||||
%patch98 -p1 -b .ldaphack
|
||||
%patch101 -p1 -b .fix_open_calendar_declaration
|
||||
%patch102 -p1 -b .fix-implicit-function-declarations
|
||||
%patch103 -p1 -b .fix-libical-vsnprintf.c
|
||||
%patch200 -p0 -b .fix-uid-leak
|
||||
%patch201 -p0 -b .fix-comp-ref-leak
|
||||
|
||||
@ -215,6 +217,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-2
|
||||
- added patch (103) to fix problem with configuration macros in libical's
|
||||
vsnprintf.c
|
||||
|
||||
* Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-1
|
||||
- 1.3.8
|
||||
- Add -Werror-implicit-function-declaration to CFLAGS, to avoid 64-bit issues
|
||||
|
Loading…
Reference in New Issue
Block a user