]> git.pld-linux.org Git - packages/xz.git/commitdiff
up to 5.2.7 auto/th/xz-5.2.7-1
authorJan Palus <atler@pld-linux.org>
Sun, 2 Oct 2022 14:26:24 +0000 (16:26 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 2 Oct 2022 14:26:24 +0000 (16:26 +0200)
xz-ksh.patch [deleted file]
xz.spec

diff --git a/xz-ksh.patch b/xz-ksh.patch
deleted file mode 100644 (file)
index a53d7a9..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-Be graceful to some ksh-originated shells (only mksh >= 40b seems to have a fix for RH BZ#49691)
---- xz-5.2.6/src/scripts/xzgrep.in.orig        2022-08-12 12:48:29.000000000 +0200
-+++ xz-5.2.6/src/scripts/xzgrep.in     2022-08-16 19:01:35.106707142 +0200
-@@ -209,7 +209,7 @@ for i; do
-       # which prints "binary file matches" to stderr instead of stdout.
-       #
-       # If reading from stdin, let grep use whatever name it prefers for
--      # stdin. With GNU grep it's a locale-specific translated string.
-+      # stdin. With GNU grep it is a locale-specific translated string.
-       if test "x$i" = "x-"; then
-         eval "$grep -H"
-       else
diff --git a/xz.spec b/xz.spec
index e1ca66abb5ee2d29042aa20ed7d3f048cd58a1cf..cdacce7ccf4508ad5d734dcb7080a49cd1347325 100644 (file)
--- a/xz.spec
+++ b/xz.spec
 Summary:       LZMA Encoder/Decoder
 Summary(pl.UTF-8):     Koder/Dekoder LZMA
 Name:          xz
-Version:       5.2.6
-Release:       2
+Version:       5.2.7
+Release:       1
 Epoch:         1
 License:       LGPL v2.1+, helper scripts on GPL v2+
 Group:         Applications/Archiving
 Source0:       https://tukaani.org/xz/%{name}-%{version}.tar.bz2
-# Source0-md5: 2138d1c1ccd9cc4c972fd89cff0bb2b4
+# Source0-md5: 154ab8026a415ea6d3026a2c9dc59ec5
 Patch0:                %{name}-parallel.patch
 Patch1:                %{name}-memlimit.patch
-Patch2:                %{name}-ksh.patch
 URL:           https://tukaani.org/xz/
 %{?with_asm:BuildRequires:     gcc >= 5:3.4}
 BuildRequires: rpm >= 4.4.9-56
@@ -119,7 +118,6 @@ Biblioteka statyczna LZMA.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 %configure \
This page took 0.37349 seconds and 4 git commands to generate.