[cdo] 04/14: refresh patches

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Dec 12 12:46:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository cdo.

commit 4a05cad7d3feaa9ebab9b11259c34d694709933b
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Nov 20 16:41:34 2017 +0000

    refresh patches
---
 debian/patches/deregister.patch          | 32 ++++++++---------
 debian/patches/fix_typos.patch           |  6 ++--
 debian/patches/fortran-fix.patch         |  6 ++--
 debian/patches/ignore.patch              | 10 +++---
 debian/patches/off_t-fix.patch           | 12 +++----
 debian/patches/ppc64el.patch             |  6 ++--
 debian/patches/reproducible-builds.patch | 62 ++++++++++++++++----------------
 7 files changed, 67 insertions(+), 67 deletions(-)

diff --git a/debian/patches/deregister.patch b/debian/patches/deregister.patch
index 2e7ced2..2f8e1d9 100644
--- a/debian/patches/deregister.patch
+++ b/debian/patches/deregister.patch
@@ -6,11 +6,11 @@ Description: Remove 'register' from C code. Especially never try to get the
 Last-Updated: 2015-06-29
 Forwarded: no
 
-Index: cdo-1.9.2~rc1/libcdi/src/cdilib.c
+Index: cdo-1.9.2~rc2/libcdi/src/cdilib.c
 ===================================================================
