|
|
|
@ -15,7 +15,7 @@
|
|
|
|
|
%global crate http
|
|
|
|
|
|
|
|
|
|
Name: rust-http
|
|
|
|
|
Version: 0.2.10
|
|
|
|
|
Version: 1.0.0
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Set of types for representing HTTP requests and responses
|
|
|
|
|
|
|
|
|
@ -61,6 +61,18 @@ use the "default" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+std-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+std-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "std" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+std-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
|
%cargo_prep
|
|
|
|
@ -80,9 +92,12 @@ use the "default" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.2.10-1
|
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.0.0-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
* Mon Jan 08 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.0-1
|
|
|
|
|
- Update to version 1.0.0; Fixes RHBZ#2249516
|
|
|
|
|
|
|
|
|
|
* Fri Nov 10 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.10-1
|
|
|
|
|
- Update to version 0.2.10; Fixes RHBZ#2249082
|
|
|
|
|
|
|
|
|
|