r45555 - in /packages/openblas/trunk/debian: changelog patches/series patches/sgemv_uninitialized_buffer.diff patches/sgemv_unitialized_buffer.diff

sebastien at users.alioth.debian.org sebastien at users.alioth.debian.org
Thu Jan 31 14:21:21 UTC 2013


Author: sebastien
Date: Thu Jan 31 14:21:20 2013
New Revision: 45555

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45555
Log:
Fix typo

Added:
    packages/openblas/trunk/debian/patches/sgemv_uninitialized_buffer.diff
      - copied, changed from r45552, packages/openblas/trunk/debian/patches/sgemv_unitialized_buffer.diff
Removed:
    packages/openblas/trunk/debian/patches/sgemv_unitialized_buffer.diff
Modified:
    packages/openblas/trunk/debian/changelog
    packages/openblas/trunk/debian/patches/series

Modified: packages/openblas/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/openblas/trunk/debian/changelog?rev=45555&op=diff
==============================================================================
--- packages/openblas/trunk/debian/changelog (original)
+++ packages/openblas/trunk/debian/changelog Thu Jan 31 14:21:20 2013
@@ -1,7 +1,7 @@
 openblas (0.1.1-7) UNRELEASED; urgency=low
 
-  * sgemv_unitialized_buffer.diff: new patch taken from upstream, ensures that
-    vectorized sgemv does not use unitialized data (Closes: #696000)
+  * sgemv_uninitialized_buffer.diff: new patch taken from upstream, ensures that
+    vectorized sgemv does not use uninitialized data (Closes: #696000)
   * dot_uninitialized_buffer.diff: new patch taken from upstream, ensures that
     vectorized dot does not use uninitialized data
   * gemv_crash_big_data.diff: new patch taken from upstream, fixes crashes of

Modified: packages/openblas/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/openblas/trunk/debian/patches/series?rev=45555&op=diff
==============================================================================
--- packages/openblas/trunk/debian/patches/series (original)
+++ packages/openblas/trunk/debian/patches/series Thu Jan 31 14:21:20 2013
@@ -4,6 +4,6 @@
 generic_profile.diff
 kill_threads_at_unload.diff
 32bit_athlon.diff
-sgemv_unitialized_buffer.diff
+sgemv_uninitialized_buffer.diff
 gemv_crash_big_data.diff
 dot_uninitialized_buffer.diff

Copied: packages/openblas/trunk/debian/patches/sgemv_uninitialized_buffer.diff (from r45552, packages/openblas/trunk/debian/patches/sgemv_unitialized_buffer.diff)
URL: http://svn.debian.org/wsvn/debian-science/packages/openblas/trunk/debian/patches/sgemv_uninitialized_buffer.diff?rev=45555&op=diff
==============================================================================
--- packages/openblas/trunk/debian/patches/sgemv_unitialized_buffer.diff (original)
+++ packages/openblas/trunk/debian/patches/sgemv_uninitialized_buffer.diff Thu Jan 31 14:21:20 2013
@@ -1,4 +1,4 @@
-Description: Ensure that vectorized sgemv does not use unitialized data
+Description: Ensure that vectorized sgemv does not use uninitialized data
 Origin: upstream, https://github.com/xianyi/OpenBLAS/commit/91ed4e4450ceabd71493e0bf80e7455df414bebf
 Bug: https://github.com/xianyi/OpenBLAS/issues/171
 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696000




More information about the debian-science-commits mailing list