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.10.crate
/no-panic-0.1.11.crate /no-panic-0.1.11.crate
/no-panic-0.1.12.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 %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate no-panic %global crate no-panic
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.12 Version: 0.1.13
Release: 2%{?dist} Release: 1%{?dist}
Summary: Attribute macro to require that the compiler prove a function can't ever panic Summary: Attribute macro to require that the compiler prove a function can't ever panic
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -50,7 +50,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %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 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - 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