auto-import changelog data from evolution-1.4.6-1.src.rpm
Wed Mar 10 2004 Jeremy Katz <katzj@redhat.com> 1.4.6-1 - 1.4.6 Thu Nov 06 2003 Jeremy Katz <katzj@redhat.com> 1.4.5-8 - fall back to HELO for ESMTP (#108753)
This commit is contained in:
parent
2011d30f62
commit
113fbcb095
@ -1,2 +1,2 @@
|
|||||||
db-3.1.17.tar.bz2
|
db-3.1.17.tar.bz2
|
||||||
evolution-1.4.5.tar.gz
|
evolution-1.4.6.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%define gal_version 2:1.99.10
|
%define gal_version 2:1.99.11
|
||||||
%define gtkhtml_version 3.0.9
|
%define gtkhtml_version 3.0.10
|
||||||
%define soup_version 1.99.26
|
%define soup_version 1.99.26
|
||||||
%define use_mozilla_nss 0
|
%define use_mozilla_nss 0
|
||||||
|
|
||||||
@ -21,8 +21,8 @@
|
|||||||
%define buildtopdir $RPM_BUILD_DIR/%{name}-%{version}
|
%define buildtopdir $RPM_BUILD_DIR/%{name}-%{version}
|
||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 1.4.5
|
Version: 1.4.6
|
||||||
Release: 7
|
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/
|
||||||
@ -38,6 +38,7 @@ Patch4: evolution-1.4.5-46006-2.patch
|
|||||||
Patch5: evolution-1.4.5-49357.patch
|
Patch5: evolution-1.4.5-49357.patch
|
||||||
Patch6: evolution-1.4.5-reply-to-list-shortcut.patch
|
Patch6: evolution-1.4.5-reply-to-list-shortcut.patch
|
||||||
Patch7: evolution-1.4.5-composer-save-title.patch
|
Patch7: evolution-1.4.5-composer-save-title.patch
|
||||||
|
Patch8: evolution-1.4.5-50535.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
|
||||||
@ -136,14 +137,15 @@ Development files needed for building things which link against evolution.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -a 1
|
%setup -q -a 1
|
||||||
# these are in CVS already on the 1-4-branch
|
# these are in CVS already on the 1-4-branch
|
||||||
%patch0 -p1 -b .gethostbyaddr
|
#patch0 -p1 -b .gethostbyaddr
|
||||||
%patch1 -p0 -b .divbyzero
|
#patch1 -p0 -b .divbyzero
|
||||||
%patch2 -p0 -b .flushiconv
|
#patch2 -p0 -b .flushiconv
|
||||||
%patch3 -p0 -b .ipv6num
|
#patch3 -p0 -b .ipv6num
|
||||||
%patch4 -p0 -b .ipv6lookup
|
#patch4 -p0 -b .ipv6lookup
|
||||||
%patch5 -p0 -b .tz
|
#patch5 -p0 -b .tz
|
||||||
%patch6 -p0 -b .list
|
#patch6 -p0 -b .list
|
||||||
%patch7 -p1 -b .title
|
#patch7 -p1 -b .title
|
||||||
|
#patch8 -p0 -b .esmtpehlo
|
||||||
|
|
||||||
# Red Hat specific patches
|
# Red Hat specific patches
|
||||||
%patch11 -p1 -b .rhatify
|
%patch11 -p1 -b .rhatify
|
||||||
@ -153,12 +155,12 @@ Development files needed for building things which link against evolution.
|
|||||||
%patch98 -p1 -b .ldaphack
|
%patch98 -p1 -b .ldaphack
|
||||||
|
|
||||||
# patches sent upstream
|
# patches sent upstream
|
||||||
%patch100 -p1 -b .filtergtype
|
#patch100 -p1 -b .filtergtype
|
||||||
%patch101 -p0 -b .addrconfig
|
#patch101 -p0 -b .addrconfig
|
||||||
|
|
||||||
%patch200 -p1 -b .commandlength
|
%patch200 -p1 -b .commandlength
|
||||||
|
|
||||||
%patch500 -p0 -b .wombatsm
|
#patch500 -p0 -b .wombatsm
|
||||||
|
|
||||||
mkdir -p krb5-fakeprefix/include
|
mkdir -p krb5-fakeprefix/include
|
||||||
mkdir -p krb5-fakeprefix/lib
|
mkdir -p krb5-fakeprefix/lib
|
||||||
@ -310,6 +312,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/evolution/1.4/*/*.a
|
%{_libdir}/evolution/1.4/*/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 10 2004 Jeremy Katz <katzj@redhat.com> 1.4.6-1
|
||||||
|
- 1.4.6
|
||||||
|
|
||||||
|
* Thu Nov 6 2003 Jeremy Katz <katzj@redhat.com> 1.4.5-8
|
||||||
|
- fall back to HELO for ESMTP (#108753)
|
||||||
|
|
||||||
* Tue Oct 28 2003 Jeremy Katz <katzj@redhat.com> 1.4.5-7
|
* Tue Oct 28 2003 Jeremy Katz <katzj@redhat.com> 1.4.5-7
|
||||||
- fix title on composer save dialog (#108159)
|
- fix title on composer save dialog (#108159)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user