Update to 3.3.1

This commit is contained in:
Milan Crha 2011-10-24 09:03:47 +02:00
parent 40e99ccc98
commit 6e146bbb0b
3 changed files with 12 additions and 8 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@ evolution-2.31.5.tar.bz2
/evolution-3.1.91.tar.xz /evolution-3.1.91.tar.xz
/evolution-3.1.92.tar.xz /evolution-3.1.92.tar.xz
/evolution-3.2.0.tar.xz /evolution-3.2.0.tar.xz
/evolution-3.3.1.tar.xz

View File

@ -1,17 +1,17 @@
%define dbus_version 1.0 %define dbus_version 1.0
%define glib2_version 2.26.0 %define glib2_version 2.30.0
%define gnome_desktop_version 2.91.3 %define gnome_desktop_version 2.91.3
%define gnome_doc_utils_version 0.8.0 %define gnome_doc_utils_version 0.8.0
%define gnome_icon_theme_version 2.30.2.1 %define gnome_icon_theme_version 2.30.2.1
%define gtk3_version 3.0.0 %define gtk3_version 3.2.0
%define gtkhtml_version 4.1.1 %define gtkhtml_version 4.3.1
%define intltool_version 0.35.5 %define intltool_version 0.35.5
%define libgdata_version 0.7.0 %define libgdata_version 0.10.0
%define libgweather_version 2.91.0 %define libgweather_version 2.91.0
%define clutter_gtk_version 0.10 %define clutter_gtk_version 0.10
%define soup_version 2.4.0 %define soup_version 2.4.0
%define evo_base_version 3.2 %define evo_base_version 3.4
%define last_anjal_version 0.3.2-3 %define last_anjal_version 0.3.2-3
%define last_libgal2_version 2:2.5.3-2 %define last_libgal2_version 2:2.5.3-2
@ -27,14 +27,14 @@
### Abstract ### ### Abstract ###
Name: evolution Name: evolution
Version: 3.2.0 Version: 3.3.1
Release: 1%{?dist} Release: 1%{?dist}
Group: Applications/Productivity Group: Applications/Productivity
Summary: Mail and calendar client for GNOME Summary: Mail and calendar client for GNOME
License: GPLv2+ and GFDL License: GPLv2+ and GFDL
URL: http://projects.gnome.org/evolution/ URL: http://projects.gnome.org/evolution/
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Source: http://download.gnome.org/sources/%{name}/3.2/%{name}-%{version}.tar.xz Source: http://download.gnome.org/sources/%{name}/3.3/%{name}-%{version}.tar.xz
Obsoletes: anjal <= %{last_anjal_version} Obsoletes: anjal <= %{last_anjal_version}
Obsoletes: libgal2 <= %{last_libgal2_version} Obsoletes: libgal2 <= %{last_libgal2_version}
@ -648,6 +648,9 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Mon Oct 24 2011 Milan Crha <mcrha@redhat.com> - 3.3.1-1
- Update to 3.3.1
* Mon Sep 26 2011 Milan Crha <mcrha@redhat.com> - 3.2.0-1 * Mon Sep 26 2011 Milan Crha <mcrha@redhat.com> - 3.2.0-1
- Update to 3.2.0 - Update to 3.2.0
- Manage properly schemas files for evolution-bogofilter/spamassassin - Manage properly schemas files for evolution-bogofilter/spamassassin

View File

@ -1 +1 @@
7c2143fe69343158ca220903b4f4b569 evolution-3.2.0.tar.xz b91e79a58ef446c340d9234e8f0b060d evolution-3.3.1.tar.xz