Compare commits

...

5 Commits

Author SHA1 Message Date
Fabio Valentini 2cbb071757
Update to version 0.5.2; Fixes RHBZ#2317951
3 months ago
Benjamin A. Beasley 5bd0f3a7f7 Update to version 0.5.1; Fixex RHBZ#2311421
4 months ago
Fedora Release Engineering b5c4905c47 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini 6c483e447a
Update to version 0.4.2; Fixes RHBZ#2247923
12 months ago
Fedora Release Engineering 39601f18c3 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago

3
.gitignore vendored

@ -6,3 +6,6 @@
/rend-0.3.6.crate
/rend-0.4.0.crate
/rend-0.4.1.crate
/rend-0.4.2.crate
/rend-0.5.1.crate
/rend-0.5.2.crate

@ -1,22 +1,22 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate rend
Name: rust-rend
Version: 0.4.1
Version: 0.5.2
Release: %autorelease
Summary: Endian-aware primitives for Rust
Summary: Cross-platform, endian-aware primitives for Rust
License: MIT
URL: https://crates.io/crates/rend
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Endian-aware primitives for Rust.}
Cross-platform, endian-aware primitives for Rust.}
%description %{_description}
@ -32,7 +32,7 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/README.md
%doc %{crate_instdir}/crates-io.md
%doc %{crate_instdir}/example.md
%{crate_instdir}/
%package -n %{name}+default-devel
@ -59,44 +59,8 @@ use the "bytecheck" feature of the "%{crate}" crate.
%files -n %{name}+bytecheck-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+bytemuck-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+bytemuck-devel %{_description}
This package contains library source intended for building other packages which
use the "bytemuck" feature of the "%{crate}" crate.
%files -n %{name}+bytemuck-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
%package -n %{name}+validation-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+validation-devel %{_description}
This package contains library source intended for building other packages which
use the "validation" feature of the "%{crate}" crate.
%files -n %{name}+validation-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -0,0 +1,6 @@
[features]
hide = [
"bytemuck-1",
"zerocopy-0_8",
]

@ -1 +1 @@
SHA512 (rend-0.4.1.crate) = 1c918770be4bbcb585b74fb62d8bafbcdd52071e71a975c591e0c3dcfc40d55c76f318b3873c86bf23f56653f9367cbe9ba5d80800a149485996844cb25b09ce
SHA512 (rend-0.5.2.crate) = 05a67453585c061eceff700a93e14f46906ac64be3bdfeff1c5a2b37f999b4c7e50b14a3adb8e58a5d5151cb4eb50fdc68d1e57eae9e54ec7c5f0a529eb19e56

Loading…
Cancel
Save