From aecbe7d8e7e6909a6c1e057e834419c49dff04cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?= Date: Sun, 7 Oct 2018 19:04:25 -0700 Subject: [PATCH] latest upstream (1.3.6) --- .gitignore | 1 + sources | 2 +- zstd-l-stdin.patch | 70 ---------------------------------------------- zstd.spec | 9 +++--- 4 files changed, 7 insertions(+), 75 deletions(-) delete mode 100644 zstd-l-stdin.patch diff --git a/.gitignore b/.gitignore index c09ff90..1b7b3b9 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /zstd-1.3.3.tar.gz /zstd-1.3.4.tar.gz /zstd-1.3.5.tar.gz +/zstd-1.3.6.tar.gz diff --git a/sources b/sources index 1ce158f..a8d02c7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zstd-1.3.5.tar.gz) = a5347b132d6b79e6a7f39a4546cafc5cf85e8d01b765477011008908035789e914b1093e2b2405c75086f05a7bc87e29b69e10252260d747c5c056ce16f91661 +SHA512 (zstd-1.3.6.tar.gz) = f37c3f45ee7b0367c1fd48f572a1931ea4a664a1f5669c56a0f1883c5c9555c3d8b622c1d8bd8c074d157259b4eda24782670137c354c2e2633ec98b235b5625 diff --git a/zstd-l-stdin.patch b/zstd-l-stdin.patch deleted file mode 100644 index 96971e9..0000000 --- a/zstd-l-stdin.patch +++ /dev/null @@ -1,70 +0,0 @@ -From 712a9fd9721c314f4b0238577d803b012845f6d2 Mon Sep 17 00:00:00 2001 -From: "W. Felix Handte" -Date: Fri, 29 Jun 2018 15:33:44 -0400 -Subject: [PATCH] Allow Invoking `zstd --list` When `stdin` is not a `tty` - -Also now returns an error when no inputs are given. - -New proposed behavior: - -``` -felix@odin:~/prog/zstd (list-stdin-check)$ ./zstd -l; echo $? -No files given -1 -felix@odin:~/prog/zstd (list-stdin-check)$ ./zstd -l Makefile.zst; echo $? -Frames Skips Compressed Uncompressed Ratio Check Filename - 1 0 3.08 KB 10.92 KB 3.544 XXH64 Makefile.zst -0 -felix@odin:~/prog/zstd (list-stdin-check)$ ./zstd -l - 1.3.6-1 +- Latest upstream + * Sat Jul 14 2018 Fedora Release Engineering - 1.3.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild