auto-import changelog data from evolution-1.0.3-4.src.rpm

Mon Apr 15 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-4
- include fejj(at)ximian.com's patch to fix the EINPROGRESS error with ssl
    since it's been committed to the branch and fixes the problem for me
- include patch from tagoh(at)redhat.com to change the default charset for
    Japanese to ISO-2022-JP (#63214)
This commit is contained in:
cvsdist 2004-09-09 04:35:02 +00:00
parent 6ca2cef9b7
commit bf04f060cf

View File

@ -15,7 +15,7 @@ ExcludeArch: ia64
Name: evolution Name: evolution
Version: 1.0.3 Version: 1.0.3
Release: 3 Release: 4
License: GPL License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
URL: http://www.ximian.com/ URL: http://www.ximian.com/
@ -25,10 +25,13 @@ Source1: db-3.1.17.tar.gz
Patch0: evolution-1.0.3-non-attendee-acceptance.patch Patch0: evolution-1.0.3-non-attendee-acceptance.patch
Patch1: evolution-1.0.3-startupwizardcrash.patch Patch1: evolution-1.0.3-startupwizardcrash.patch
Patch2: evolution-1.0.3-useproperldapattribs.patch Patch2: evolution-1.0.3-useproperldapattribs.patch
Patch3: evolution-1.0.3-einprogress.patch
# Red Hat Linux specific patches # Red Hat Linux specific patches
Patch10: evolution-1.0.1-dborder.patch Patch10: evolution-1.0.1-dborder.patch
Patch11: evolution-1.0.2-redhatify.patch Patch11: evolution-1.0.2-redhatify.patch
Patch20: evolution-ja-charset.patch
Summary: GNOME's next-generation groupware suite Summary: GNOME's next-generation groupware suite
Group: Applications/Productivity Group: Applications/Productivity
@ -82,11 +85,14 @@ personal information-management tool.
%patch0 -p0 -b .appointments %patch0 -p0 -b .appointments
%patch1 -p0 -b .startupwizardcrash %patch1 -p0 -b .startupwizardcrash
%patch2 -p0 -b .ldapattribs %patch2 -p0 -b .ldapattribs
%patch3 -p0 -b .einprogress
# Red Hat specific patches # Red Hat specific patches
%patch10 -p0 -b .dborder %patch10 -p0 -b .dborder
%patch11 -p0 -b .rhatify %patch11 -p0 -b .rhatify
%patch20 -p0 -b .jacharset
%build %build
## build our db 3.1.17 ## build our db 3.1.17
@ -178,6 +184,12 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Mon Apr 15 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-4
- include fejj(at)ximian.com's patch to fix the EINPROGRESS error with ssl
since it's been committed to the branch and fixes the problem for me
- include patch from tagoh(at)redhat.com to change the default charset
for Japanese to ISO-2022-JP (#63214)
* Wed Apr 10 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-3 * Wed Apr 10 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-3
- minor tweaks to the redhatify patch - minor tweaks to the redhatify patch
- make accepting appointments sent to mailing lists work - make accepting appointments sent to mailing lists work