- Sync version requirements up with configure.in.

This commit is contained in:
Matthew Barnes 2007-10-09 18:01:19 +00:00
parent c03bc5b744
commit 97eab24f36

View File

@ -1,12 +1,12 @@
%define bug_buddy_version 2.15.90
%define dbus_glib_version 0.70
%define dbus_version 0.90
%define dbus_version 1.0
%define eds_version 1.11.0
%define gnome_doc_utils_version 0.8.0
%define gnome_icon_theme_version 1.3.6
%define gnome_pilot_version 2.0.13
%define gnome_icon_theme_version 2.19.91
%define gnome_pilot_version 2.0.15
%define gnomevfs2_version 2.4
%define gtkhtml_version 3.13.92
%define gtk2_version 2.12.0
%define gtkhtml_version 3.16.0
%define intltool_version 0.35.5
%define last_libgal2_version 2:2.5.3-2
%define libbonobo_version 2.16.0
@ -46,7 +46,7 @@
Name: evolution
Version: 2.12.0
Release: 7%{?dist}
Release: 8%{?dist}
License: GPLv2 and GFDL+
Group: Applications/Productivity
Summary: GNOME's next-generation groupware suite
@ -139,7 +139,7 @@ Requires: gnome-spell >= 1.0.2
Requires: gnome-themes
Requires: gnome-vfs2 >= %{gnomevfs2_version}
Requires: gnutls
Requires: gtk2 >= 2.4.0
Requires: gtk2 >= %{gtk2_version}
Requires: libbonobo >= %{libbonobo_version}
Requires: libbonoboui >= %{libbonoboui_version}
Requires: libsoup >= %{soup_version}
@ -168,6 +168,7 @@ BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version}
BuildRequires: gnome-vfs2-devel >= %{gnomevfs2_version}
BuildRequires: gnutls-devel
BuildRequires: gtk-doc
BuildRequires: gtk2-devel >= %{gtk2_version}
BuildRequires: gtkhtml3-devel >= %{gtkhtml_version}
BuildRequires: intltool >= %{intltool_version}
BuildRequires: libbonobo-devel >= %{libbonobo_version}
@ -712,6 +713,9 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_datadir}/omf/evolution
%changelog
* Tue Oct 09 2007 Matthew Barnes <mbarnes@redhat.com. - 2.12.0-8.fc8
- Sync version requirements up with configure.in.
* Tue Oct 09 2007 Matthew Barnes <mbarnes@redhat.com> - 2.12.0-7.fc8
- Revise patch for GNOME bug #477045 (more icon tweaks).