- Add Requires: glib2 >= 2.14.0, since it's in the buildroot now, and
forcibly introduces deps on symbols that don't exist in 2.13. If only we had working symbol versioning.
This commit is contained in:
parent
4b9a6f6ddc
commit
e75bc9a95a
@ -4,10 +4,11 @@
|
||||
%define krb5_support 1
|
||||
%define nntp_support 1
|
||||
|
||||
%define glib2_version 2.14.0
|
||||
%define intltool_version 0.35.5
|
||||
%define soup_version 2.2.3
|
||||
%define orbit2_version 2.9.8
|
||||
%define libbonobo_version 2.4.2
|
||||
%define orbit2_version 2.9.8
|
||||
%define soup_version 2.2.3
|
||||
|
||||
%define eds_base_version 1.12
|
||||
%define eds_api_version 1.2
|
||||
@ -26,7 +27,7 @@
|
||||
|
||||
Name: evolution-data-server
|
||||
Version: 1.11.90
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
Summary: Backend data server for Evolution
|
||||
@ -71,6 +72,7 @@ Patch22: evolution-data-server-1.11.90-glibc-open.patch
|
||||
Requires: GConf2
|
||||
Requires: ORBit2 >= %{orbit2_version}
|
||||
Requires: db4
|
||||
Requires: glib2 >= %{glib2_version}
|
||||
Requires: gnome-vfs2
|
||||
Requires: libbonobo >= %{libbonobo_version}
|
||||
Requires: libglade2
|
||||
@ -387,6 +389,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
|
||||
|
||||
%changelog
|
||||
* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> 1.11.90-4.fc8
|
||||
- Add Requires: glib2 >= 2.14.0, since it's in the buildroot now, and
|
||||
forcibly introduces deps on symbols that don't exist in 2.13. If
|
||||
only we had working symbol versioning.
|
||||
|
||||
* Mon Aug 20 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.90-3.fc8
|
||||
- Revise patch for GNOME bug #417999 to fix GNOME bug #447591
|
||||
(Automatic Contacts combo boxes don't work).
|
||||
|
Loading…
Reference in New Issue
Block a user