[SCM] snd/master: Refreshed patches

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Wed Aug 16 19:53:26 UTC 2017


The following commit has been merged in the master branch:
commit 4e3bba93416b06f65b288bd7663fe53330f10ed5
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed Aug 16 20:31:42 2017 +0200

    Refreshed patches

diff --git a/debian/patches/fix-spelling.patch b/debian/patches/fix-spelling.patch
index 6dd9d49..f1ee6e2 100644
--- a/debian/patches/fix-spelling.patch
+++ b/debian/patches/fix-spelling.patch
@@ -17,16 +17,16 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
        if (ch>0 && src_data.output_frames_gen!=outlen){
 --- snd.orig/s7.c
 +++ snd/s7.c
-@@ -25181,7 +25181,7 @@
+@@ -25399,7 +25399,7 @@
        s7_pointer it;
        it = s7_apply_function(sc, func, list_1(sc, e));
        if (!is_iterator(it))
--	return(s7_error(sc, sc->error_symbol, set_elist_2(sc, make_string_wrapper(sc, "make-iterator method must return an interator: ~S"), it)));
-+	return(s7_error(sc, sc->error_symbol, set_elist_2(sc, make_string_wrapper(sc, "make-iterator method must return an iterator: ~S"), it)));
+-	return(s7_error(sc, sc->error_symbol, set_elist_2(sc, s7_make_string_wrapper(sc, "make-iterator method must return an interator: ~S"), it)));
++	return(s7_error(sc, sc->error_symbol, set_elist_2(sc, s7_make_string_wrapper(sc, "make-iterator method must return an iterator: ~S"), it)));
        return(it);
      }
    return(NULL);
-@@ -76933,7 +76933,7 @@
+@@ -80921,7 +80921,7 @@
                                        the associated clauses are evaluated, whereupon cond returns."
    #define and_help               "(and expr expr ...) evaluates each of its arguments in order, quitting (and returning #f) \
                                        as soon as one of them returns #f.  If all are non-#f, it returns the last value."
@@ -37,7 +37,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
                                        match is found (via eqv?), the associated clauses are evaluated, and case returns."
 --- snd.orig/tools/ffitest.c
 +++ snd/tools/ffitest.c
-@@ -1440,7 +1440,7 @@
+@@ -1469,7 +1469,7 @@
      s7_pointer iter, x;
      iter = s7_make_iterator(sc, s7_list(sc, 3, TO_S7_INT(1), TO_S7_INT(2), TO_S7_INT(3)));
      if (!s7_is_iterator(iter))

-- 
snd packaging



More information about the pkg-multimedia-commits mailing list