---- cdo-1.9.2~rc1.orig/libcdi/src/cdilib.c
-+++ cdo-1.9.2~rc1/libcdi/src/cdilib.c
-@@ -7773,8 +7773,8 @@ void pwr6_minmax_val_double_unrolled6(co
+--- cdo-1.9.2~rc2.orig/libcdi/src/cdilib.c
++++ cdo-1.9.2~rc2/libcdi/src/cdilib.c
+@@ -7764,8 +7764,8 @@ void pwr6_minmax_val_double_unrolled6(co
      size_t i, j;
      size_t residual =  datasize % __UNROLL_DEPTH_1;
      size_t ofs = datasize - residual;
@@ -21,7 +21,7 @@ Index: cdo-1.9.2~rc1/libcdi/src/cdilib.c
  
      for ( j = 0; j < __UNROLL_DEPTH_1; j++) 
        {
-@@ -20321,7 +20321,7 @@ memcrc(const unsigned char *b, size_t n)
+@@ -20326,7 +20326,7 @@ memcrc(const unsigned char *b, size_t n)
  
    /* Extend with the length of the string. */
    while (n != 0) {
@@ -30,7 +30,7 @@ Index: cdo-1.9.2~rc1/libcdi/src/cdilib.c
      n >>= 8;
      s = (s << 8) ^ crctab[(s >> 24) ^ c];
    }
-@@ -20339,9 +20339,9 @@ memcrc_r(uint32_t *state, const unsigned
+@@ -20344,9 +20344,9 @@ memcrc_r(uint32_t *state, const unsigned
   */
  
  
@@ -43,7 +43,7 @@ Index: cdo-1.9.2~rc1/libcdi/src/cdilib.c
  
    for (; n > 0; --n) {
      c = (uint32_t)(*b++);
-@@ -20354,7 +20354,7 @@ memcrc_r(uint32_t *state, const unsigned
+@@ -20359,7 +20359,7 @@ memcrc_r(uint32_t *state, const unsigned
  #ifdef WORDS_BIGENDIAN
  #define SWAP_CSUM(BITWIDTH,BYTEWIDTH,NACC)                              \
    do {                                                                  \
@@ -52,7 +52,7 @@ Index: cdo-1.9.2~rc1/libcdi/src/cdilib.c
      for (size_t i = 0; i < num_elems; ++i) {                            \
        for(size_t aofs = NACC; aofs > 0; --aofs) {                       \
          uint##BITWIDTH##_t accum = b[i + aofs - 1];                     \
-@@ -20381,7 +20381,7 @@ memcrc_r_eswap(uint32_t *state, const un
+@@ -20386,7 +20386,7 @@ memcrc_r_eswap(uint32_t *state, const un
                 size_t elem_size)
  {
  #ifdef WORDS_BIGENDIAN
@@ -61,7 +61,7 @@ Index: cdo-1.9.2~rc1/libcdi/src/cdilib.c
  
    switch (elem_size)
    {
-@@ -20411,8 +20411,8 @@ memcrc_r_eswap(uint32_t *state, const un
+@@ -20416,8 +20416,8 @@ memcrc_r_eswap(uint32_t *state, const un
  uint32_t
  memcrc_finish(uint32_t *state, off_t total_size)
  {
@@ -72,7 +72,7 @@ Index: cdo-1.9.2~rc1/libcdi/src/cdilib.c
  
    /* Extend with the length of the string. */
    while (n != 0) {
-@@ -34515,7 +34515,7 @@ void listInitialize ( void )
+@@ -34525,7 +34525,7 @@ void listInitialize ( void )
    pthread_mutexattr_destroy(&ma);
  #endif
    /* file is special and has its own table, which needs to be
@@ -81,10 +81,10 @@ Index: cdo-1.9.2~rc1/libcdi/src/cdilib.c
    {
      int null_id;
      null_id = fileOpen_serial("/dev/null", "r");
-Index: cdo-1.9.2~rc1/libcdi/src/cgribexlib.c
+Index: cdo-1.9.2~rc2/libcdi/src/cgribexlib.c
 ===================================================================
---- cdo-1.9.2~rc1.orig/libcdi/src/cgribexlib.c
-+++ cdo-1.9.2~rc1/libcdi/src/cgribexlib.c
+--- cdo-1.9.2~rc2.orig/libcdi/src/cgribexlib.c
++++ cdo-1.9.2~rc2/libcdi/src/cgribexlib.c
 @@ -527,7 +527,7 @@ void avx_minmax_val_double(const double
    double fmin[4], fmax[4];
    __m256d current_max, current_min, work;
@@ -114,10 +114,10 @@ Index: cdo-1.9.2~rc1/libcdi/src/cgribexlib.c
  
      for ( j = 0; j < __UNROLL_DEPTH_1; j++) 
        {
-Index: cdo-1.9.2~rc1/libcdi/src/cksum.c
+Index: cdo-1.9.2~rc2/libcdi/src/cksum.c
 ===================================================================
---- cdo-1.9.2~rc1.orig/libcdi/src/cksum.c
-+++ cdo-1.9.2~rc1/libcdi/src/cksum.c
+--- cdo-1.9.2~rc2.orig/libcdi/src/cksum.c
++++ cdo-1.9.2~rc2/libcdi/src/cksum.c
 @@ -82,7 +82,7 @@ memcrc(const unsigned char *b, size_t n)
  
    /* Extend with the length of the string. */
diff --git a/debian/patches/fix_typos.patch b/debian/patches/fix_typos.patch
index 1ba29ff..69ee3d5 100644
--- a/debian/patches/fix_typos.patch
+++ b/debian/patches/fix_typos.patch
@@ -3,10 +3,10 @@ Description: Fix typos.
 Last-Updated: 2017-04-20
 Forwarded: no
 
-Index: cdo-1.9.2~rc1/src/operator_help.h
+Index: cdo-1.9.2~rc2/src/operator_help.h
 ===================================================================
---- cdo-1.9.2~rc1.orig/src/operator_help.h
-+++ cdo-1.9.2~rc1/src/operator_help.h
+--- cdo-1.9.2~rc2.orig/src/operator_help.h
++++ cdo-1.9.2~rc2/src/operator_help.h
 @@ -1846,7 +1846,7 @@ std::vector<std::string> ConsecstatHelp
      "",
      "DESCRIPTION",
diff --git a/debian/patches/fortran-fix.patch b/debian/patches/fortran-fix.patch
index 827a324..3325b35 100644
--- a/debian/patches/fortran-fix.patch
+++ b/debian/patches/fortran-fix.patch
@@ -4,10 +4,10 @@ Author: Alastair McKinstry <mckinstry at debian.org>
 Last-Updated: 20-17-11-12
 Forwarded: yes
 
-Index: cdo-1.9.2~rc1/libcdi/examples/cdi_write_f2003.f90
+Index: cdo-1.9.2~rc2/libcdi/examples/cdi_write_f2003.f90
 ===================================================================
---- cdo-1.9.2~rc1.orig/libcdi/examples/cdi_write_f2003.f90
-+++ cdo-1.9.2~rc1/libcdi/examples/cdi_write_f2003.f90
+--- cdo-1.9.2~rc2.orig/libcdi/examples/cdi_write_f2003.f90
++++ cdo-1.9.2~rc2/libcdi/examples/cdi_write_f2003.f90
 @@ -44,8 +44,8 @@
        vlistID = vlistCreate()
  
diff --git a/debian/patches/ignore.patch b/debian/patches/ignore.patch
index 5ff93e3..f2345d2 100644
--- a/debian/patches/ignore.patch
+++ b/debian/patches/ignore.patch
@@ -6,12 +6,12 @@ Forwarded: <no|not-needed|url proving that it has been forwarded>
 Reviewed-By: <name and email of someone who approved the patch>
 Last-Update: <YYYY-MM-DD>
 
-Index: cdo-1.9.2~rc1/libcdi/src/config.h.in
+Index: cdo-1.9.2~rc2/libcdi/src/config.h.in
 ===================================================================
---- cdo-1.9.2~rc1.orig/libcdi/src/config.h.in
-+++ cdo-1.9.2~rc1/libcdi/src/config.h.in
-@@ -272,6 +272,11 @@
- # define _DARWIN_USE_64_BIT_INODE 1
+--- cdo-1.9.2~rc2.orig/libcdi/src/config.h.in
++++ cdo-1.9.2~rc2/libcdi/src/config.h.in
+@@ -267,6 +267,11 @@
+ # endif
  #endif
  
 +/* Enable large inode numbers on Mac OS X 10.5.  */
diff --git a/debian/patches/off_t-fix.patch b/debian/patches/off_t-fix.patch
index 1122ddc..e9a1087 100644
--- a/debian/patches/off_t-fix.patch
+++ b/debian/patches/off_t-fix.patch
@@ -5,10 +5,10 @@ Author: Alastair McKinstry <mckinstry at debian.org>
 Last-Updated: 2017-10-24
 Forwarded: no
 
-Index: cdo-1.9.2~rc1/src/Afterburner.cc
+Index: cdo-1.9.2~rc2/src/Afterburner.cc
 ===================================================================
---- cdo-1.9.2~rc1.orig/src/Afterburner.cc
-+++ cdo-1.9.2~rc1/src/Afterburner.cc
+--- cdo-1.9.2~rc2.orig/src/Afterburner.cc
++++ cdo-1.9.2~rc2/src/Afterburner.cc
 @@ -10,6 +10,7 @@
  /*                                                               */
  /* ============================================================= */
@@ -17,10 +17,10 @@ Index: cdo-1.9.2~rc1/src/Afterburner.cc
  #if defined(HAVE_CONFIG_H)
  #include "config.h"
  #endif
-Index: cdo-1.9.2~rc1/src/process.cc
+Index: cdo-1.9.2~rc2/src/process.cc
 ===================================================================
---- cdo-1.9.2~rc1.orig/src/process.cc
-+++ cdo-1.9.2~rc1/src/process.cc
+--- cdo-1.9.2~rc2.orig/src/process.cc
++++ cdo-1.9.2~rc2/src/process.cc
 @@ -15,6 +15,7 @@
    GNU General Public License for more details.
  */
diff --git a/debian/patches/ppc64el.patch b/debian/patches/ppc64el.patch
index cb53d24..aa808f2 100644
--- a/debian/patches/ppc64el.patch
+++ b/debian/patches/ppc64el.patch
@@ -6,10 +6,10 @@ Bug-Debian: https://bugs.debian.org/763691
 Last-Updated: 2015-07-14
 Forwarded: no
 
-Index: cdo-1.9.2~rc1/libcdi/src/cgribexlib.c
+Index: cdo-1.9.2~rc2/libcdi/src/cgribexlib.c
 ===================================================================
---- cdo-1.9.2~rc1.orig/libcdi/src/cgribexlib.c
-+++ cdo-1.9.2~rc1/libcdi/src/cgribexlib.c
+--- cdo-1.9.2~rc2.orig/libcdi/src/cgribexlib.c
++++ cdo-1.9.2~rc2/libcdi/src/cgribexlib.c
 @@ -12,6 +12,7 @@
  
  #ifdef _ARCH_PWR6
diff --git a/debian/patches/reproducible-builds.patch b/debian/patches/reproducible-builds.patch
index 17ead51..b1ac2d2 100644
--- a/debian/patches/reproducible-builds.patch
+++ b/debian/patches/reproducible-builds.patch
@@ -4,10 +4,10 @@ Description: Make builds bit-reproducible in Debian: remove timestamps
 Last-Updated: 2015-10-20
 Forwarded: no
 
-Index: cdo-1.9.2~rc1/libcdi/app/cdi.c
+Index: cdo-1.9.2~rc2/libcdi/app/cdi.c
 ===================================================================
---- cdo-1.9.2~rc1.orig/libcdi/app/cdi.c
-+++ cdo-1.9.2~rc1/libcdi/app/cdi.c
+--- cdo-1.9.2~rc2.orig/libcdi/app/cdi.c
++++ cdo-1.9.2~rc2/libcdi/app/cdi.c
 @@ -86,8 +86,8 @@ void version(void)
    fprintf(stderr, " version: %s\n", COMP_VERSION);
  #endif
@@ -19,11 +19,11 @@ Index: cdo-1.9.2~rc1/libcdi/app/cdi.c
  #endif
  
    fprintf(stderr, "filetype: ");
-Index: cdo-1.9.2~rc1/libcdi/src/cdilib.c
+Index: cdo-1.9.2~rc2/libcdi/src/cdilib.c
 ===================================================================
---- cdo-1.9.2~rc1.orig/libcdi/src/cdilib.c
-+++ cdo-1.9.2~rc1/libcdi/src/cdilib.c
-@@ -21169,7 +21169,7 @@ static int extDefaultNumber = EXT_REAL;
+--- cdo-1.9.2~rc2.orig/libcdi/src/cdilib.c
++++ cdo-1.9.2~rc2/libcdi/src/cdilib.c
+@@ -21174,7 +21174,7 @@ static int extDefaultNumber = EXT_REAL;
  #define LIBVERSION      1.4.0
  #define XSTRING(x)	#x
  #define STRING(x)	XSTRING(x)
@@ -32,7 +32,7 @@ Index: cdo-1.9.2~rc1/libcdi/src/cdilib.c
  
  const char *extLibraryVersion(void)
  {
-@@ -21864,7 +21864,7 @@ static void file_table_print(void);
+@@ -21869,7 +21869,7 @@ static void file_table_print(void);
  #define  LIBVERSION      1.8.3
  #define  XSTRING(x)	 #x
  #define  STRING(x) 	 XSTRING(x)
@@ -41,7 +41,7 @@ Index: cdo-1.9.2~rc1/libcdi/src/cdilib.c
  
  /*
    21/05/2004  1.3.2 set min I/O Buffersize to 128k
-@@ -29607,7 +29607,7 @@ static int iegDefaultDprec = 0;
+@@ -29617,7 +29617,7 @@ static int iegDefaultDprec = 0;
  #define LIBVERSION      1.4.0
  #define XSTRING(x)	#x
  #define STRING(x)	XSTRING(x)
@@ -50,7 +50,7 @@ Index: cdo-1.9.2~rc1/libcdi/src/cdilib.c
  
  const char *iegLibraryVersion(void)
  {
-@@ -35273,7 +35273,7 @@ static int srvDefaultDprec = 0;
+@@ -35283,7 +35283,7 @@ static int srvDefaultDprec = 0;
  #define LIBVERSION      1.4.0
  #define XSTRING(x)	#x
  #define STRING(x)	XSTRING(x)
@@ -59,10 +59,10 @@ Index: cdo-1.9.2~rc1/libcdi/src/cdilib.c
  
  const char *srvLibraryVersion(void)
  {
-Index: cdo-1.9.2~rc1/libcdi/src/extralib.c
+Index: cdo-1.9.2~rc2/libcdi/src/extralib.c
 ===================================================================
---- cdo-1.9.2~rc1.orig/libcdi/src/extralib.c
-+++ cdo-1.9.2~rc1/libcdi/src/extralib.c
+--- cdo-1.9.2~rc2.orig/libcdi/src/extralib.c
++++ cdo-1.9.2~rc2/libcdi/src/extralib.c
 @@ -34,7 +34,7 @@ static int extDefaultNumber = EXT_REAL;
  #define LIBVERSION      1.4.0
  #define XSTRING(x)	#x
@@ -72,10 +72,10 @@ Index: cdo-1.9.2~rc1/libcdi/src/extralib.c
  
  const char *extLibraryVersion(void)
  {
-Index: cdo-1.9.2~rc1/libcdi/src/file.c
+Index: cdo-1.9.2~rc2/libcdi/src/file.c
 ===================================================================
---- cdo-1.9.2~rc1.orig/libcdi/src/file.c
-+++ cdo-1.9.2~rc1/libcdi/src/file.c
+--- cdo-1.9.2~rc2.orig/libcdi/src/file.c
++++ cdo-1.9.2~rc2/libcdi/src/file.c
 @@ -147,7 +147,7 @@ static void file_table_print(void);
  #define  LIBVERSION      1.8.3
  #define  XSTRING(x)	 #x
@@ -85,10 +85,10 @@ Index: cdo-1.9.2~rc1/libcdi/src/file.c
  
  /*
    21/05/2004  1.3.2 set min I/O Buffersize to 128k
-Index: cdo-1.9.2~rc1/libcdi/src/ieglib.c
+Index: cdo-1.9.2~rc2/libcdi/src/ieglib.c
 ===================================================================
---- cdo-1.9.2~rc1.orig/libcdi/src/ieglib.c
-+++ cdo-1.9.2~rc1/libcdi/src/ieglib.c
+--- cdo-1.9.2~rc2.orig/libcdi/src/ieglib.c
++++ cdo-1.9.2~rc2/libcdi/src/ieglib.c
 @@ -28,7 +28,7 @@ static int iegDefaultDprec = 0;
  #define LIBVERSION      1.4.0
  #define XSTRING(x)	#x
@@ -98,10 +98,10 @@ Index: cdo-1.9.2~rc1/libcdi/src/ieglib.c
  
  const char *iegLibraryVersion(void)
  {
-Index: cdo-1.9.2~rc1/configure.ac
+Index: cdo-1.9.2~rc2/configure.ac
 ===================================================================
---- cdo-1.9.2~rc1.orig/configure.ac
-+++ cdo-1.9.2~rc1/configure.ac
+--- cdo-1.9.2~rc2.orig/configure.ac
++++ cdo-1.9.2~rc2/configure.ac
 @@ -122,19 +122,19 @@ if test -z "$F77_VERSION" ; then F77_VER
  AC_DEFINE_UNQUOTED(F77_VERSION, ["$F77_VERSION"], [F77 Compiler version])
  
@@ -134,10 +134,10 @@ Index: cdo-1.9.2~rc1/configure.ac
  
  AC_DEFINE_UNQUOTED([SYSTEM_TYPE],["$ac_cv_build"], [System type])
  AC_SUBST([SYSTEM_TYPE],["$ac_cv_build"])
-Index: cdo-1.9.2~rc1/libcdi/configure.ac
+Index: cdo-1.9.2~rc2/libcdi/configure.ac
 ===================================================================
---- cdo-1.9.2~rc1.orig/libcdi/configure.ac
-+++ cdo-1.9.2~rc1/libcdi/configure.ac
+--- cdo-1.9.2~rc2.orig/libcdi/configure.ac
++++ cdo-1.9.2~rc2/libcdi/configure.ac
 @@ -123,19 +123,21 @@ if test -z "$COMP_VERSION" ; then COMP_V
  AC_DEFINE_UNQUOTED(COMP_VERSION, ["$COMP_VERSION"], [Compiler version])
  
@@ -172,10 +172,10 @@ Index: cdo-1.9.2~rc1/libcdi/configure.ac
  
  AC_DEFINE_UNQUOTED([SYSTEM_TYPE],["$ac_cv_build"], [System type])
  AC_SUBST([SYSTEM_TYPE],["$ac_cv_build"])
-Index: cdo-1.9.2~rc1/libcdi/src/servicelib.c
+Index: cdo-1.9.2~rc2/libcdi/src/servicelib.c
 ===================================================================
---- cdo-1.9.2~rc1.orig/libcdi/src/servicelib.c
-+++ cdo-1.9.2~rc1/libcdi/src/servicelib.c
+--- cdo-1.9.2~rc2.orig/libcdi/src/servicelib.c
++++ cdo-1.9.2~rc2/libcdi/src/servicelib.c
 @@ -34,7 +34,7 @@ static int srvDefaultDprec = 0;
  #define LIBVERSION      1.4.0
  #define XSTRING(x)	#x
@@ -185,10 +185,10 @@ Index: cdo-1.9.2~rc1/libcdi/src/servicelib.c
  
  const char *srvLibraryVersion(void)
  {
-Index: cdo-1.9.2~rc1/libcdi/src/version.c
+Index: cdo-1.9.2~rc2/libcdi/src/version.c
 ===================================================================
---- cdo-1.9.2~rc1.orig/libcdi/src/version.c
-+++ cdo-1.9.2~rc1/libcdi/src/version.c
+--- cdo-1.9.2~rc2.orig/libcdi/src/version.c
++++ cdo-1.9.2~rc2/libcdi/src/version.c
 @@ -9,7 +9,7 @@
   */
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cdo.git



More information about the debian-science-commits mailing list