Improve version processing

This commit is contained in:
Michal Josef Špaček 2024-08-21 11:41:38 +02:00
parent 08d65721fa
commit 24d9c6efa6

View File

@ -2,8 +2,8 @@
Name: perl-Test-Differences
%global cpan_version 0.71
Version: 0.7100
Release: 5%{?dist}
Version: %(LANG=C printf "%.4f" %{cpan_version})
Release: 6%{?dist}
Summary: Test strings and data structures and show differences if not OK
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Test-Differences
@ -96,6 +96,9 @@ make test
%{_libexecdir}/%{name}
%changelog
* Wed Aug 21 2024 Michal Josef Špaček <mspacek@redhat.com> - 0.7100-6
- Improve version processing
* Mon Aug 19 2024 Michal Josef Špaček <mspacek@redhat.com> - 0.7100-5
- Fix version handling for git commit checks
- Package tests