Update to 3.13.7
This commit is contained in:
parent
497fac9e6b
commit
afe949f529
1
.gitignore
vendored
1
.gitignore
vendored
@ -74,3 +74,4 @@ evolution-data-server-2.31.5.tar.bz2
|
||||
/evolution-data-server-3.13.4.tar.xz
|
||||
/evolution-data-server-3.13.5.tar.xz
|
||||
/evolution-data-server-3.13.6.tar.xz
|
||||
/evolution-data-server-3.13.7.tar.xz
|
||||
|
@ -31,7 +31,7 @@
|
||||
### Abstract ###
|
||||
|
||||
Name: evolution-data-server
|
||||
Version: 3.13.6
|
||||
Version: 3.13.7
|
||||
Release: 1%{?dist}
|
||||
Group: System Environment/Libraries
|
||||
Summary: Backend data server for Evolution
|
||||
@ -230,12 +230,7 @@ autoconf
|
||||
%largefile_flags %gtkdoc_flags
|
||||
export tagname=CC
|
||||
|
||||
# Do not build in parallel. The libedata-book and libedata-cal directories
|
||||
# each produce a shared library and an executable binary that links to the
|
||||
# shared library. If the executable binary finishes first the build fails.
|
||||
# There may be other similar cases in the source tree.
|
||||
#make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool
|
||||
make LIBTOOL=/usr/bin/libtool
|
||||
make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -403,6 +398,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Mon Oct 27 2014 Milan Crha <mcrha@redhat.com> - 3.13.7-1
|
||||
- Update to 3.13.7
|
||||
- Re-enable parallel build
|
||||
|
||||
* Mon Sep 22 2014 Milan Crha <mcrha@redhat.com> - 3.13.6-1
|
||||
- Update to 3.13.6
|
||||
- Remove patch for GNOME bug #735311 (fixed upstream)
|
||||
|
Loading…
Reference in New Issue
Block a user