auto-import changelog data from evolution-1.5.93-2.src.rpm

Tue Aug 17 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.93-2
- updated gnome-icon-theme requirement from 1.2.0 to 1.3.6 to fix problem
    with missing stock icons (bz #130142)
This commit is contained in:
cvsdist 2004-09-09 04:42:39 +00:00
parent 1d7d71deef
commit 004693f2ca

View File

@ -9,7 +9,7 @@ ExcludeArch: ppc64
%define evo_major 1.5
%define libbonoboui_version 2.4.2
%define orbit2_version 2.9.8
%define gnome_icon_theme_version 1.2.0
%define gnome_icon_theme_version 1.3.6
%if %{use_mozilla_nss}
%define mozilla_version 1.7.2
@ -32,7 +32,7 @@ ExcludeArch: ppc64
Name: evolution
Version: 1.5.93
Release: 1
Release: 2
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
URL: http://www.ximian.com/
@ -314,6 +314,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/evolution/%{evo_major}/*/*.a
%changelog
* Tue Aug 17 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.93-2
- updated gnome-icon-theme requirement from 1.2.0 to 1.3.6 to fix problem with missing stock icons (bz #130142)
* Mon Aug 16 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.93-1
- updated tarball from 1.5.92.2 to 1.5.93
- removed filechooser patch - this is now in the upstream tarball, with a test at configuration time; it was autodetected and enabled in my test build; I've explicitly enabled it to be certain.