[SCM] snd/master: Refreshed patches
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Mon Jun 19 09:22:37 UTC 2017
The following commit has been merged in the master branch:
commit 3197af452ca6d38dc28ab937a330adea1bb20cc5
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date: Mon Jun 19 10:44:52 2017 +0200
Refreshed patches
diff --git a/debian/patches/fix-spelling.patch b/debian/patches/fix-spelling.patch
index 3f5b9ac..6dd9d49 100644
--- a/debian/patches/fix-spelling.patch
+++ b/debian/patches/fix-spelling.patch
@@ -17,7 +17,7 @@ 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
-@@ -29431,7 +29431,7 @@
+@@ -25181,7 +25181,7 @@
s7_pointer it;
it = s7_apply_function(sc, func, list_1(sc, e));
if (!is_iterator(it))
@@ -26,7 +26,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
return(it);
}
return(NULL);
-@@ -74055,7 +74055,7 @@
+@@ -76933,7 +76933,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."
@@ -43,7 +43,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
if (!s7_is_iterator(iter))
- fprintf(stderr, "%d: %s is not an interator\n", __LINE__, TO_STR(iter));
+ fprintf(stderr, "%d: %s is not an iterator\n", __LINE__, TO_STR(iter));
- if (s7_iterator_is_at_end(iter))
+ if (s7_iterator_is_at_end(sc, iter))
fprintf(stderr, "%d: %s is prematurely done\n", __LINE__, TO_STR(iter));
x = s7_iterate(sc, iter);
--- snd.orig/snd-prefs.c
--
snd packaging
More information about the pkg-multimedia-commits
mailing list