|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.3.3
|
|
|
|
Version: 0.3.3
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Summary: Library for creating references that carry their owner with them
|
|
|
|
Summary: Library for creating references that carry their owner with them
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -56,6 +56,9 @@ which use %{crate} from crates.io.
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Mar 10 2018 Josh Stone <jistone@redhat.com> - 0.3.3-4
|
|
|
|
* Sat Mar 10 2018 Josh Stone <jistone@redhat.com> - 0.3.3-4
|
|
|
|
- fix lifetime inference regression
|
|
|
|
- fix lifetime inference regression
|
|
|
|
|
|
|
|
|
|
|
|