Update to 3.21.1

This commit is contained in:
Milan Crha 2016-04-25 10:50:20 +02:00
parent 1b5240cac7
commit 861230ba58
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -101,3 +101,4 @@ evolution-data-server-2.31.5.tar.bz2
/evolution-data-server-3.19.92.tar.xz
/evolution-data-server-3.20.0.tar.xz
/evolution-data-server-3.20.1.tar.xz
/evolution-data-server-3.21.1.tar.xz

View File

@ -22,7 +22,7 @@
%define webkitgtk_version 2.4.9
%define json_glib_version 1.0.4
%define eds_base_version 3.20
%define eds_base_version 3.22
%define credential_modules_dir %{_libdir}/evolution-data-server/credential-modules
%define camel_provider_dir %{_libdir}/evolution-data-server/camel-providers
@ -33,14 +33,14 @@
### Abstract ###
Name: evolution-data-server
Version: 3.20.1
Release: 2%{?dist}
Version: 3.21.1
Release: 1%{?dist}
Group: System Environment/Libraries
Summary: Backend data server for Evolution
License: LGPLv2+
URL: https://wiki.gnome.org/Apps/Evolution
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Source: http://download.gnome.org/sources/%{name}/3.20/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/%{name}/3.21/%{name}-%{version}.tar.xz
Provides: evolution-webcal = %{version}
Obsoletes: evolution-webcal < 2.24.0
@ -422,6 +422,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
%{_datadir}/installed-tests
%changelog
* Mon Apr 25 2016 Milan Crha <mcrha@redhat.com> - 3.21.1-1
- Update to 3.21.1
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 3.20.1-2
- rebuild for ICU 57.1

View File

@ -1 +1 @@
7c6ff622bc1e07841b215a7394ba5ea6 evolution-data-server-3.20.1.tar.xz
bd7a11b4e514e7d2aeae30f1d941019f evolution-data-server-3.21.1.tar.xz