- updated mozilla_build_version to 1.7.7

This commit is contained in:
dmalcolm 2005-04-30 06:58:10 +00:00
parent 6b4702d755
commit 38e72c17d3

View File

@ -20,7 +20,7 @@ ExcludeArch: ppc64
# However, the headers are in /usr/include/mozilla-%{mozilla_build_version} and so they move each time the mozilla version changes. # However, the headers are in /usr/include/mozilla-%{mozilla_build_version} and so they move each time the mozilla version changes.
# We use this macro to locate the headers: # We use this macro to locate the headers:
%if %{use_mozilla_nss} %if %{use_mozilla_nss}
%define mozilla_build_version 1.7.6 %define mozilla_build_version 1.7.7
%endif %endif
########################################################## ##########################################################
@ -36,7 +36,7 @@ ExcludeArch: ppc64
Name: evolution Name: evolution
Version: 2.2.2 Version: 2.2.2
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/
@ -333,6 +333,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/evolution/%{evo_major}/*/*.a %{_libdir}/evolution/%{evo_major}/*/*.a
%changelog %changelog
* Sat Apr 30 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-3
- updated mozilla_build_version to 1.7.7
* Sat Apr 30 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-2 * Sat Apr 30 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-2
- Finished porting conduits to pilot-link-0.12 API; re-enabled pilot support (#152172) - Finished porting conduits to pilot-link-0.12 API; re-enabled pilot support (#152172)