Update to 0.5.0
This commit is contained in:
parent
60b80346da
commit
9b8655c3e3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/hexyl-0.4.0.crate
|
||||
/hexyl-0.5.0.crate
|
||||
|
@ -4,14 +4,14 @@
|
||||
%global crate hexyl
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.4.0
|
||||
Release: 3%{?dist}
|
||||
Version: 0.5.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A command-line hex viewer
|
||||
|
||||
# Upstream license specification: MIT/Apache-2.0
|
||||
License: MIT or ASL 2.0
|
||||
URL: https://crates.io/crates/hexyl
|
||||
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
||||
Source: %{crates_source}
|
||||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
|
||||
@ -42,7 +42,7 @@ Summary: %{summary}
|
||||
%{_bindir}/hexyl
|
||||
|
||||
%prep
|
||||
%autosetup -n %{crate}-%{version} -p1
|
||||
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
||||
%cargo_prep
|
||||
|
||||
%build
|
||||
@ -57,6 +57,9 @@ Summary: %{summary}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Apr 15 2019 Josh Stone <jistone@redhat.com> - 0.5.0-1
|
||||
- Update to 0.5.0
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (hexyl-0.4.0.crate) = aea6355441e1f0b6129bb2bec8c0bc9f8f42518bd17d0ff4aabd47a9dbef4a401ccab0d4863004bba996e8435f17b4c379d1a82c8e369db56e4bc457334f3b25
|
||||
SHA512 (hexyl-0.5.0.crate) = 63ef1d603f89fbcaec948ed0452f57afdba1fa157521cea81dbd4e3af7d09e2702f857d671af0a81ba028f41ca61dcbbbecf520d6b2339e421959f2aa8d0b6d8
|
||||
|
Loading…
Reference in New Issue
Block a user