Update to 0.4.1

epel9
Josh Stone 5 years ago
parent f0f3cc8eff
commit 43ff27f994

1
.gitignore vendored

@ -2,3 +2,4 @@
/hex-0.3.1.crate
/hex-0.3.2.crate
/hex-0.4.0.crate
/hex-0.4.1.crate

@ -1,12 +1,13 @@
# Generated by rust2rpm 10
%bcond_without check
# Generated by rust2rpm 13
# Missing dev-dependencies: faster-hex, rustc-hex
%bcond_with check
%global debug_package %{nil}
%global crate hex
Name: rust-%{crate}
Version: 0.4.0
Release: 2%{?dist}
Version: 0.4.1
Release: 1%{?dist}
Summary: Encoding and decoding data into/from hexadecimal representation
# Upstream license specification: MIT OR Apache-2.0
@ -38,7 +39,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -50,19 +51,19 @@ 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
%package -n %{name}+benchmarks-devel
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+benchmarks-devel %{_description}
%description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages
which use "benchmarks" feature of "%{crate}" crate.
which use "serde" feature of "%{crate}" crate.
%files -n %{name}+benchmarks-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
@ -74,7 +75,7 @@ This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-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
@ -95,6 +96,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Thu Feb 13 2020 Josh Stone <jistone@redhat.com> - 0.4.1-1
- Update to 0.4.1
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (hex-0.4.0.crate) = 2c1d3dd8e34ce62e429313837da7bcfdb00881e6de6269377b1a23ca689b1883a312557f186642021782288728f15783908bdbb9a7ab4a5d728325a8d273e0b3
SHA512 (hex-0.4.1.crate) = e4d76be8f418e9396078d64ef049c89ec4a016c3ab1bcc20e6f6927d7af79d5f42446357284e4463c76317ca69798d606974db4738b96682cc97b952bca6f831

Loading…
Cancel
Save