diff --git a/evolution.spec b/evolution.spec index fd40b49..ae15258 100644 --- a/evolution.spec +++ b/evolution.spec @@ -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 - 2.1.6-2 +- added patch to fix build with GCC4 + * Tue Mar 1 2005 David Malcolm - 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)