- update mozilla dependency from 1.7.2 to 1.7.3, apart from on ppc (and on

s390 and s390x, which remain at 1.6, and on ppc64 where it isn't
    available at all)
This commit is contained in:
dmalcolm 2004-09-28 20:57:11 +00:00
parent 8d91e0ebb0
commit 84bd93e759

View File

@ -12,6 +12,10 @@ ExcludeArch: ppc64
%define gnome_icon_theme_version 1.3.6 %define gnome_icon_theme_version 1.3.6
%if %{use_mozilla_nss} %if %{use_mozilla_nss}
%define mozilla_version 1.7.3
# ppc is still at mozilla 1.7.2
%ifarch ppc
%define mozilla_version 1.7.2 %define mozilla_version 1.7.2
%endif %endif
@ -20,6 +24,9 @@ ExcludeArch: ppc64
%define mozilla_version 1.6 %define mozilla_version 1.6
%endif %endif
%endif
# end of use_mozilla_nss conditional section
%define ldap_support 1 %define ldap_support 1
%define krb5_support 1 %define krb5_support 1
%ifarch s390 s390x %ifarch s390 s390x
@ -32,7 +39,7 @@ ExcludeArch: ppc64
Name: evolution Name: evolution
Version: 2.0.1 Version: 2.0.1
Release: 1 Release: 2
License: GPL License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
URL: http://www.ximian.com/ URL: http://www.ximian.com/
@ -314,6 +321,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/evolution/%{evo_major}/*/*.a %{_libdir}/evolution/%{evo_major}/*/*.a
%changelog %changelog
* Tue Sep 28 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.1-2
- update mozilla dependency from 1.7.2 to 1.7.3, apart from on ppc (and on s390 and s390x, which remain at 1.6, and on ppc64 where it isn't available at all)
* Tue Sep 28 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.1-1 * Tue Sep 28 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.1-1
- Update from 2.0.0 to 2.0.1 - Update from 2.0.0 to 2.0.1
- Updated dependency on e-d-s from 1.0.0 to 1.0.1 - Updated dependency on e-d-s from 1.0.0 to 1.0.1