|
|
@ -5,7 +5,7 @@
|
|
|
|
%global crate http
|
|
|
|
%global crate http
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.2.2
|
|
|
|
Version: 0.2.3
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Set of types for representing HTTP requests and responses
|
|
|
|
Summary: Set of types for representing HTTP requests and responses
|
|
|
|
|
|
|
|
|
|
|
@ -37,7 +37,7 @@ which use "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%license LICENSE-MIT LICENSE-APACHE
|
|
|
|
%license LICENSE-MIT LICENSE-APACHE
|
|
|
|
%doc CHANGELOG.md README.md
|
|
|
|
%doc README.md CHANGELOG.md
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
%package -n %{name}+default-devel
|
|
|
@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Jan 09 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.3-1
|
|
|
|
|
|
|
|
- Update to version 0.2.3.
|
|
|
|
|
|
|
|
- Fixes RHBZ#1914417
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 03 16:04:46 CET 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.2.2-1
|
|
|
|
* Sun Jan 03 16:04:46 CET 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.2.2-1
|
|
|
|
- Update to 0.2.2 (Fixes: RHBZ#1907676)
|
|
|
|
- Update to 0.2.2 (Fixes: RHBZ#1907676)
|
|
|
|
|
|
|
|
|
|
|
|