diff --git a/git-tools-2022.12.tar.gz b/git-tools-2022.12.tar.gz deleted file mode 100644 index fbfa29b179ef64422d2b060ebe8ffb6203b8c04d..0000000000000000000000000000000000000000 Binary files a/git-tools-2022.12.tar.gz and /dev/null differ diff --git a/git-tools-2025.08.tar.gz b/git-tools-2025.08.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3e6f4665a4e9ec88872143c9d7370a4752c76d09 Binary files /dev/null and b/git-tools-2025.08.tar.gz differ diff --git a/git-tools.spec b/git-tools.spec index 17b91b3db10f6f4a61874de9f336a2ba8bdeecab..569b769616c9c24b67794328e9fbf4316c453087 100644 --- a/git-tools.spec +++ b/git-tools.spec @@ -1,10 +1,10 @@ %bcond_with bootstrap Name: git-tools -Version: 2022.12 +Version: 2025.08 Release: 1 Summary: Assorted git-related scripts -License: GPL-3.0 +License: GPL-3.0-or-later URL: https://github.com/MestreLion/git-tools Source0: https://github.com/MestreLion/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -42,6 +42,15 @@ install -m644 man1/git-* %{buildroot}%{_mandir}/man1/ %changelog +* Mon Oct 13 2025 xu_ping <707078654@qq.com> - 2025.08-1 +- Upgrade git-tools to 2025.08 + * fix -N / --skip-older-than-commit for symlinks + * Cleanup/tidy various files + * Bump minimum Python version to 3.8. + Python 3.7 still works, but is no longer supported. + * Use git-log instead of git-whatchanged, as it has been deprecated in Git 2.51. + * gnore GPG signatures when parsing git logs. + * Wed Aug 09 2023 tannxin - 2022.12-1 - Upgrade git-tools to 2022.12