Update to 3.19.1

This commit is contained in:
Milan Crha 2015-10-26 09:06:44 +01:00
parent 2d5098ed6e
commit c58e965045
3 changed files with 13 additions and 9 deletions

1
.gitignore vendored
View File

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

View File

@ -10,7 +10,7 @@
%define libsoup_version 2.40.3 %define libsoup_version 2.40.3
%define webkit_version 2.2.0 %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_anjal_version 0.3.2-3
%define last_libgal2_version 2:2.5.3-2 %define last_libgal2_version 2:2.5.3-2
@ -28,14 +28,14 @@
### Abstract ### ### Abstract ###
Name: evolution Name: evolution
Version: 3.18.1 Version: 3.19.1
Release: 1%{?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
URL: https://wiki.gnome.org/Apps/Evolution URL: https://wiki.gnome.org/Apps/Evolution
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) 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: anjal <= %{last_anjal_version}
Obsoletes: libgal2 <= %{last_libgal2_version} Obsoletes: libgal2 <= %{last_libgal2_version}
@ -97,7 +97,7 @@ BuildRequires: pkgconfig(shared-mime-info)
BuildRequires: pkgconfig(webkitgtk-3.0) >= %{webkit_version} BuildRequires: pkgconfig(webkitgtk-3.0) >= %{webkit_version}
%if %{ldap_support} %if %{ldap_support}
BuildRequires: openldap-devel >= 2.0.11 BuildRequires: openldap-devel >= 2.0.11
%endif %endif
%if %{libnotify_support} %if %{libnotify_support}
@ -154,7 +154,7 @@ Requires: yelp
BuildArch: noarch BuildArch: noarch
%description help %description help
This package contains user documentation for %{name}. This package contains user documentation for %{name}.
%endif %endif
%package bogofilter %package bogofilter
@ -224,7 +224,7 @@ done
%define ssl_flags --enable-nss=yes --enable-smime=yes %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!" echo "Unable to find suitable version of mozilla nss to use!"
exit 1 exit 1
fi fi
@ -442,8 +442,8 @@ rm -rf $RPM_BUILD_ROOT
%dir %{evo_plugin_dir} %dir %{evo_plugin_dir}
# The various plugins follow; they are all part of the main package: # 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 # (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 # 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 # globs above; the purpose of the separation below is to be more explicit about
# which plugins we ship) # which plugins we ship)
%{evo_plugin_dir}/org-gnome-evolution-attachment-reminder.eplug %{evo_plugin_dir}/org-gnome-evolution-attachment-reminder.eplug
@ -534,6 +534,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/installed-tests %{_datadir}/installed-tests
%changelog %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 * Mon Oct 12 2015 Milan Crha <mcrha@redhat.com> - 3.18.1-1
- Update to 3.18.1 - Update to 3.18.1

View File

@ -1 +1 @@
0c682c30820e922efe17c924bc47677d evolution-3.18.1.tar.xz 9078a68e639c769b1d65aef1d2c023bc evolution-3.19.1.tar.xz