!25 update gc to 8.2.4, fix date errors
From: @huyubiao Reviewed-by: @openeuler-basic Signed-off-by: @openeuler-basic
This commit is contained in:
commit
5af78f3f77
@ -38,7 +38,7 @@ index b4457c1..5826ad5 100644
|
|||||||
+# define LOONGARCH64
|
+# define LOONGARCH64
|
||||||
+# define mach_type_known
|
+# define mach_type_known
|
||||||
+# endif
|
+# endif
|
||||||
# if defined(mips) || defined(__mips) || defined(_mips)
|
# if (defined(mips) || defined(__mips) || defined(_mips)) && !defined(__TANDEM)
|
||||||
# define MIPS
|
# define MIPS
|
||||||
# if defined(nec_ews) || defined(_nec_ews)
|
# if defined(nec_ews) || defined(_nec_ews)
|
||||||
@@ -518,6 +526,10 @@ EXTERN_C_BEGIN
|
@@ -518,6 +526,10 @@ EXTERN_C_BEGIN
|
||||||
|
|||||||
BIN
gc-8.2.2.tar.gz
BIN
gc-8.2.2.tar.gz
Binary file not shown.
BIN
gc-8.2.4.tar.gz
Normal file
BIN
gc-8.2.4.tar.gz
Normal file
Binary file not shown.
9
gc.spec
9
gc.spec
@ -1,10 +1,10 @@
|
|||||||
Name: gc
|
Name: gc
|
||||||
Version: 8.2.2
|
Version: 8.2.4
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A garbage collector for C and C++
|
Summary: A garbage collector for C and C++
|
||||||
License: BSD and GPLv1+
|
License: BSD and GPLv1+
|
||||||
Url: http://www.hboehm.info/gc/
|
Url: http://www.hboehm.info/gc/
|
||||||
Source0: http://www.hboehm.info/gc/gc_source/gc-%{version}.tar.gz
|
Source0: https://github.com/ivmai/bdwgc/releases/download/v%{version}/gc-%{version}.tar.gz
|
||||||
Patch1: gc-8.0.6-sw.patch
|
Patch1: gc-8.0.6-sw.patch
|
||||||
Patch2: 0001-add-loongarch-architecture.patch
|
Patch2: 0001-add-loongarch-architecture.patch
|
||||||
|
|
||||||
@ -75,10 +75,13 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 8 2023 huyubiao <huyubiao@huawei.com> - 8.2.4-1
|
||||||
|
- Update gc to 8.2.4
|
||||||
|
|
||||||
* Thu Feb 2 2023 huyubiao <huyubiao@huawei.com> - 8.2.2-1
|
* Thu Feb 2 2023 huyubiao <huyubiao@huawei.com> - 8.2.2-1
|
||||||
- Update gc to 8.2.2
|
- Update gc to 8.2.2
|
||||||
|
|
||||||
* Tue Nov 21 2022 doupengda <doupengda@loongson.cn> - 8.0.6-4
|
* Mon Nov 21 2022 doupengda <doupengda@loongson.cn> - 8.0.6-4
|
||||||
- add loongarch64 support
|
- add loongarch64 support
|
||||||
|
|
||||||
* Mon Nov 14 2022 wuzx<wuzx1226@qq.com> - 8.0.6-3
|
* Mon Nov 14 2022 wuzx<wuzx1226@qq.com> - 8.0.6-3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user