Update to 3.5.4
This commit is contained in:
parent
fc51a002ce
commit
5a536ee04b
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,3 +38,4 @@ evolution-2.31.5.tar.bz2
|
|||||||
/evolution-3.5.2.tar.xz
|
/evolution-3.5.2.tar.xz
|
||||||
/evolution-3.5.3.tar.xz
|
/evolution-3.5.3.tar.xz
|
||||||
/evolution-3.5.3.1.tar.xz
|
/evolution-3.5.3.1.tar.xz
|
||||||
|
/evolution-3.5.4.tar.xz
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
%define gtkhtml_version 4.3.1
|
%define gtkhtml_version 4.3.1
|
||||||
%define intltool_version 0.35.5
|
%define intltool_version 0.35.5
|
||||||
%define libgdata_version 0.10.0
|
%define libgdata_version 0.10.0
|
||||||
%define libgweather_version 2.91.0
|
%define libgweather_version 3.5.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 webkit_version 1.8.0
|
%define webkit_version 1.8.0
|
||||||
@ -28,8 +28,8 @@
|
|||||||
### Abstract ###
|
### Abstract ###
|
||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 3.5.3.1
|
Version: 3.5.4
|
||||||
Release: 4%{?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
|
||||||
@ -64,8 +64,7 @@ BuildRequires: cairo-gobject-devel
|
|||||||
BuildRequires: clutter-gtk-devel >= %{clutter_gtk_version}
|
BuildRequires: clutter-gtk-devel >= %{clutter_gtk_version}
|
||||||
BuildRequires: dbus-glib-devel
|
BuildRequires: dbus-glib-devel
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
#BuildRequires: evolution-data-server-devel >= %{version}
|
BuildRequires: evolution-data-server-devel >= %{version}
|
||||||
BuildRequires: evolution-data-server-devel >= 3.5.3
|
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
BuildRequires: gnome-common
|
BuildRequires: gnome-common
|
||||||
@ -126,8 +125,7 @@ personal information-management tool.
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Development files for building against %{name}
|
Summary: Development files for building against %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
#Requires: evolution-data-server-devel >= %{version}
|
Requires: evolution-data-server-devel >= %{version}
|
||||||
Requires: evolution-data-server-devel >= 3.5.3
|
|
||||||
Requires: gtk3-devel >= %{gtk3_version}
|
Requires: gtk3-devel >= %{gtk3_version}
|
||||||
Requires: gtkhtml3-devel >= %{gtkhtml_version}
|
Requires: gtkhtml3-devel >= %{gtkhtml_version}
|
||||||
Requires: libgdata-devel >= %{libgdata_version}
|
Requires: libgdata-devel >= %{libgdata_version}
|
||||||
@ -234,7 +232,6 @@ intltoolize --force
|
|||||||
autoconf
|
autoconf
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--disable-weather \
|
|
||||||
--disable-maintainer-mode \
|
--disable-maintainer-mode \
|
||||||
--disable-image-inline \
|
--disable-image-inline \
|
||||||
--enable-gtk-doc \
|
--enable-gtk-doc \
|
||||||
@ -528,6 +525,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 16 2012 Milan Crha <mcrha@redhat.com> - 3.5.4-1
|
||||||
|
- Update to 3.5.4
|
||||||
|
- Enable weather plugin (fixed upstream)
|
||||||
|
|
||||||
* Wed Jun 27 2012 Matthias Clasen <mclasen@redhat.com> - 2.5.3.1-4
|
* Wed Jun 27 2012 Matthias Clasen <mclasen@redhat.com> - 2.5.3.1-4
|
||||||
- Temporarily disable weather plugin (not ported to new libgweather yet)
|
- Temporarily disable weather plugin (not ported to new libgweather yet)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user