Update to 0.8.1

epel9
Josh Stone 5 years ago
parent b6c2ce8525
commit a80944e332

1
.gitignore vendored

@ -1 +1,2 @@
/xml-rs-0.8.0.crate
/xml-rs-0.8.1.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
@ -7,8 +7,8 @@
%global crate xml-rs
Name: rust-%{crate}
Version: 0.8.0
Release: 6%{?dist}
Version: 0.8.1
Release: 1%{?dist}
Summary: XML library in pure Rust
# Upstream license specification: MIT
@ -40,7 +40,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE
%doc Readme.md design.md Changelog.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -52,7 +52,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
@ -69,11 +69,13 @@ which use "default" feature of "%{crate}" crate.
%if %{with check}
%check
# https://github.com/netvl/xml-rs/issues/171
%cargo_test || :
%cargo_test
%endif
%changelog
* Wed Apr 01 2020 Josh Stone <jistone@redhat.com> - 0.8.1-1
- Update to 0.8.1
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (xml-rs-0.8.0.crate) = 94f0bc729d58564d63b4708518313e3dc7fe7c6ff9ac94019df1507d7ce7bd6428f2bc16fb116a9d676415a94812ce1e54e30b469a2a9b5fe29dc82486c536cd
SHA512 (xml-rs-0.8.1.crate) = c80bfeb2717437f798316ffae15854d3b97f2a798863d4c904196e29b8d0fb3f958fcdfa503fc0520b71529f1926da059da35f9fde23a8e32cc0ca5065add705

Loading…
Cancel
Save