diff --git a/git-2.40.0.tar.xz b/git-2.40.1.tar.xz similarity index 48% rename from git-2.40.0.tar.xz rename to git-2.40.1.tar.xz index b43d20aac9fd5e5f93fddb4e4332590a14d87241..49f2890567a5b8748a14a8ef2b8fcc89d8cb7055 100644 Binary files a/git-2.40.0.tar.xz and b/git-2.40.1.tar.xz differ diff --git a/git.spec b/git.spec index c3d2b8ca1b6b70d84398288f132f9a2ceac93fad..b9865a4a6ab3878763d0497ccc0043e2e8e7625e 100644 --- a/git.spec +++ b/git.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 1 %bcond_without docs %bcond_without tests @@ -17,12 +17,12 @@ %global _package_note_file %{_builddir}/%{name}-%{version}/.package_note-%{name}-%{version}-%{release}.%{_arch}.ld Name: git -Version: 2.40.0 +Version: 2.40.1 Release: %{anolis_release}%{?dist} Summary: Distributed version control system License: GPLv2 URL: https://git-scm.com/ -Source0: https://www.kernel.org/pub/software/scm/git/%{?rcrev:testing/}%{name}-%{version}.tar.xz +Source0: https://www.kernel.org/pub/software/scm/git/%{name}-%{version}.tar.xz Source1: git.xinetd.in Source2: git-gui.desktop Source3: gitweb-httpd.conf @@ -680,6 +680,9 @@ rmdir --ignore-fail-on-non-empty "$testdir" %changelog +* Wed Apr 26 2023 Funda Wang - 2.40.1-1 +- New version 2.40.1 + * Wed Apr 12 2023 chen_yu_ao - 2.40.0-3 - change spec file format