From 5bb7dc83bf6d22fbb0f93039c57f3b5c04e20eaf Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 8 Jun 2015 09:47:13 +0200 Subject: [PATCH] Update to 3.16.3 --- .gitignore | 1 + evolution.spec | 14 ++++++++++---- sources | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index aa790c9..f3baec3 100644 --- a/.gitignore +++ b/.gitignore @@ -89,3 +89,4 @@ evolution-2.31.5.tar.bz2 /evolution-3.16.0.tar.xz /evolution-3.16.1.tar.xz /evolution-3.16.2.1.tar.xz +/evolution-3.16.3.tar.xz diff --git a/evolution.spec b/evolution.spec index ec85c25..ba9a579 100644 --- a/evolution.spec +++ b/evolution.spec @@ -28,8 +28,8 @@ ### Abstract ### Name: evolution -Version: 3.16.2.1 -Release: 2%{?dist} +Version: 3.16.3 +Release: 1%{?dist} Group: Applications/Productivity Summary: Mail and calendar client for GNOME License: GPLv2+ and GFDL @@ -239,9 +239,9 @@ if ! pkg-config --exists nss; then fi %if %{with_docs} -%define gtkdoc_flags --enable-gtk-doc +%define gtkdoc_flags --enable-gtk-doc --with-help %else -%define gtkdoc_flags --disable-gtk-doc +%define gtkdoc_flags --disable-gtk-doc --without-help %endif CPPFLAGS="-I%{_includedir}/et"; export CPPFLAGS @@ -315,7 +315,9 @@ find $RPM_BUILD_ROOT/%{_libdir}/evolution -name '*.a' -exec rm {} \; %find_lang evolution-%{evo_base_version} --all-name --with-gnome grep "/usr/share/locale" evolution-%{evo_base_version}.lang > translations.lang +%if %{with_docs} grep -v "/usr/share/locale" evolution-%{evo_base_version}.lang > help.lang +%endif %post /sbin/ldconfig @@ -545,6 +547,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/installed-tests %changelog +* Mon Jun 08 2015 Milan Crha - 3.16.3-1 +- Update to 3.16.3 +- Disable help build when gtk-doc is disabled + * Thu May 28 2015 Debarshi Ray - 3.16.2.1-2 - Rebuild for libgdata soname bump diff --git a/sources b/sources index e8ebc2e..412b97f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8a81e82a9cb8a30c64ffd9997c516807 evolution-3.16.2.1.tar.xz +7e57ba305abce7463aea133e95613ee0 evolution-3.16.3.tar.xz