- Fix broken properties dialog for "Unmatched" vfolder (#141458)

This commit is contained in:
dmalcolm 2004-12-01 23:12:03 +00:00
parent 41cc0dcbfc
commit 924bb41a91

View File

@ -28,13 +28,14 @@ ExcludeArch: ppc64
Name: evolution Name: evolution
Version: 2.0.2 Version: 2.0.2
Release: 4 Release: 6
License: GPL License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
URL: http://www.ximian.com/ URL: http://www.ximian.com/
Source0: ftp://ftp.gnome.org/pub/gnome/stable/sources/evolution/2.0/%{name}-%{version}.tar.bz2 Source0: ftp://ftp.gnome.org/pub/gnome/stable/sources/evolution/2.0/%{name}-%{version}.tar.bz2
# patches pulled from upstream CVS # patches pulled from upstream CVS
Patch0: evolution-2.0.2-unmatched-vfolder-properties-141458.patch
# Red Hat Linux specific patches # Red Hat Linux specific patches
#Patch11: evolution-1.3.2-redhatify.patch #Patch11: evolution-1.3.2-redhatify.patch
@ -147,6 +148,9 @@ Development files needed for building things which link against evolution.
%setup -q %setup -q
# these are in CVS already on the 1-4-branch # these are in CVS already on the 1-4-branch
# these are in CVS already on the gnome-2-8 branch
%patch0 -p0 -b .unmatched-vfolder-properties-141458
# Red Hat specific patches # Red Hat specific patches
#patch11 -p1 -b .rhatify #patch11 -p1 -b .rhatify
@ -313,6 +317,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/evolution/%{evo_major}/*/*.a %{_libdir}/evolution/%{evo_major}/*/*.a
%changelog %changelog
* Wed Dec 1 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.2-6
- Fix broken properties dialog for "Unmatched" vfolder (#141458)
* Wed Oct 27 2004 Christopher Aillon <caillon@redhat.com> - 2.0.2-4 * Wed Oct 27 2004 Christopher Aillon <caillon@redhat.com> - 2.0.2-4
- Re-enable s390(x) - Re-enable s390(x)