- Update to 1.9.92

- Remove patch for GNOME bug #356177 (fixed upstream).
- Add minimum version to intltool requirement (current >= 0.35.5).
This commit is contained in:
Matthew Barnes 2007-02-26 19:09:37 +00:00
parent 3c1efd7ca3
commit 17f0f802c3
3 changed files with 22 additions and 20 deletions

View File

@ -1 +1 @@
evolution-data-server-1.9.91.tar.bz2 evolution-data-server-1.9.92.tar.bz2

View File

@ -4,6 +4,7 @@
%define krb5_support 1 %define krb5_support 1
%define nntp_support 1 %define nntp_support 1
%define intltool_version 0.35.5
%define soup_version 2.2.3 %define soup_version 2.2.3
%define orbit2_version 2.9.8 %define orbit2_version 2.9.8
%define libbonobo_version 2.4.2 %define libbonobo_version 2.4.2
@ -24,7 +25,7 @@
### Abstract ### ### Abstract ###
Name: evolution-data-server Name: evolution-data-server
Version: 1.9.91 Version: 1.9.92
Release: 1%{?dist} Release: 1%{?dist}
License: LGPL License: LGPL
Group: System Environment/Libraries Group: System Environment/Libraries
@ -50,26 +51,23 @@ Patch15: evolution-data-server-1.7.91-maybe-fix-crash.patch
# RH bug #203915 # RH bug #203915
Patch17: evolution-data-server-1.8.0-fix-camel-malloc.patch Patch17: evolution-data-server-1.8.0-fix-camel-malloc.patch
# GNOME bug #356177
Patch18: evolution-data-server-1.8.0-kill-emutex.patch
# GNOME bug #360240 # GNOME bug #360240
Patch19: evolution-data-server-1.8.1-warn-unused-variable.patch Patch18: evolution-data-server-1.8.1-warn-unused-variable.patch
# GNOME bug #360619 # GNOME bug #360619
Patch20: evolution-data-server-1.8.1-warn-incompatible-pointer-type.patch Patch19: evolution-data-server-1.8.1-warn-incompatible-pointer-type.patch
# GNOME bug #363965 # GNOME bug #363965
Patch21: evolution-data-server-1.9.1-kill-ememory.patch Patch20: evolution-data-server-1.9.1-kill-ememory.patch
# RH bug #203058 # RH bug #203058
Patch22: evolution-data-server-1.9.2-fix-name-selector-dialog.patch Patch21: evolution-data-server-1.9.2-fix-name-selector-dialog.patch
# RH bug #210142 # RH bug #210142
Patch23: evolution-data-server-1.9.2-strftime.patch Patch22: 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 Patch23: evolution-data-server-1.9.3-e-source-color.patch
### Dependencies ### ### Dependencies ###
@ -93,7 +91,7 @@ BuildRequires: gettext
BuildRequires: glib2-devel BuildRequires: glib2-devel
BuildRequires: gnome-vfs2-devel BuildRequires: gnome-vfs2-devel
BuildRequires: gnutls-devel BuildRequires: gnutls-devel
BuildRequires: intltool BuildRequires: intltool >= %{intltool_version}
BuildRequires: libbonobo-devel >= %{libbonobo_version} BuildRequires: libbonobo-devel >= %{libbonobo_version}
BuildRequires: libglade2-devel BuildRequires: libglade2-devel
BuildRequires: libgnome-devel BuildRequires: libgnome-devel
@ -156,13 +154,12 @@ evolution-data-server.
%patch14 -p1 -b .no-gnome-common %patch14 -p1 -b .no-gnome-common
%patch15 -p1 -b .maybe-fix-crash %patch15 -p1 -b .maybe-fix-crash
%patch17 -p1 -b .fix-camel-malloc %patch17 -p1 -b .fix-camel-malloc
%patch18 -p1 -b .kill-emutex %patch18 -p1 -b .warn-unused-variable
%patch19 -p1 -b .warn-unused-variable %patch19 -p1 -b .warn-incompatible-pointer-type
%patch20 -p1 -b .warn-incompatible-pointer-type %patch20 -p1 -b .kill-ememory
%patch21 -p1 -b .kill-ememory %patch21 -p1 -b .fix-name-selector-dialog
%patch22 -p1 -b .fix-name-selector-dialog %patch22 -p1 -b .strftime
%patch23 -p1 -b .strftime %patch23 -p1 -b .e-source-color
%patch24 -p1 -b .e-source-color
mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib mkdir -p krb5-fakeprefix/lib
@ -371,6 +368,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 26 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.92-1.fc7
- Update to 1.9.92
- Remove patch for GNOME bug #356177 (fixed upstream).
- Add minimum version to intltool requirement (current >= 0.35.5).
* Mon Feb 12 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.91-1.fc7 * Mon Feb 12 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.91-1.fc7
- Update to 1.9.91 - Update to 1.9.91
- Add flag to disable deprecated Pango symbols. - Add flag to disable deprecated Pango symbols.

View File

@ -1 +1 @@
6fb3895a6f076b50716665d9e79136a7 evolution-data-server-1.9.91.tar.bz2 01f7056966003c21e02272edfb5d44a2 evolution-data-server-1.9.92.tar.bz2