Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
2fd891f778
!55 [sync] PR-54: add sw_64 support
From: @openeuler-sync-bot 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2025-04-01 05:53:49 +00:00
lvgenggeng
04fba225fd add sw_64 support
Signed-off-by: lvgenggeng <lvgenggeng@uniontech.com>
(cherry picked from commit 98e0a02753e86efd0214f2acc18ba364560647f8)
2025-03-31 16:32:02 +08:00
openeuler-ci-bot
9c7286657d
!44 update release
From: @fly_fzc 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2024-03-27 01:15:47 +00:00
fly_fzc
528ca70fb3 update release 2024-03-26 17:20:24 +08:00
openeuler-ci-bot
e61285ba5e
!40 [sync] PR-39: update config.guess config.sub from upstream to support loongarch64
From: @openeuler-sync-bot 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2024-03-26 09:01:25 +00:00
Wenlong Zhang
157736298a update config.guess config.sub from upstream to support loongarch64
(cherry picked from commit 3a76587ddb887c11612d0f157cf14fbb51dad771)
2024-03-26 16:21:43 +08:00
openeuler-ci-bot
6bd50a0da8
!21 【Mainline】fix py-compile-basedir missing test
From: @yixiangzhike 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-10-24 01:11:50 +00:00
yixiangzhike
5052c5265d fix py-compile-basedir missing test
Signed-off-by: yixiangzhike <yixiangzhike007@163.com>
2022-10-22 14:04:38 +08:00
openeuler-ci-bot
3a0e4fda7b
!18 Bump release and Cleanup useless comments and License compliance rectification
From: @fly_fzc 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
2022-07-28 11:35:44 +00:00
fly_fzc
73c0fbfec4 Bump release and Cleanup useless comments and License compliance rectification 2022-07-28 16:18:53 +08:00
4 changed files with 2471 additions and 1949 deletions

View File

@ -4,9 +4,9 @@
Name: automake Name: automake
Version: 1.16.5 Version: 1.16.5
Release: 1 Release: 9
Summary: A tool for automatically generating Makefile.in files Summary: A tool for automatically generating Makefile.in files
License: GPLv2+ and GFDL and Public Domain and MIT License: GPLv2+ and GFDL-1.3-only and Public Domain and MIT
URL: http://www.gnu.org/software/automake/ URL: http://www.gnu.org/software/automake/
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
Source1: http://git.savannah.gnu.org/cgit/config.git/plain/config.sub Source1: http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
@ -14,8 +14,7 @@ Source2: http://git.savannah.gnu.org/cgit/config.git/plain/config.guess
BuildArch: noarch BuildArch: noarch
#disable am-prog-cc-c-o ccnoco ccnoco-lib test Patch1: backport-tests-fix-py-compile-basedir.sh-missing-test.patch
#that success through rpmbuild but fail on obs
BuildRequires: perl autoconf make help2man automake perl-generators texinfo BuildRequires: perl autoconf make help2man automake perl-generators texinfo
#for tests #for tests
@ -72,6 +71,24 @@ fi
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Thu Mar 13 2025 lvgenggeng <lvgenggeng@uniontech.com> - 1.16.5-9
- add sw_64 support
* Tue Mar 26 2024 fuanan <fuanan3@h-partners.com> - 1.16.5-8
- Bump release in order to upgrade from openEuler 22.03
* Wed Mar 6 2024 Wenlong Zhang <zhangwenlong@loongson.cn> - 1.16.5-5
- update config.guess config.sub from upstream to support loongarch64
* Sat Oct 22 2022 yixiangzhike <yixiangzhike007@163.com> - 1.16.5-4
- fix py-compile-basedir.sh missing test
* Thu Jul 28 2022 fuanan <fuanan3@h-partners.com> - 1.16.5-3
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:Bump release and Cleanup useless comments and License compliance rectification
* Tue Feb 15 2022 zoulin <zoulin13@h-partners.com> - 1.16.5-1 * Tue Feb 15 2022 zoulin <zoulin13@h-partners.com> - 1.16.5-1
- update version to 1.16.5 - update version to 1.16.5

View File

@ -0,0 +1,32 @@
From ae8fb00111ba0c4922609cd9beb552fb41b66cc6 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering@fb.com>
Date: Tue, 18 Jan 2022 02:00:22 -0800
Subject: [PATCH] tests: fix py-compile-basedir.sh: missing "test"
Prompted by a patch from Thomas Deutschmann <whissi@gentoo.org>,
via https://lists.gnu.org/r/automake-patches/2022-01/msg00001.html:
commit v1.16.1-26-gb279a0d46 ("tests: in python tests, do not
require .pyo files (for python3)") was missing a `test` call.
Reported to Gentoo at https://bugs.gentoo.org/715040.
* t/py-compile-basedir.sh: Rather than just adding the missing
"test", rewrite using a case statement, to avoid some duplication.
---
t/py-compile-basedir.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/py-compile-basedir.sh b/t/py-compile-basedir.sh
index 44b6b07c1..22e605f9d 100644
--- a/t/py-compile-basedir.sh
+++ b/t/py-compile-basedir.sh
@@ -43,7 +43,7 @@ for d in foo foo/bar "$(pwd)/foo" . .. ../foo ''; do
py_installed "$d2/sub/$f.pyc"
files=$(find "$d2" | grep '\.py[co]$')
# with new-enough Python3, there are six files.
- test $(echo "$files" | wc -l) -eq 4 || $(echo "$files" | wc -l) -eq 6
+ case $(echo "$files" | wc -l) in 4|6) ;; *) false;; esac
case $d2 in
.|..) rm -f $files;;
*) rm -rf "$d2";;
--
2.27.0

1532
config.guess vendored

File diff suppressed because it is too large Load Diff

2953
config.sub vendored

File diff suppressed because it is too large Load Diff