- Added patch for #157074 (patch 804)
This commit is contained in:
parent
b3063e1ff3
commit
b773eba090
@ -29,7 +29,7 @@ ExcludeArch: ppc64
|
|||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 2.3.8
|
Version: 2.3.8
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
URL: http://www.ximian.com/
|
URL: http://www.ximian.com/
|
||||||
@ -85,6 +85,9 @@ Patch802: evolution-2.2.2-fix-conduit-dir.patch
|
|||||||
# Remove GNOME_COMPILE_WARNINGS from configure.in (since gnome-common might not be available when we rerun the autotools):
|
# Remove GNOME_COMPILE_WARNINGS from configure.in (since gnome-common might not be available when we rerun the autotools):
|
||||||
Patch803: evolution-2.2.2-no-gnome-common.patch
|
Patch803: evolution-2.2.2-no-gnome-common.patch
|
||||||
|
|
||||||
|
# Patch for RH bug 157074:
|
||||||
|
Patch804: evo-conduits-multi-day-crash.patch
|
||||||
|
|
||||||
Summary: GNOME's next-generation groupware suite
|
Summary: GNOME's next-generation groupware suite
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
|
|
||||||
@ -206,6 +209,7 @@ cd ../..
|
|||||||
%patch800 -p0 -b .fix-conduits
|
%patch800 -p0 -b .fix-conduits
|
||||||
%patch802 -p1 -b .fix-conduit-dir
|
%patch802 -p1 -b .fix-conduit-dir
|
||||||
%patch803 -p1 -b .no-gnome-common
|
%patch803 -p1 -b .no-gnome-common
|
||||||
|
%patch804 -p0 -b .conduits-multi-day-crash
|
||||||
|
|
||||||
mkdir -p krb5-fakeprefix/include
|
mkdir -p krb5-fakeprefix/include
|
||||||
mkdir -p krb5-fakeprefix/lib
|
mkdir -p krb5-fakeprefix/lib
|
||||||
@ -361,6 +365,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/evolution/%{evo_major}/*.so
|
%{_libdir}/evolution/%{evo_major}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.8-3
|
||||||
|
- Added patch for #157074 (patch 804)
|
||||||
|
|
||||||
* Fri Aug 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.8-2
|
* Fri Aug 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.8-2
|
||||||
- Move -Werror-implicit-function-declaration from configuration to the make
|
- Move -Werror-implicit-function-declaration from configuration to the make
|
||||||
stage, to avoid breaking configuration tests.
|
stage, to avoid breaking configuration tests.
|
||||||
|
Loading…
Reference in New Issue
Block a user