Compare commits

...

8 Commits

Author SHA1 Message Date
Fedora Release Engineering fc4720a3dd Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini 88691219a9
Update to version 0.9.1; Fixes RHBZ#2271672
10 months ago
Fedora Release Engineering 7547446fe8 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fedora Release Engineering 9e51546128 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini c6db4e9668
Update to version 0.9.0; Fixes RHBZ#2208437
2 years ago
Fabio Valentini 24fe0c97df
Update to version 0.8.0; Fixes RHBZ#2154091
2 years ago
Fedora Release Engineering d5df9f18f8 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini 0ac0cc5df3
Update to version 0.7.1
2 years ago

4
.gitignore vendored

@ -8,3 +8,7 @@
/memoffset-0.6.3.crate
/memoffset-0.6.4.crate
/memoffset-0.6.5.crate
/memoffset-0.7.1.crate
/memoffset-0.8.0.crate
/memoffset-0.9.0.crate
/memoffset-0.9.1.crate

@ -1,3 +0,0 @@
# rust-memoffset
The rust-memoffset package

@ -1,22 +1,19 @@
# Generated by rust2rpm 20
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate memoffset
Name: rust-%{crate}
Version: 0.6.5
Name: rust-memoffset
Version: 0.9.1
Release: %autorelease
Summary: Offset_of functionality for Rust structs
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/memoffset
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Offset_of functionality for Rust structs.}
@ -33,9 +30,10 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -47,7 +45,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+unstable_const-devel
Summary: %{summary}
@ -59,10 +57,22 @@ This package contains library source intended for building other packages which
use the "unstable_const" feature of the "%{crate}" crate.
%files -n %{name}+unstable_const-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+unstable_offset_of-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+unstable_offset_of-devel %{_description}
This package contains library source intended for building other packages which
use the "unstable_offset_of" feature of the "%{crate}" crate.
%files -n %{name}+unstable_offset_of-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (memoffset-0.6.5.crate) = 11bdd9185b99dfee8e659e051b09ee301c7142a372a8117864745a5085c015436d2efbb1478192886f09cbc562529e209d2e3325d94938a64bc75b1d91d2bf3f
SHA512 (memoffset-0.9.1.crate) = 3a236c0f481e36973b9f805e454c2efe4dd375e6b4ee406b57145136c70d5fbf4e1183d563ebf3b5fbde7363bbf5f08f0d88e507aae5bda4cc75664ecd0e33aa

Loading…
Cancel
Save