Update to 3.22.0; Add gnome-autoar dependency

This commit is contained in:
Milan Crha 2016-09-19 11:19:44 +02:00
parent cdc90255e8
commit 0b19259e8b
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -113,3 +113,4 @@ evolution-2.31.5.tar.bz2
/evolution-3.21.90.tar.xz
/evolution-3.21.91.tar.xz
/evolution-3.21.92.tar.xz
/evolution-3.22.0.tar.xz

View File

@ -2,6 +2,7 @@
%define glib2_version 2.46.0
%define gtk3_version 3.10.0
%define gnome_autoar_version 0.1.1
%define gnome_desktop_version 2.91.3
%define gnome_doc_utils_version 0.8.0
%define intltool_version 0.35.5
@ -28,14 +29,14 @@
### Abstract ###
Name: evolution
Version: 3.21.92
Version: 3.22.0
Release: 1%{?dist}
Group: Applications/Productivity
Summary: Mail and calendar client for GNOME
License: GPLv2+ and GFDL
URL: https://wiki.gnome.org/Apps/Evolution
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Source: http://download.gnome.org/sources/%{name}/3.21/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/%{name}/3.22/%{name}-%{version}.tar.xz
Obsoletes: anjal <= %{last_anjal_version}
Obsoletes: libgal2 <= %{last_libgal2_version}
@ -77,6 +78,8 @@ BuildRequires: pkgconfig(gcr-3)
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
BuildRequires: pkgconfig(gmodule-2.0) >= %{glib2_version}
BuildRequires: pkgconfig(gnome-autoar-0) >= %{gnome_autoar_version}
BuildRequires: pkgconfig(gnome-autoar-gtk-0) >= %{gnome_autoar_version}
BuildRequires: pkgconfig(gnome-desktop-3.0) >= %{gnome_desktop_version}
BuildRequires: pkgconfig(gsettings-desktop-schemas)
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
@ -239,7 +242,6 @@ autoconf
%configure \
--disable-maintainer-mode \
--disable-autoar \
--with-sub-version=" (%{version}-%{release})" \
%ldap_flags %ssl_flags %gtkdoc_flags \
--enable-plugins=all \
@ -525,6 +527,10 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/installed-tests
%changelog
* Mon Sep 19 2016 Milan Crha <mcrha@redhat.com> - 3.22.0-1
- Update to 3.22.0
- Add gnome-autoar dependency
* Mon Sep 12 2016 Milan Crha <mcrha@redhat.com> - 3.21.92-1
- Update to 3.21.92
- Remove patch for "Adapt to WebKit Unstable DOM API changes: (fixed upstream)

View File

@ -1 +1 @@
0f301ca945f9be3d2827f76c02c5dcb6 evolution-3.21.92.tar.xz
16e508bb90ab7ca9861e26195a866b73 evolution-3.22.0.tar.xz