|
|
@ -5,7 +5,7 @@
|
|
|
|
%global crate uuid
|
|
|
|
%global crate uuid
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-uuid
|
|
|
|
Name: rust-uuid
|
|
|
|
Version: 1.10.0
|
|
|
|
Version: 1.11.0
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Library to generate and parse UUIDs
|
|
|
|
Summary: Library to generate and parse UUIDs
|
|
|
|
|
|
|
|
|
|
|
@ -16,6 +16,7 @@ Source: %{crates_source}
|
|
|
|
Patch: uuid-fix-metadata-auto.diff
|
|
|
|
Patch: uuid-fix-metadata-auto.diff
|
|
|
|
# Manually created patch for downstream crate metadata changes
|
|
|
|
# Manually created patch for downstream crate metadata changes
|
|
|
|
# * drop unused optional dependency for borsh support
|
|
|
|
# * drop unused optional dependency for borsh support
|
|
|
|
|
|
|
|
# * drop unused optional dependency for zerocopy support
|
|
|
|
# * drop WASM-specific features and dependencies
|
|
|
|
# * drop WASM-specific features and dependencies
|
|
|
|
# * drop internal-only features
|
|
|
|
# * drop internal-only features
|
|
|
|
Patch: uuid-fix-metadata.diff
|
|
|
|
Patch: uuid-fix-metadata.diff
|
|
|
@ -258,18 +259,6 @@ use the "v8" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+v8-devel
|
|
|
|
%files -n %{name}+v8-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+zerocopy-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+zerocopy-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
|
|
|
use the "zerocopy" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+zerocopy-devel
|
|
|
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
|