- Require libxml2-devel in evolution-devel package (RH bug #235056).
- Add libxml-2.0 requirement to evolution-plugin-2.10.pc.
This commit is contained in:
parent
8d51b3e7c7
commit
6a1ae614be
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 2.10.0
|
Version: 2.10.0
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
Summary: GNOME's next-generation groupware suite
|
Summary: GNOME's next-generation groupware suite
|
||||||
@ -164,6 +164,9 @@ Patch48: evolution-2.10.0-CVE-2007-1002.patch
|
|||||||
# RH bug #231767 / GNOME bug #400241
|
# RH bug #231767 / GNOME bug #400241
|
||||||
Patch49: evolution-2.10.0-let-mail-notification-build.patch
|
Patch49: evolution-2.10.0-let-mail-notification-build.patch
|
||||||
|
|
||||||
|
# RH bug #235056
|
||||||
|
Patch50: evolution-2.10.0-plugins-require-libxml2.patch
|
||||||
|
|
||||||
## Dependencies ###
|
## Dependencies ###
|
||||||
|
|
||||||
Requires(post): GConf2
|
Requires(post): GConf2
|
||||||
@ -275,6 +278,7 @@ Requires: %{name} = %{version}
|
|||||||
Requires: evolution-data-server-devel >= %{eds_version}
|
Requires: evolution-data-server-devel >= %{eds_version}
|
||||||
Requires: gtkhtml3-devel >= %{gtkhtml_version}
|
Requires: gtkhtml3-devel >= %{gtkhtml_version}
|
||||||
Requires: libsoup-devel >= %{soup_version}
|
Requires: libsoup-devel >= %{soup_version}
|
||||||
|
Requires: libxml2-devel
|
||||||
Obsoletes: libgal2-devel <= %{last_libgal2_version}
|
Obsoletes: libgal2-devel <= %{last_libgal2_version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -317,6 +321,7 @@ Development files needed for building things which link against evolution.
|
|||||||
%patch47 -p1 -b .drop-old-glib-support
|
%patch47 -p1 -b .drop-old-glib-support
|
||||||
%patch48 -p1 -b .CVE-2007-1002
|
%patch48 -p1 -b .CVE-2007-1002
|
||||||
%patch49 -p1 -b .let-mail-notification-build
|
%patch49 -p1 -b .let-mail-notification-build
|
||||||
|
%patch50 -p1 -b .plugins-require-libxml2
|
||||||
|
|
||||||
mkdir -p krb5-fakeprefix/include
|
mkdir -p krb5-fakeprefix/include
|
||||||
mkdir -p krb5-fakeprefix/lib
|
mkdir -p krb5-fakeprefix/lib
|
||||||
@ -733,6 +738,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/evolution/%{evo_major}/libmenus.so
|
%{_libdir}/evolution/%{evo_major}/libmenus.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 03 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-9.fc7
|
||||||
|
- Require libxml2-devel in evolution-devel package (RH bug #235056).
|
||||||
|
- Add libxml-2.0 requirement to evolution-plugin-2.10.pc.
|
||||||
|
|
||||||
* Tue Apr 03 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-8.fc7
|
* Tue Apr 03 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-8.fc7
|
||||||
- Revise patch for GNOME bug #419524 to fix RH bug #235082
|
- Revise patch for GNOME bug #419524 to fix RH bug #235082
|
||||||
(crash in initial account setup wizard).
|
(crash in initial account setup wizard).
|
||||||
|
Loading…
Reference in New Issue
Block a user