- added patch to fix build with GCC4

This commit is contained in:
dmalcolm 2005-03-02 00:22:38 +00:00
parent a56e79ae8a
commit 0a2453f480

View File

@ -29,7 +29,7 @@ ExcludeArch: ppc64
Name: evolution
Version: 2.1.6
Release: 1
Release: 2
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
URL: http://www.ximian.com/
@ -48,6 +48,7 @@ Patch98: evolution-1.4.4-ldap-x86_64-hack.patch
# patches sent upstream
Patch100: evo-addressbook-print-with-pango-2.patch
Patch101: evo-calendar-print-with-pango-4.patch
Patch102: evolution-2.1.6-gcc4-fixes.patch
# not accepted, but proposed on a few occasions. fixes problems with
# some cyrus servers
@ -168,6 +169,7 @@ Development files needed for building things which link against evolution.
# patches sent upstream
%patch100 -p0 -b .addressbook-print-with-pango
%patch101 -p0 -b .calendar-print-with-pango
%patch102 -p1 -b .gcc4-fixes
#patch200 -p1 -b .commandlength
@ -327,6 +329,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/evolution/%{evo_major}/*/*.a
%changelog
* Tue Mar 1 2005 David Malcolm <dmalcolm@redhat.com> - 2.1.6-2
- added patch to fix build with GCC4
* Tue Mar 1 2005 David Malcolm <dmalcolm@redhat.com> - 2.1.6-1
- Update from upstream unstable 2.1.6 to 2.1.6
- Added patches to fix calendar and addressbook printing for non-Roman scripts (#138075)