diff --git a/go1.20.9.src.tar.gz b/go1.20.10.src.tar.gz similarity index 72% rename from go1.20.9.src.tar.gz rename to go1.20.10.src.tar.gz index 2c700af2d18137ac095cbffee5dfc576d67959ba..418eb380900579585160b382a94504e3d7bfcfd2 100644 Binary files a/go1.20.9.src.tar.gz and b/go1.20.10.src.tar.gz differ diff --git a/golang.spec b/golang.spec index aa26e41738d3c6b1dd27b88e80ef2c1188d0a76e..abe45e94766ca6f99865db0838bb3662a94d1457 100644 --- a/golang.spec +++ b/golang.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 1 # Disable debuginfo packages %global debug_package %{nil} @@ -61,7 +61,7 @@ # Comment out go_patch as needed %global go_api 1.20 -%global go_patch 9 +%global go_patch 10 Name: golang Version: %{go_api}%{?go_patch:.%{go_patch}} @@ -628,6 +628,9 @@ fi %files docs -f go-docs.list %changelog +* Sat Oct 28 2023 Funda Wang - 1.20.10-1 +- New version 1.20.10 + * Fri Oct 27 2023 Meidan Li - 1.20.9-3 - api: add new relocations numbered 101 to 109 for loong64 - cmd/link: add new relocations numbered 101 to 109 for loong64