- Removed patch to fix implicit function declarations (patch 110, added in
2.3.8-1) as this is now upstream.
This commit is contained in:
dmalcolm 2005-09-08 00:43:53 +00:00
parent c8e9353b5d
commit d795db6fd0
3 changed files with 9 additions and 7 deletions

View File

@ -1 +1 @@
evolution-2.3.8.tar.bz2
evolution-2.4.0.tar.bz2

View File

@ -29,8 +29,8 @@ ExcludeArch: ppc64
%define exchange_support 1
Name: evolution
Version: 2.3.8
Release: 4
Version: 2.4.0
Release: 1
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
URL: http://www.ximian.com/
@ -64,8 +64,6 @@ Patch108: evolution-2.3.5.1-fix-150458.patch
# Fix for RH bug 164957 (was for 145552):
Patch109: evolution-2.0.2-fix-145552.patch
Patch110: evolution-2.3.8-fix-implicit-function-declarations.patch
# not accepted, but proposed on a few occasions. fixes problems with
# some cyrus servers
#Patch200: evolution-1.4.5-imap-command-length.patch
@ -199,7 +197,6 @@ cd widgets/table
%patch108 -p3 -b .fix-150458
cd ../..
%patch109 -p1 -b .fix-164957
%patch110 -p1 -b .fix-implicit-function-declarations
#patch200 -p1 -b .commandlength
@ -372,6 +369,11 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/evolution/%{evo_major}/*.so
%changelog
* Wed Sep 7 2005 David Malcolm <dmalcolm@redhat.com> - 2.4.0-1
- 2.4.0
- Removed patch to fix implicit function declarations (patch 110, added in
2.3.8-1) as this is now upstream.
* Thu Sep 1 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.8-4
- Enable exchange support when configuring, so that the exchange-operations
plugin gets built.

View File

@ -1 +1 @@
d5972fbb96b36cd3420bf1390d63c551 evolution-2.3.8.tar.bz2
c6b38b9a6ba920be5a859e9ed368508d evolution-2.4.0.tar.bz2