Hello community,

here is the log from the commit of package glucat for openSUSE:Factory checked 
in at 2013-08-01 15:35:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glucat (Old)
 and      /work/SRC/openSUSE:Factory/.glucat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glucat"

Changes:
--------
--- /work/SRC/openSUSE:Factory/glucat/glucat.changes    2013-06-11 
09:27:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.glucat.new/glucat.changes       2013-08-01 
15:35:19.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Aug  1 11:15:52 UTC 2013 - [email protected]
+
+- rename glucat-fix-i586-build.patch to glucat-fix-32bit-build.patch 
+- apply it for ppc 32Bit
+
+-------------------------------------------------------------------

Old:
----
  glucat-fix-i586-build.patch

New:
----
  glucat-fix-32bit-build.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ glucat.spec ++++++
--- /var/tmp/diff_new_pack.IGdrCy/_old  2013-08-01 15:35:19.000000000 +0200
+++ /var/tmp/diff_new_pack.IGdrCy/_new  2013-08-01 15:35:19.000000000 +0200
@@ -24,7 +24,7 @@
 Group:          Development/Libraries/C and C++
 Url:            http://glucat.sourceforge.net/
 Source:         
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Patch0:         glucat-fix-i586-build.patch
+Patch0:         glucat-fix-32bit-build.patch
 #PATCH-FIX-UPSTREAM glucat-build-with-updated-boost.patch [email protected] 
-- Fix building with updated boost; patch came from upstream
 Patch1:         glucat-build-with-updated-boost.patch
 BuildRequires:  boost-devel
@@ -71,7 +71,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%ifarch i586
+%ifarch i586 ppc
 %patch0 -p1
 %endif
 %patch1 -p1

++++++ glucat-fix-32bit-build.patch ++++++
Index: glucat-0.7.0/glucat/framed_multi_imp.h
===================================================================
--- glucat-0.7.0.orig/glucat/framed_multi_imp.h
+++ glucat-0.7.0/glucat/framed_multi_imp.h
@@ -215,7 +215,7 @@ namespace glucat
     const Scalar_T eps = std::numeric_limits<Scalar_T>::epsilon();
     const Scalar_T tol = traits_t::abs(val_norm * eps * eps);
 #if defined(_GLUCAT_MAP_IS_HASH)
-    const size_t max_size = std::min(algebra_dim, matrix::nnz(val.m_matrix));
+    const size_t max_size = std::min<size_t>(algebra_dim, 
matrix::nnz(val.m_matrix));
     *this = multivector_t(_GLUCAT_HASH_SIZE_T(max_size));
 #endif    
     for (set_value_t
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to