- 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:
parent
3c1efd7ca3
commit
17f0f802c3
@ -1 +1 @@
|
||||
evolution-data-server-1.9.91.tar.bz2
|
||||
evolution-data-server-1.9.92.tar.bz2
|
||||
|
@ -4,6 +4,7 @@
|
||||
%define krb5_support 1
|
||||
%define nntp_support 1
|
||||
|
||||
%define intltool_version 0.35.5
|
||||
%define soup_version 2.2.3
|
||||
%define orbit2_version 2.9.8
|
||||
%define libbonobo_version 2.4.2
|
||||
@ -24,7 +25,7 @@
|
||||
### Abstract ###
|
||||
|
||||
Name: evolution-data-server
|
||||
Version: 1.9.91
|
||||
Version: 1.9.92
|
||||
Release: 1%{?dist}
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
@ -50,26 +51,23 @@ Patch15: evolution-data-server-1.7.91-maybe-fix-crash.patch
|
||||
# RH bug #203915
|
||||
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
|
||||
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
|
||||
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
|
||||
Patch21: evolution-data-server-1.9.1-kill-ememory.patch
|
||||
Patch20: evolution-data-server-1.9.1-kill-ememory.patch
|
||||
|
||||
# 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
|
||||
Patch23: evolution-data-server-1.9.2-strftime.patch
|
||||
Patch22: evolution-data-server-1.9.2-strftime.patch
|
||||
|
||||
# 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 ###
|
||||
|
||||
@ -93,7 +91,7 @@ BuildRequires: gettext
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gnome-vfs2-devel
|
||||
BuildRequires: gnutls-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: intltool >= %{intltool_version}
|
||||
BuildRequires: libbonobo-devel >= %{libbonobo_version}
|
||||
BuildRequires: libglade2-devel
|
||||
BuildRequires: libgnome-devel
|
||||
@ -156,13 +154,12 @@ evolution-data-server.
|
||||
%patch14 -p1 -b .no-gnome-common
|
||||
%patch15 -p1 -b .maybe-fix-crash
|
||||
%patch17 -p1 -b .fix-camel-malloc
|
||||
%patch18 -p1 -b .kill-emutex
|
||||
%patch19 -p1 -b .warn-unused-variable
|
||||
%patch20 -p1 -b .warn-incompatible-pointer-type
|
||||
%patch21 -p1 -b .kill-ememory
|
||||
%patch22 -p1 -b .fix-name-selector-dialog
|
||||
%patch23 -p1 -b .strftime
|
||||
%patch24 -p1 -b .e-source-color
|
||||
%patch18 -p1 -b .warn-unused-variable
|
||||
%patch19 -p1 -b .warn-incompatible-pointer-type
|
||||
%patch20 -p1 -b .kill-ememory
|
||||
%patch21 -p1 -b .fix-name-selector-dialog
|
||||
%patch22 -p1 -b .strftime
|
||||
%patch23 -p1 -b .e-source-color
|
||||
|
||||
mkdir -p krb5-fakeprefix/include
|
||||
mkdir -p krb5-fakeprefix/lib
|
||||
@ -371,6 +368,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
|
||||
|
||||
%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
|
||||
- Update to 1.9.91
|
||||
- Add flag to disable deprecated Pango symbols.
|
||||
|
Loading…
Reference in New Issue
Block a user