Update to 0.7.0
This commit is contained in:
parent
a112e91982
commit
4019dcfebb
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/hexyl-0.5.0.crate
|
||||
/hexyl-0.5.1.crate
|
||||
/hexyl-0.6.0.crate
|
||||
/hexyl-0.7.0.crate
|
||||
|
@ -1,11 +1,11 @@
|
||||
# Generated by rust2rpm 10
|
||||
# Generated by rust2rpm 13
|
||||
%bcond_without check
|
||||
|
||||
%global crate hexyl
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.6.0
|
||||
Release: 2%{?dist}
|
||||
Version: 0.7.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A command-line hex viewer
|
||||
|
||||
# Upstream license specification: MIT/Apache-2.0
|
||||
@ -50,7 +50,7 @@ which use "%{crate}" crate.
|
||||
|
||||
%files devel
|
||||
%doc README.md
|
||||
%{cargo_registry}/%{crate}-%{version}/
|
||||
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
||||
|
||||
%package -n %{name}+default-devel
|
||||
Summary: %{summary}
|
||||
@ -62,7 +62,7 @@ This package contains library source intended for building other packages
|
||||
which use "default" feature of "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+default-devel
|
||||
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
||||
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
||||
|
||||
%prep
|
||||
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
||||
@ -83,6 +83,9 @@ which use "default" feature of "%{crate}" crate.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Mar 11 2020 Josh Stone <jistone@redhat.com> - 0.7.0-1
|
||||
- Update to 0.7.0
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (hexyl-0.6.0.crate) = 7c1089e212856fdb17f557842523f85d473b7aa565b500938bca64389d6413bc0f1abce429e003fa9748f1a1669682a9b6fd26933d3d00c8e061edf3bc50ef42
|
||||
SHA512 (hexyl-0.7.0.crate) = d72339459c0633fe5eb6ab187d10b238af42f3ecf1af760608c565e7be1611afcead62f063dcc48dda644530322ca622ff7516a6c45f2fc1d58d2cc4b4d2e4b1
|
||||
|
Loading…
Reference in New Issue
Block a user