[evolution] Update to 2.91.6

Milan Crha mcrha at fedoraproject.org
Mon Jan 31 14:12:31 UTC 2011


commit 559210996c445b36f135d484901b0b69c5a9b65a
Author: Milan Crha <mcrha at redhat.com>
Date:   Mon Jan 31 15:12:05 2011 +0100

    Update to 2.91.6

 .gitignore                                         |    1 +
 ...2.91.5-finish-tasks-before-camel-shutdown.patch |   48 --------------------
 evolution.spec                                     |   25 +++++-----
 sources                                            |    2 +-
 4 files changed, 15 insertions(+), 61 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3c96706..bc9be83 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ evolution-2.31.5.tar.bz2
 /evolution-2.91.3.tar.bz2
 /evolution-2.91.4.tar.bz2
 /evolution-2.91.5.tar.bz2
+/evolution-2.91.6.tar.bz2
diff --git a/evolution.spec b/evolution.spec
index 5d405de..a3c0e6a 100644
--- a/evolution.spec
+++ b/evolution.spec
@@ -3,11 +3,11 @@
 %define gnome_desktop_version 2.26.0
 %define gnome_doc_utils_version 0.8.0
 %define gnome_icon_theme_version 2.30.2.1
-%define gtk2_version 2.22.0
-%define gtkhtml_version 3.91.3
+%define gtk3_version 2.99.2
+%define gtkhtml_version 3.91.6
 %define intltool_version 0.35.5
-%define libgdata_version 0.6.3
-%define libgweather_version 2.25.4
+%define libgdata_version 0.7.0
+%define libgweather_version 2.91.0
 %define clutter_gtk_version 0.10
 %define soup_version 2.4.0
 
@@ -28,8 +28,8 @@
 ### Abstract ###
 
 Name: evolution
-Version: 2.91.5
-Release: 4%{?dist}
+Version: 2.91.6
+Release: 1%{?dist}
 Group: Applications/Productivity
 Summary: Mail and calendar client for GNOME
 License: GPLv2+ and GFDL
@@ -48,9 +48,6 @@ Patch10: evolution-1.4.4-ldap-x86_64-hack.patch
 # RH bug #589555
 Patch13: evolution-2.30.1-help-contents.patch
 
-# RH bug #657254  bgo #638808
-Patch20: evo-2.91.5-finish-tasks-before-camel-shutdown.patch
-
 ## Dependencies ###
 
 Requires(pre): GConf2
@@ -82,7 +79,7 @@ BuildRequires: gnome-desktop-devel >= %{gnome_desktop_version}
 BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version}
 BuildRequires: gnutls-devel
 BuildRequires: gtk-doc
-BuildRequires: gtk2-devel >= %{gtk2_version}
+BuildRequires: gtk3-devel >= %{gtk3_version}
 BuildRequires: gtkhtml3-devel >= %{gtkhtml_version}
 BuildRequires: gtkimageview-devel
 BuildRequires: intltool >= %{intltool_version}
@@ -140,7 +137,7 @@ Group: Development/Libraries
 Summary: Development files for building against %{name}
 Requires: %{name} = %{version}-%{release}
 Requires: evolution-data-server-devel >= %{version}
-Requires: gtk2-devel >= %{gtk2_version}
+Requires: gtk3-devel >= %{gtk3_version}
 Requires: gtkhtml3-devel >= %{gtkhtml_version}
 Requires: libgdata-devel >= %{libgdata_version}
 Requires: libgweather-devel >= %{libgweather_version}
@@ -203,7 +200,6 @@ This package contains the plugin to import Microsoft Personal Storage Table
 %setup -q -n evolution-%{version}
 %patch10 -p1 -b .ldaphack
 %patch13 -p1 -b .help-contents
-%patch20 -p1 -b .camel-shutdown-later
 
 mkdir -p krb5-fakeprefix/include
 mkdir -p krb5-fakeprefix/lib
@@ -604,6 +600,11 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Mon Jan 31 2011 Milan Crha <mcrha at redhat.com> - 2.91.6-1
+- Update to 2.91.6
+- Require gtk3
+- Remove patch for Red Hat bug #657254 (fixed upstream)
+
 * Fri Jan 21 2011 Dan Williams <dcbw at redhat.com> - 2.91.5-4
 - Fix crash at shutdown by finishing tasks before cleaning up (rh #657254)
 
diff --git a/sources b/sources
index 4319b73..5cd97ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5ba706c38a6fa81699ce16e05e5471b8  evolution-2.91.5.tar.bz2
+e8487863aa19cf8bfe386f2070c65f55  evolution-2.91.6.tar.bz2


More information about the scm-commits mailing list