Update to 3.19.90
This commit is contained in:
parent
e12dc7bbda
commit
1eb35d2795
1
.gitignore
vendored
1
.gitignore
vendored
@ -96,3 +96,4 @@ evolution-data-server-2.31.5.tar.bz2
|
||||
/evolution-data-server-3.19.2.tar.xz
|
||||
/evolution-data-server-3.19.3.tar.xz
|
||||
/evolution-data-server-3.19.4.tar.xz
|
||||
/evolution-data-server-3.19.90.tar.xz
|
||||
|
@ -5,7 +5,7 @@
|
||||
%define largefile_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 glib2_version 2.40.0
|
||||
%define gtk3_version 3.6.0
|
||||
@ -33,8 +33,8 @@
|
||||
### Abstract ###
|
||||
|
||||
Name: evolution-data-server
|
||||
Version: 3.19.4
|
||||
Release: 3%{?dist}
|
||||
Version: 3.19.90
|
||||
Release: 1%{?dist}
|
||||
Group: System Environment/Libraries
|
||||
Summary: Backend data server for Evolution
|
||||
License: LGPLv2+
|
||||
@ -140,7 +140,7 @@ BuildArch: noarch
|
||||
%description doc
|
||||
This package contains developer documentation for %{name}.
|
||||
|
||||
# %{with_docs}
|
||||
# %%{with_docs}
|
||||
%endif
|
||||
|
||||
%package tests
|
||||
@ -422,6 +422,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||
%{_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