From c58e96504523e848cc2a0aa4932a1ff7dcd24b56 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 26 Oct 2015 09:06:44 +0100 Subject: [PATCH] Update to 3.19.1 --- .gitignore | 1 + evolution.spec | 19 +++++++++++-------- sources | 2 +- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 55beb42..b9e7f1f 100644 --- a/.gitignore +++ b/.gitignore @@ -97,3 +97,4 @@ evolution-2.31.5.tar.bz2 /evolution-3.17.92.tar.xz /evolution-3.18.0.tar.xz /evolution-3.18.1.tar.xz +/evolution-3.19.1.tar.xz diff --git a/evolution.spec b/evolution.spec index bdfe32b..dc6b50d 100644 --- a/evolution.spec +++ b/evolution.spec @@ -10,7 +10,7 @@ %define libsoup_version 2.40.3 %define webkit_version 2.2.0 -%define evo_base_version 3.18 +%define evo_base_version 3.20 %define last_anjal_version 0.3.2-3 %define last_libgal2_version 2:2.5.3-2 @@ -28,14 +28,14 @@ ### Abstract ### Name: evolution -Version: 3.18.1 +Version: 3.19.1 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.18/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/%{name}/3.19/%{name}-%{version}.tar.xz Obsoletes: anjal <= %{last_anjal_version} Obsoletes: libgal2 <= %{last_libgal2_version} @@ -97,7 +97,7 @@ BuildRequires: pkgconfig(shared-mime-info) BuildRequires: pkgconfig(webkitgtk-3.0) >= %{webkit_version} %if %{ldap_support} -BuildRequires: openldap-devel >= 2.0.11 +BuildRequires: openldap-devel >= 2.0.11 %endif %if %{libnotify_support} @@ -154,7 +154,7 @@ Requires: yelp BuildArch: noarch %description help -This package contains user documentation for %{name}. +This package contains user documentation for %{name}. %endif %package bogofilter @@ -224,7 +224,7 @@ done %define ssl_flags --enable-nss=yes --enable-smime=yes -if ! pkg-config --exists nss; then +if ! pkg-config --exists nss; then echo "Unable to find suitable version of mozilla nss to use!" exit 1 fi @@ -442,8 +442,8 @@ rm -rf $RPM_BUILD_ROOT %dir %{evo_plugin_dir} # The various plugins follow; they are all part of the main package: -# (note that there are various resources such as ui and pixmap files that -# are built as part of specific plugins but which are currently packaged using +# (note that there are various resources such as ui and pixmap files that +# are built as part of specific plugins but which are currently packaged using # globs above; the purpose of the separation below is to be more explicit about # which plugins we ship) %{evo_plugin_dir}/org-gnome-evolution-attachment-reminder.eplug @@ -534,6 +534,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/installed-tests %changelog +* Mon Oct 26 2015 Milan Crha - 3.19.1-1 +- Update to 3.19.1 + * Mon Oct 12 2015 Milan Crha - 3.18.1-1 - Update to 3.18.1 diff --git a/sources b/sources index f6f8d2e..2ef4b67 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0c682c30820e922efe17c924bc47677d evolution-3.18.1.tar.xz +9078a68e639c769b1d65aef1d2c023bc evolution-3.19.1.tar.xz