- 2.4.0
- 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:
parent
c8e9353b5d
commit
d795db6fd0
@ -1 +1 @@
|
||||
evolution-2.3.8.tar.bz2
|
||||
evolution-2.4.0.tar.bz2
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user