diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2b83dd1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/http-1.0.0.crate diff --git a/.rust-http.metadata b/.rust-http.metadata index e69de29..c1ca439 100644 --- a/.rust-http.metadata +++ b/.rust-http.metadata @@ -0,0 +1 @@ +bca704830763717063b69298ddd0d15a17313966 SOURCES/http-1.0.0.crate diff --git a/SOURCES/http-0.2.10.crate b/SOURCES/http-0.2.10.crate deleted file mode 100644 index 31881bd..0000000 Binary files a/SOURCES/http-0.2.10.crate and /dev/null differ diff --git a/SOURCES/http-fix-metadata.diff b/SOURCES/http-fix-metadata.diff index d1489bf..bc429ec 100644 --- a/SOURCES/http-fix-metadata.diff +++ b/SOURCES/http-fix-metadata.diff @@ -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" diff --git a/SPECS/rust-http.spec b/SPECS/rust-http.spec index d87de07..904adda 100644 --- a/SPECS/rust-http.spec +++ b/SPECS/rust-http.spec @@ -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 - 0.2.10-1 +* Mon Jan 15 2024 Arkady L. Shane - 1.0.0-1 - Rebuilt for MSVSphere 9.3 +* Mon Jan 08 2024 Fabio Valentini - 1.0.0-1 +- Update to version 1.0.0; Fixes RHBZ#2249516 + * Fri Nov 10 2023 Fabio Valentini - 0.2.10-1 - Update to version 0.2.10; Fixes RHBZ#2249082