- Update to 1.9.91
- Add flag to disable deprecated Pango symbols. - Remove patch for GNOME bug #359979 (fixed upstream).
This commit is contained in:
parent
ea2bb07e7e
commit
3c1efd7ca3
@ -1 +1 @@
|
|||||||
evolution-data-server-1.9.5.tar.bz2
|
evolution-data-server-1.9.91.tar.bz2
|
||||||
|
@ -24,8 +24,8 @@
|
|||||||
### Abstract ###
|
### Abstract ###
|
||||||
|
|
||||||
Name: evolution-data-server
|
Name: evolution-data-server
|
||||||
Version: 1.9.5
|
Version: 1.9.91
|
||||||
Release: 4%{?dist}
|
Release: 1%{?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,9 +71,6 @@ 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
|
||||||
@ -166,7 +163,6 @@ 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
|
||||||
@ -241,6 +237,7 @@ fi
|
|||||||
%if %{strict_build_settings}
|
%if %{strict_build_settings}
|
||||||
CFLAGS="$CFLAGS \
|
CFLAGS="$CFLAGS \
|
||||||
-DG_DISABLE_DEPRECATED=1 \
|
-DG_DISABLE_DEPRECATED=1 \
|
||||||
|
-DPANGO_DISABLE_DEPRECATED=1 \
|
||||||
-DGDK_PIXBUF_DISABLE_DEPRECATED=1 \
|
-DGDK_PIXBUF_DISABLE_DEPRECATED=1 \
|
||||||
-DGDK_DISABLE_DEPRECATED=1 \
|
-DGDK_DISABLE_DEPRECATED=1 \
|
||||||
-Werror-implicit-function-declaration"
|
-Werror-implicit-function-declaration"
|
||||||
@ -374,6 +371,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
|
%{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 12 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.91-1.fc7
|
||||||
|
- Update to 1.9.91
|
||||||
|
- Add flag to disable deprecated Pango symbols.
|
||||||
|
- Remove patch for GNOME bug #359979 (fixed upstream).
|
||||||
|
|
||||||
* Sun Jan 21 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-4.fc7
|
* Sun Jan 21 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-4.fc7
|
||||||
- Revise evolution-data-server-1.8.0-no-gnome-common.patch so that we no
|
- Revise evolution-data-server-1.8.0-no-gnome-common.patch so that we no
|
||||||
longer have to run autoconf before building.
|
longer have to run autoconf before building.
|
||||||
|
Loading…
Reference in New Issue
Block a user