Update to 0.1.13

epel9
Josh Stone 5 years ago
parent 343a36a76c
commit 082ba3dacb

1
.gitignore vendored

@ -6,3 +6,4 @@
/no-panic-0.1.10.crate
/no-panic-0.1.11.crate
/no-panic-0.1.12.crate
/no-panic-0.1.13.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate no-panic
Name: rust-%{crate}
Version: 0.1.12
Release: 2%{?dist}
Version: 0.1.13
Release: 1%{?dist}
Summary: Attribute macro to require that the compiler prove a function can't ever panic
# Upstream license specification: MIT OR Apache-2.0
@ -38,7 +38,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,7 +50,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
@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Apr 09 2020 Josh Stone <jistone@redhat.com> - 0.1.13-1
- Update to 0.1.13
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (no-panic-0.1.12.crate) = ac849e45a38876fcc6e72d602889e8bade008967659f2e6d174de0bff070807d83a91ddf1afad3fdc6c26f1a315e5c216e8cd291a6b7903e2ed2424f4372af63
SHA512 (no-panic-0.1.13.crate) = b3c9a6a7aab207b38e418c2184ec6311131fd348223ff6e82d80f7a39fd52c61a5a8a554dc16da41cda8d4e8168c36a80432e519d4d58aaa8aa345b9160fe5f6

Loading…
Cancel
Save