Update to 3.17.4
This commit is contained in:
parent
7406d60b3b
commit
9960903b24
1
.gitignore
vendored
1
.gitignore
vendored
@ -91,3 +91,4 @@ evolution-2.31.5.tar.bz2
|
||||
/evolution-3.17.1.tar.xz
|
||||
/evolution-3.17.2.tar.xz
|
||||
/evolution-3.17.3.tar.xz
|
||||
/evolution-3.17.4.tar.xz
|
||||
|
@ -28,7 +28,7 @@
|
||||
### Abstract ###
|
||||
|
||||
Name: evolution
|
||||
Version: 3.17.3
|
||||
Version: 3.17.4
|
||||
Release: 1%{?dist}
|
||||
Group: Applications/Productivity
|
||||
Summary: Mail and calendar client for GNOME
|
||||
@ -234,8 +234,7 @@ fi
|
||||
%define gtkdoc_flags --disable-gtk-doc --without-help
|
||||
%endif
|
||||
|
||||
CPPFLAGS="-I%{_includedir}/et"; export CPPFLAGS
|
||||
CFLAGS="$RPM_OPT_FLAGS -fPIC -DLDAP_DEPRECATED -I%{_includedir}/et -Wno-sign-compare -Wno-deprecated-declarations"; export CFLAGS
|
||||
CFLAGS="$RPM_OPT_FLAGS -fPIC -DLDAP_DEPRECATED -Wno-sign-compare -Wno-deprecated-declarations"; export CFLAGS
|
||||
|
||||
# Regenerate configure to pick up configure.ac changes
|
||||
aclocal -I m4
|
||||
@ -537,6 +536,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Mon Jul 20 2015 Milan Crha <mcrha@redhat.com> - 3.17.4-1
|
||||
- Update to 3.17.4
|
||||
|
||||
* Mon Jun 22 2015 Milan Crha <mcrha@redhat.com> - 3.17.3-1
|
||||
- Update to 3.17.3
|
||||
- Disable help build when gtk-doc is disabled
|
||||
|
Loading…
Reference in New Issue
Block a user