8c75e9d5e8
add for factory OBS-URL: https://build.opensuse.org/request/show/74353 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pigz?expand=0&rev=1
12 lines
405 B
Diff
12 lines
405 B
Diff
--- pigz-2.1.6/pigz.c.orig 2011-06-02 12:36:25.000000000 +0200
|
|
+++ pigz-2.1.6/pigz.c 2011-06-02 12:36:40.043909605 +0200
|
|
@@ -1861,7 +1861,7 @@
|
|
nm += len - 4;
|
|
len = 4;
|
|
if (strcmp(nm, ".zip") == 0 || strcmp(nm, ".ZIP") == 0 ||
|
|
- strcmp(nm, ".tgz") == 0)
|
|
+ strcmp(nm, ".tgz") == 0 || strcmp(nm, ".spl") == 0)
|
|
return 4;
|
|
}
|
|
if (len > 3) {
|