[packages/gzip] up to 1.14

atler atler at pld-linux.org
Sun Apr 13 12:45:44 CEST 2025


commit 6566c4f138b314172e1fc91e9d87a368b76a419f
Author: Jan Palus <atler at pld-linux.org>
Date:   Sun Apr 13 11:49:22 2025 +0200

    up to 1.14

 gzip-mktemp.patch | 2 +-
 gzip.spec         | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gzip.spec b/gzip.spec
index 5f98dd8..fabd6c8 100644
--- a/gzip.spec
+++ b/gzip.spec
@@ -8,12 +8,12 @@ Summary(ru.UTF-8):	Программа сжатия данных GNU gzip
 Summary(tr.UTF-8):	GNU gzip dosya sıkıştırma aracı
 Summary(uk.UTF-8):	Програма компресії даних GNU gzip
 Name:		gzip
-Version:	1.13
+Version:	1.14
 Release:	1
 License:	GPL v3+
 Group:		Applications/Archiving
 Source0:	https://ftp.gnu.org/gnu/gzip/%{name}-%{version}.tar.xz
-# Source0-md5:	d5c9fc9441288817a4a0be2da0249e29
+# Source0-md5:	4bf5a10f287501ee8e8ebe00ef62b2c2
 Source1:	%{name}-non-english-man-pages.tar.bz2
 # Source1-md5:	ea70155215d7b7d413ff476b668bcbbd
 Patch0:		%{name}-mktemp.patch
diff --git a/gzip-mktemp.patch b/gzip-mktemp.patch
index 9ca2951..e3df3ed 100644
--- a/gzip-mktemp.patch
+++ b/gzip-mktemp.patch
@@ -1,7 +1,7 @@
 --- gzip-1.9/gzexe.in.orig	2018-06-12 20:56:23.836235854 +0200
 +++ gzip-1.9/gzexe.in	2018-06-12 21:03:07.269564583 +0200
 @@ -169,7 +169,7 @@
- if type mktemp >/dev/null 2>&1; then
+ if command -v mktemp >/dev/null 2>&1; then
    gztmpdir=`mktemp -d "${TMPDIR}gztmpXXXXXXXXX"`
  else
 -  gztmpdir=${TMPDIR}gztmp$$; mkdir $gztmpdir
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gzip.git/commitdiff/6566c4f138b314172e1fc91e9d87a368b76a419f



More information about the pld-cvs-commit mailing list