From 01c921192e8a7eeb448c0f1443873a02b3988cf5 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 13 Aug 2025 10:49:30 +0800 Subject: [PATCH 1/3] change declaration of version & chmod +x configure --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 configure diff --git a/configure b/configure old mode 100644 new mode 100755 index b632d22..ac3bd0b --- a/configure +++ b/configure @@ -565,7 +565,7 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='gzip' PACKAGE_TARNAME='gzip' -PACKAGE_VERSION='1.10' +PACKAGE_VERSION='1.10-KunPeng' PACKAGE_STRING='gzip 1.10' PACKAGE_BUGREPORT='bug-gzip@gnu.org' PACKAGE_URL='' -- Gitee From 7934dafceb2f345fbb8b5c48f79ff308e13c6220 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 13 Aug 2025 11:39:36 +0800 Subject: [PATCH 2/3] remove change in file config and add KunPeng in Makefile.am --- Makefile.am | 2 +- configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index d4ecc3f..c88f572 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,7 +60,7 @@ BUILT_SOURCES += version.c version.c: Makefile $(AM_V_GEN)rm -f $@ $(AM_V_at)printf '#include \n' > $@t - $(AM_V_at)printf 'char const *Version = "$(PACKAGE_VERSION)";\n' >> $@t + $(AM_V_at)printf 'char const *Version = "$(PACKAGE_VERSION)-KunPeng";\n' >> $@t $(AM_V_at)chmod a-w $@t $(AM_V_at)mv $@t $@ diff --git a/configure b/configure index ac3bd0b..b632d22 100755 --- a/configure +++ b/configure @@ -565,7 +565,7 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='gzip' PACKAGE_TARNAME='gzip' -PACKAGE_VERSION='1.10-KunPeng' +PACKAGE_VERSION='1.10' PACKAGE_STRING='gzip 1.10' PACKAGE_BUGREPORT='bug-gzip@gnu.org' PACKAGE_URL='' -- Gitee From a2c8acb73ca85018097ad6b5cef9ccbb7dce06f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=B3=89=E5=9D=A4?= Date: Wed, 13 Aug 2025 03:51:37 +0000 Subject: [PATCH 3/3] update Makefile.am. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c88f572..c9a7979 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,7 +60,7 @@ BUILT_SOURCES += version.c version.c: Makefile $(AM_V_GEN)rm -f $@ $(AM_V_at)printf '#include \n' > $@t - $(AM_V_at)printf 'char const *Version = "$(PACKAGE_VERSION)-KunPeng";\n' >> $@t + $(AM_V_at)printf 'char const *Version = "$(PACKAGE_VERSION)-Kunpeng";\n' >> $@t $(AM_V_at)chmod a-w $@t $(AM_V_at)mv $@t $@ -- Gitee