diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | golang.spec | 10 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 6 deletions
@@ -1,2 +1,3 @@ /go1.24.2.src.tar.gz /go1.22.12.src.tar.gz +/go1.25.5.src.tar.gz diff --git a/golang.spec b/golang.spec index c7e3cff..1595efa 100644 --- a/golang.spec +++ b/golang.spec @@ -2,8 +2,8 @@ %global _binaries_in_noarch_packages_terminate_build 0 %global golibdir %{_libdir}/golang %global goroot /usr/lib/%{name} -%global go_api 1.22 -%global go_version 1.22 +%global go_api 1.25 +%global go_version 1.25 %global __spec_install_post /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot /usr/lib/rpm/brp-compress %global __requires_exclude_from ^(%{_datadir}|/usr/lib)/%{name}/(doc|src)/.*$ %global __strip /bin/true @@ -67,7 +67,7 @@ %endif Name: golang -Version: 1.22.12 +Version: 1.25.5 Release: 1 Summary: The Go Programming Language License: BSD and Public Domain @@ -372,5 +372,5 @@ fi %files devel -f go-tests.list -f go-misc.list -f go-src.list %changelog -* Fri Aug 29 2025 tzing_t <tzing0013@gmail.com> - 1.22.12-1 -- Update to version 1.22.12 +* Thu Dec 4 2025 zhihang <zhihang161013@outlook.com> - 1.25.5-1 +- Update to version 1.25.5 @@ -1 +1 @@ -0f31dd11b953e7824918e31ead080fb4 go1.22.12.src.tar.gz +e7441aa32bcc87d3c4aba36665d9d6fd go1.25.5.src.tar.gz |
