Update to 3.19.90
This commit is contained in:
parent
1e1f170231
commit
881f6ea4e6
1
.gitignore
vendored
1
.gitignore
vendored
@ -101,3 +101,4 @@ evolution-2.31.5.tar.bz2
|
||||
/evolution-3.19.2.tar.xz
|
||||
/evolution-3.19.3.tar.xz
|
||||
/evolution-3.19.4.tar.xz
|
||||
/evolution-3.19.90.tar.xz
|
||||
|
@ -21,15 +21,15 @@
|
||||
%define libpst_support 1
|
||||
|
||||
# Coverity scan can override this to 0, to skip checking in gtk-doc generated code
|
||||
%{!?with_docs: %define with_docs 1}
|
||||
%{!?with_docs: %global with_docs 1}
|
||||
|
||||
%define evo_plugin_dir %{_libdir}/evolution/plugins
|
||||
|
||||
### Abstract ###
|
||||
|
||||
Name: evolution
|
||||
Version: 3.19.4
|
||||
Release: 3%{?dist}
|
||||
Version: 3.19.90
|
||||
Release: 1%{?dist}
|
||||
Group: Applications/Productivity
|
||||
Summary: Mail and calendar client for GNOME
|
||||
License: GPLv2+ and GFDL
|
||||
@ -286,7 +286,7 @@ for f in $helpdir/C/figures/*.png; do
|
||||
done
|
||||
done
|
||||
|
||||
# %{with_docs}
|
||||
# %%{with_docs}
|
||||
%endif
|
||||
|
||||
%install
|
||||
@ -527,6 +527,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Mon Feb 15 2016 Milan Crha <mcrha@redhat.com> - 3.19.90-1
|
||||
- Update to 3.19.90
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user