rpms/eris/devel eris-1.3.14-gcc44.patch, 1.1, 1.2 eris.spec, 1.17, 1.18

Alexey Torkhov atorkhov at fedoraproject.org
Sun Mar 1 12:04:04 UTC 2009


Author: atorkhov

Update of /cvs/pkgs/rpms/eris/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10627

Modified Files:
	eris-1.3.14-gcc44.patch eris.spec 
Log Message:
* Sun Mar 01 2009 Alexey Torkhov <atorkhov at gmail.com> - 1.3.14-2
- Adding mercator dep to -devel subpackage
- Reenabling the tests


eris-1.3.14-gcc44.patch:

Index: eris-1.3.14-gcc44.patch
===================================================================
RCS file: /cvs/pkgs/rpms/eris/devel/eris-1.3.14-gcc44.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eris-1.3.14-gcc44.patch	27 Feb 2009 23:05:04 -0000	1.1
+++ eris-1.3.14-gcc44.patch	1 Mar 2009 12:03:33 -0000	1.2
@@ -7,3 +7,41 @@
  #include <skstream/skstream.h>
  
  #ifdef HAVE_CONFIG_H
+diff --git a/test/stubServer.cpp b/test/stubServer.cpp
+index 233b8ba..32e9ba6 100644
+--- a/test/stubServer.cpp
++++ b/test/stubServer.cpp
+@@ -17,6 +17,7 @@
+ #include <Atlas/Objects/objectFactory.h>
+ 
+ #include <cstdlib>
++#include <cstdio>
+ #include <sys/wait.h>
+ 
+ using Atlas::Objects::Root;
+diff --git a/test/clientConnection.cpp b/test/clientConnection.cpp
+index c08a1b1..7801ee7 100644
+--- a/test/clientConnection.cpp
++++ b/test/clientConnection.cpp
+@@ -17,6 +17,8 @@
+ #include <Atlas/Objects/Operation.h>
+ #include <Atlas/Codecs/Bach.h>
+ 
++#include <cstdio>
++
+ using Atlas::Objects::Root;
+ using Atlas::Objects::smart_dynamic_cast;
+ using namespace Atlas::Objects::Operation;
+diff --git a/test/commander.cpp b/test/commander.cpp
+index c19f505..3fedb6f 100644
+--- a/test/commander.cpp
++++ b/test/commander.cpp
+@@ -14,6 +14,8 @@
+ #include <Eris/LogStream.h>
+ #include <Atlas/Objects/Encoder.h>
+ 
++#include <cstdio>
++
+ using Atlas::Objects::Root;
+ using Atlas::Objects::smart_dynamic_cast;
+ using namespace Atlas::Objects::Operation;


Index: eris.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eris/devel/eris.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- eris.spec	1 Mar 2009 11:48:23 -0000	1.17
+++ eris.spec	1 Mar 2009 12:03:34 -0000	1.18
@@ -1,6 +1,6 @@
 Name:           eris
 Version:        1.3.14
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Client-side session layer for Atlas-C++
 
 Group:          Development/Libraries
@@ -56,9 +56,8 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/lib%{name}-1.3.la
 
 %check
-# Don't run the tests.  They seem to hang sometimes.  This will
-# be reenabled once upstream has a fix.
-#make %{?_smp_mflags} check
+# They seem to hang sometimes.
+make %{?_smp_mflags} check
 
 
 %clean
@@ -84,6 +83,10 @@
 
 
 %changelog
+* Sun Mar 01 2009 Alexey Torkhov <atorkhov at gmail.com> - 1.3.14-2
+- Adding mercator dep to -devel subpackage
+- Reenabling the tests
+
 * Fri Feb 27 2009 Alexey Torkhov <atorkhov at gmail.com> - 1.3.14-1
 - Update to 1.3.14
 




More information about the fedora-extras-commits mailing list