- Add patch for GNOME bug #359979 (change EMsgPort semantics).
This commit is contained in:
parent
4b1e3b1d57
commit
48692f7f9d
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
Name: evolution-data-server
|
Name: evolution-data-server
|
||||||
Version: 1.9.5
|
Version: 1.9.5
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Summary: Backend data server for Evolution
|
Summary: Backend data server for Evolution
|
||||||
@ -71,6 +71,9 @@ Patch23: evolution-data-server-1.9.2-strftime.patch
|
|||||||
# GNOME bug #373117
|
# GNOME bug #373117
|
||||||
Patch24: evolution-data-server-1.9.3-e-source-color.patch
|
Patch24: evolution-data-server-1.9.3-e-source-color.patch
|
||||||
|
|
||||||
|
# GNOME bug #359979
|
||||||
|
Patch25: evolution-data-server-1.9.5-change-msgport-semantics.patch
|
||||||
|
|
||||||
### Dependencies ###
|
### Dependencies ###
|
||||||
|
|
||||||
Requires: GConf2
|
Requires: GConf2
|
||||||
@ -163,6 +166,7 @@ evolution-data-server.
|
|||||||
%patch22 -p1 -b .fix-name-selector-dialog
|
%patch22 -p1 -b .fix-name-selector-dialog
|
||||||
%patch23 -p1 -b .strftime
|
%patch23 -p1 -b .strftime
|
||||||
%patch24 -p1 -b .e-source-color
|
%patch24 -p1 -b .e-source-color
|
||||||
|
%patch25 -p1 -b .change-msgport-semantics
|
||||||
|
|
||||||
mkdir -p krb5-fakeprefix/include
|
mkdir -p krb5-fakeprefix/include
|
||||||
mkdir -p krb5-fakeprefix/lib
|
mkdir -p krb5-fakeprefix/lib
|
||||||
@ -380,6 +384,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
|
%{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 10 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-3.fc7
|
||||||
|
- Add patch for GNOME bug #359979 (change EMsgPort semantics).
|
||||||
|
|
||||||
* Mon Jan 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-2.fc7
|
* Mon Jan 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-2.fc7
|
||||||
- Require libsoup-devel in devel subpackage (RH bug #152482).
|
- Require libsoup-devel in devel subpackage (RH bug #152482).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user