Update to 3.19.1

This commit is contained in:
Milan Crha 2015-10-26 08:54:51 +01:00
parent 5aa884c5ed
commit 0ccdb66f06
3 changed files with 18 additions and 10 deletions

1
.gitignore vendored
View File

@ -92,3 +92,4 @@ evolution-data-server-2.31.5.tar.bz2
/evolution-data-server-3.17.92.tar.xz
/evolution-data-server-3.18.0.tar.xz
/evolution-data-server-3.18.1.tar.xz
/evolution-data-server-3.19.1.tar.xz

View File

@ -19,9 +19,10 @@
%define libical_version 0.46
%define libsoup_version 2.42
%define sqlite_version 3.5
%define nss_version 3.14
%define webkitgtk_version 2.4.9
%define json_glib_version 1.0.4
%define eds_base_version 3.18
%define eds_base_version 3.20
%define credential_modules_dir %{_libdir}/evolution-data-server/credential-modules
%define camel_provider_dir %{_libdir}/evolution-data-server/camel-providers
@ -32,14 +33,14 @@
### Abstract ###
Name: evolution-data-server
Version: 3.18.1
Version: 3.19.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.18/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/%{name}/3.19/%{name}-%{version}.tar.xz
Provides: evolution-webcal = %{version}
Obsoletes: evolution-webcal < 2.24.0
@ -86,7 +87,8 @@ BuildRequires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(nspr)
BuildRequires: pkgconfig(nss) >= %{nss_version}
BuildRequires: pkgconfig(sqlite3) >= %{sqlite_version}
BuildRequires: pkgconfig(webkitgtk-3.0) >= %{webkitgtk_version}
BuildRequires: pkgconfig(json-glib-1.0) >= %{json_glib_version}
%if %{ldap_support}
%if %{static_ldap}
@ -120,6 +122,8 @@ Requires: pkgconfig(libical) >= %{libical_version}
Requires: pkgconfig(libsecret-unstable) >= %{libsecret_version}
Requires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
Requires: pkgconfig(sqlite3) >= %{sqlite_version}
Requires: pkgconfig(webkitgtk-3.0) >= %{webkitgtk_version}
Requires: pkgconfig(json-glib-1.0) >= %{json_glib_version}
%description devel
Development files needed for building things which link against %{name}.
@ -411,6 +415,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
%{_datadir}/installed-tests
%changelog
* Mon Oct 26 2015 Milan Crha <mcrha@redhat.com> - 3.19.1-1
- Update to 3.19.1
* Mon Oct 12 2015 Milan Crha <mcrha@redhat.com> - 3.18.1-1
- Update to 3.18.1

View File

@ -1 +1 @@
a87cffff78852e361d21a679569ecce4 evolution-data-server-3.18.1.tar.xz
3f831dc259e5b1b00e5d2ebaf0ba20f7 evolution-data-server-3.19.1.tar.xz