[evolution-data-server] Update to 3.13.7

Milan Crha mcrha at fedoraproject.org
Mon Oct 27 06:28:47 UTC 2014


commit afe949f529dc8fc3eb7d4aaec4e2ab09cafdcdac
Author: Milan Crha <mcrha at redhat.com>
Date:   Mon Oct 27 07:28:37 2014 +0100

    Update to 3.13.7

 .gitignore                 |    1 +
 evolution-data-server.spec |   13 ++++++-------
 sources                    |    2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9c03163..322be85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/evolution-data-server.spec b/evolution-data-server.spec
index 5f225f9..e8ed0d8 100644
--- a/evolution-data-server.spec
+++ b/evolution-data-server.spec
@@ -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 at redhat.com> - 3.13.7-1
+- Update to 3.13.7
+- Re-enable parallel build
+
 * Mon Sep 22 2014 Milan Crha <mcrha at redhat.com> - 3.13.6-1
 - Update to 3.13.6
 - Remove patch for GNOME bug #735311 (fixed upstream)
diff --git a/sources b/sources
index b42b6fa..6ae247b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-982dbb7f6af6e2744f0a87f8db1b7e47  evolution-data-server-3.13.6.tar.xz
+1ada97bda60ce1b4cf69254354fa7765  evolution-data-server-3.13.7.tar.xz


More information about the scm-commits mailing list