From ebc96516610d71853148580f73efca19ee7e9a14 Mon Sep 17 00:00:00 2001 From: bbrucezhang Date: Sat, 7 Jun 2025 23:47:43 +0800 Subject: [PATCH] Rebuilt for loongarch64 --- golang-github-creack-goselect.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/golang-github-creack-goselect.spec b/golang-github-creack-goselect.spec index ba04600..bff2837 100644 --- a/golang-github-creack-goselect.spec +++ b/golang-github-creack-goselect.spec @@ -12,7 +12,7 @@ Select(2) implementation in Go.} %global godocs example README.md Name: %{goname} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Select(2) implementation in Go License: MIT @@ -40,5 +40,8 @@ Patch0001: https://github.com/creack/goselect/pull/18.patch %gopkgfiles %changelog +* Sat Jun 07 2025 bbrucezhang - 0.1.2-2 +- Rebuilt for loongarch64 + * Wed Jul 24 2024 OpenCloudOS Release Engineering - 0.1.2-1 - initial build -- Gitee