- 2.3.8
- add -Werror-implicit-function-declaration to CFLAGS and a patch to fix the problems arising (patch 110)
This commit is contained in:
parent
ad7b2e31ee
commit
ade36b028d
@ -1 +1 @@
|
|||||||
evolution-2.3.7.tar.bz2
|
evolution-2.3.8.tar.bz2
|
||||||
|
@ -28,8 +28,8 @@ ExcludeArch: ppc64
|
|||||||
%define nntp_support 1
|
%define nntp_support 1
|
||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 2.3.7
|
Version: 2.3.8
|
||||||
Release: 3
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
URL: http://www.ximian.com/
|
URL: http://www.ximian.com/
|
||||||
@ -63,6 +63,8 @@ Patch108: evolution-2.3.5.1-fix-150458.patch
|
|||||||
# Fix for RH bug 164957 (was for 145552):
|
# Fix for RH bug 164957 (was for 145552):
|
||||||
Patch109: evolution-2.0.2-fix-145552.patch
|
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
|
# not accepted, but proposed on a few occasions. fixes problems with
|
||||||
# some cyrus servers
|
# some cyrus servers
|
||||||
#Patch200: evolution-1.4.5-imap-command-length.patch
|
#Patch200: evolution-1.4.5-imap-command-length.patch
|
||||||
@ -193,6 +195,7 @@ cd widgets/table
|
|||||||
%patch108 -p3 -b .fix-150458
|
%patch108 -p3 -b .fix-150458
|
||||||
cd ../..
|
cd ../..
|
||||||
%patch109 -p1 -b .fix-164957
|
%patch109 -p1 -b .fix-164957
|
||||||
|
%patch110 -p1 -b .fix-implicit-function-declarations
|
||||||
|
|
||||||
#patch200 -p1 -b .commandlength
|
#patch200 -p1 -b .commandlength
|
||||||
|
|
||||||
@ -248,7 +251,7 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
CPPFLAGS="-I%{_includedir}/et"; export CPPFLAGS
|
CPPFLAGS="-I%{_includedir}/et"; export CPPFLAGS
|
||||||
CFLAGS="$RPM_OPT_FLAGS -fPIC -I%{_includedir}/et"; export CFLAGS
|
CFLAGS="$RPM_OPT_FLAGS -fPIC -I%{_includedir}/et -Werror-implicit-function-declaration"; export CFLAGS
|
||||||
%if ! %{use_mozilla_nss}
|
%if ! %{use_mozilla_nss}
|
||||||
if pkg-config openssl ; then
|
if pkg-config openssl ; then
|
||||||
CFLAGS="$CFLAGS `pkg-config --cflags openssl`"
|
CFLAGS="$CFLAGS `pkg-config --cflags openssl`"
|
||||||
@ -358,6 +361,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/evolution/%{evo_major}/*.so
|
%{_libdir}/evolution/%{evo_major}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.8-1
|
||||||
|
- 2.3.8
|
||||||
|
- add -Werror-implicit-function-declaration to CFLAGS and a patch to fix the
|
||||||
|
problems arising (patch 110)
|
||||||
|
|
||||||
* Tue Aug 16 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.7-3
|
* Tue Aug 16 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.7-3
|
||||||
- Introduce macro for gnome-pilot dependency, bumping from 2.0.6 to 2.0.13
|
- Introduce macro for gnome-pilot dependency, bumping from 2.0.6 to 2.0.13
|
||||||
- Add obsoletion of libgal2/libgal2-devel (dependency was removed in 2.3.6-1);
|
- Add obsoletion of libgal2/libgal2-devel (dependency was removed in 2.3.6-1);
|
||||||
|
Loading…
Reference in New Issue
Block a user