From 6704b461053fd58664e95d858cac3a3a5cf3e2fd Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Thu, 16 Oct 2025 11:09:14 +0800 Subject: [PATCH] 2.51.1 --- git-2.51.0.tar.xz => git-2.51.1.tar.xz | 4 ++-- git.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) rename git-2.51.0.tar.xz => git-2.51.1.tar.xz (32%) diff --git a/git-2.51.0.tar.xz b/git-2.51.1.tar.xz similarity index 32% rename from git-2.51.0.tar.xz rename to git-2.51.1.tar.xz index af37a41..6fedd9a 100644 --- a/git-2.51.0.tar.xz +++ b/git-2.51.1.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:60a7c2251cc2e588d5cd87bae567260617c6de0c22dca9cdbfc4c7d2b8990b62 -size 7857228 +oid sha256:a83fd9ffaed7eee679ed92ceb06f75b4615ebf66d3ac4fbdbfbc9567dc533f4a +size 7865216 diff --git a/git.spec b/git.spec index 1d4b7db..20783fa 100644 --- a/git.spec +++ b/git.spec @@ -1,6 +1,6 @@ %global gitexecdir %{_libexecdir}/git-core Name: git -Version: 2.51.0 +Version: 2.51.1 Release: 1 Summary: A popular and widely used Version Control System License: BSD-3-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT @@ -285,6 +285,9 @@ grep -E "$not_core_re" bin-man-doc-files > git-bin-files %{_mandir}/man7/git*.7.* %changelog +* Thu Oct 16 2025 Funda Wang - 2.51.1-1 +- update to 2.51.1 + * Tue Aug 19 2025 Funda Wang - 2.51.0-1 - update to 2.51.0 -- Gitee