update to 1.5.0

This commit is contained in:
lyn1001 2023-11-13 11:09:37 +08:00
parent ce6e9e1968
commit 220f33fdb1
3 changed files with 5 additions and 3 deletions

Binary file not shown.

BIN
diff-lcs-1.5.0.gem Normal file

Binary file not shown.

View File

@ -1,13 +1,13 @@
%global gem_name diff-lcs
%{!?_with_bootstrap: %global bootstrap 0}
Name: rubygem-%{gem_name}
Version: 1.3
Version: 1.5.0
Release: 1
Summary: Provide a list of changes between two sequenced collections
License: GPLv2+ or Artistic or MIT
URL: https://github.com/halostatue/diff-lcs
Source0: https://rubygems.org/gems/diff-lcs-%{version}.gem
BuildRequires: rubygems-devel
BuildRequires: rubygems-devel rubygem(did_you_mean)
%if ! 0%{?bootstrap}
BuildRequires: rubygem(rspec)
%endif
@ -66,11 +66,13 @@ popd
%doc %{gem_instdir}/Contributing.md
%doc %{gem_instdir}/History.md
%doc %{gem_instdir}/Manifest.txt
%{gem_instdir}/autotest
%doc %{gem_instdir}/README.rdoc
%{gem_instdir}/Rakefile
%{gem_instdir}/spec
%changelog
* Mon Nov 13 2023 liyanan <liyanan61@h-partners.com> - 1.5.0-1
- Update to 1.5.0
* Mon Aug 10 2020 yanan li <liyanan032@huawei.com> - 1.3-1
- Package init