import rust-http-1.0.0-1.el9

i9ce changed/i9ce/rust-http-1.0.0-1.el9
MSVSphere Packaging Team 1 year ago
parent da4822254c
commit 7e3d62453e

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/http-1.0.0.crate

@ -0,0 +1 @@
bca704830763717063b69298ddd0d15a17313966 SOURCES/http-1.0.0.crate

Binary file not shown.

@ -1,5 +1,5 @@
--- http-0.2.10/Cargo.toml 1970-01-01T00:00:01+00:00
+++ http-0.2.10/Cargo.toml 2023-11-10T16:27:53.204477+00:00
--- http-1.0.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ http-1.0.0/Cargo.toml 2024-01-08T16:08:36.347776+00:00
@@ -42,7 +42,7 @@
version = "0.3"

@ -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

Loading…
Cancel
Save