[SCM] opencollada/master: debian/patches/: patchset updated

mfv at users.alioth.debian.org mfv at users.alioth.debian.org
Fri Aug 5 14:54:35 UTC 2016


The following commit has been merged in the master branch:
commit 57bc397994fc02d31a2acac99fce5515e7251452
Author: Matteo F. Vescovi <mfv at debian.org>
Date:   Fri Aug 5 16:50:30 2016 +0200

    debian/patches/: patchset updated
    
    - narrowing_conversion.diff added

diff --git a/debian/patches/narrowing_conversion.diff b/debian/patches/narrowing_conversion.diff
new file mode 100644
index 0000000..247dbc9
--- /dev/null
+++ b/debian/patches/narrowing_conversion.diff
@@ -0,0 +1,13 @@
+diff --git a/COLLADABaseUtils/src/COLLADABUURI.cpp b/COLLADABaseUtils/src/COLLADABUURI.cpp
+index 1d03561..92daf48 100644
+--- a/COLLADABaseUtils/src/COLLADABUURI.cpp
++++ b/COLLADABaseUtils/src/COLLADABUURI.cpp
+@@ -32,7 +32,7 @@ namespace COLLADABU
+ 
+ 
+ 
+-	const char HEX2DEC[256] = 
++	const signed char HEX2DEC[256] = 
+ 	{
+ 		/*       0  1  2  3   4  5  6  7   8  9  A  B   C  D  E  F */
+ 		/* 0 */ -1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,-1,
diff --git a/debian/patches/series b/debian/patches/series
index 7d34698..465ce1e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 opencollada.libxml.patch.0
 fix-cmake-config.diff
 fPIC.diff
+narrowing_conversion.diff

-- 
opencollada packaging



More information about the pkg-multimedia-commits mailing list