diff --git a/.gitignore b/.gitignore index ffb8d06..3f30529 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ evolution-2.31.5.tar.bz2 /evolution-3.5.91.tar.xz /evolution-3.5.92.tar.xz /evolution-3.6.0.tar.xz +/evolution-3.7.1.tar.xz diff --git a/evolution.spec b/evolution.spec index 939fcc5..0dcaacc 100644 --- a/evolution.spec +++ b/evolution.spec @@ -1,17 +1,17 @@ -%define glib2_version 2.30.0 +%define glib2_version 2.32.0 +%define gtk3_version 3.4.0 +%define gtkhtml_version 4.5.2 %define gnome_desktop_version 2.91.3 %define gnome_doc_utils_version 0.8.0 %define gnome_icon_theme_version 2.30.2.1 -%define gtk3_version 3.2.0 -%define gtkhtml_version 4.3.1 %define intltool_version 0.35.5 %define libgdata_version 0.10.0 %define libgweather_version 3.5.0 +%define libsoup_version 2.38.1 %define clutter_gtk_version 0.10 -%define soup_version 2.4.0 %define webkit_version 1.8.0 -%define evo_base_version 3.6 +%define evo_base_version 3.8 %define last_anjal_version 0.3.2-3 %define last_libgal2_version 2:2.5.3-2 @@ -28,14 +28,14 @@ ### Abstract ### Name: evolution -Version: 3.6.0 +Version: 3.7.1 Release: 1%{?dist} Group: Applications/Productivity Summary: Mail and calendar client for GNOME License: GPLv2+ and GFDL URL: http://projects.gnome.org/evolution/ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -Source: http://download.gnome.org/sources/%{name}/3.5/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/%{name}/3.7/%{name}-%{version}.tar.xz Obsoletes: anjal <= %{last_anjal_version} Obsoletes: libgal2 <= %{last_libgal2_version} @@ -82,7 +82,7 @@ BuildRequires: libgdata-devel >= %{libgdata_version} BuildRequires: libgweather-devel >= %{libgweather_version} BuildRequires: libpst-devel BuildRequires: libSM-devel -BuildRequires: libsoup-devel >= %{soup_version} +BuildRequires: libsoup-devel >= %{libsoup_version} BuildRequires: libtool >= 1.5 BuildRequires: libxml2-devel BuildRequires: nspr-devel @@ -132,7 +132,7 @@ Requires: gtk3-devel >= %{gtk3_version} Requires: gtkhtml3-devel >= %{gtkhtml_version} Requires: libgdata-devel >= %{libgdata_version} Requires: libgweather-devel >= %{libgweather_version} -Requires: libsoup-devel >= %{soup_version} +Requires: libsoup-devel >= %{libsoup_version} Requires: libxml2-devel Obsoletes: libgal2-devel <= %{last_libgal2_version} @@ -529,6 +529,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Mon Oct 22 2012 Milan Crha - 3.7.1-1 +- Update to 3.7.1 + * Mon Sep 24 2012 Matthew Barnes - 3.6.0-1 - Update to 3.6.0 - Remove patch for GNOME #678408 (fixed upstream). diff --git a/sources b/sources index 83fa0b3..c72244c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5ceb71ca0bcc1f706f1a3283585c048c evolution-3.6.0.tar.xz +282b3134e4f170b203407c1b2953f43b evolution-3.7.1.tar.xz