diff --git a/.cvsignore b/.cvsignore index b47e44a..99b8c87 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -evolution-data-server-1.9.5.tar.bz2 +evolution-data-server-1.9.91.tar.bz2 diff --git a/evolution-data-server.spec b/evolution-data-server.spec index c1c3c4b..fb87ba8 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -24,8 +24,8 @@ ### Abstract ### Name: evolution-data-server -Version: 1.9.5 -Release: 4%{?dist} +Version: 1.9.91 +Release: 1%{?dist} License: LGPL Group: System Environment/Libraries Summary: Backend data server for Evolution @@ -71,9 +71,6 @@ Patch23: evolution-data-server-1.9.2-strftime.patch # GNOME bug #373117 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 ### Requires: GConf2 @@ -166,7 +163,6 @@ evolution-data-server. %patch22 -p1 -b .fix-name-selector-dialog %patch23 -p1 -b .strftime %patch24 -p1 -b .e-source-color -%patch25 -p1 -b .change-msgport-semantics mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/lib @@ -241,6 +237,7 @@ fi %if %{strict_build_settings} CFLAGS="$CFLAGS \ -DG_DISABLE_DEPRECATED=1 \ + -DPANGO_DISABLE_DEPRECATED=1 \ -DGDK_PIXBUF_DISABLE_DEPRECATED=1 \ -DGDK_DISABLE_DEPRECATED=1 \ -Werror-implicit-function-declaration" @@ -374,6 +371,11 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc %changelog +* Mon Feb 12 2007 Matthew Barnes - 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 - 1.9.5-4.fc7 - Revise evolution-data-server-1.8.0-no-gnome-common.patch so that we no longer have to run autoconf before building. diff --git a/sources b/sources index cbec6ad..cbaf952 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -94993e32e53663558e1eecea3f432bd5 evolution-data-server-1.9.5.tar.bz2 +6fb3895a6f076b50716665d9e79136a7 evolution-data-server-1.9.91.tar.bz2