Compare commits

...

5 Commits

Author SHA1 Message Date
Fabio Valentini 0f5cf1818a
Update to version 0.9.0; Fixes RHBZ#2208437
2 years ago
Fabio Valentini 84df889660
Update to version 0.8.0; Fixes RHBZ#2154091
2 years ago
Fabio Valentini 34b641bee2
Update to version 0.7.1
2 years ago
Fabio Valentini 2dec087a43
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits 9526ff0f08
Rebuild
3 years ago

3
.gitignore vendored

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

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

@ -1,22 +1,19 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate memoffset %global crate memoffset
Name: rust-%{crate} Name: rust-memoffset
Version: 0.6.5 Version: 0.9.0
Release: %autorelease Release: %autorelease
Summary: Offset_of functionality for Rust structs Summary: Offset_of functionality for Rust structs
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/memoffset URL: https://crates.io/crates/memoffset
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Offset_of functionality for Rust structs.} Offset_of functionality for Rust structs.}
@ -33,9 +30,9 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE %license %{crate_instdir}/LICENSE
%doc README.md %doc %{crate_instdir}/README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -47,7 +44,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %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 %package -n %{name}+unstable_const-devel
Summary: %{summary} Summary: %{summary}
@ -59,7 +56,19 @@ This package contains library source intended for building other packages which
use the "unstable_const" feature of the "%{crate}" crate. use the "unstable_const" feature of the "%{crate}" crate.
%files -n %{name}+unstable_const-devel %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 %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (memoffset-0.6.5.crate) = 11bdd9185b99dfee8e659e051b09ee301c7142a372a8117864745a5085c015436d2efbb1478192886f09cbc562529e209d2e3325d94938a64bc75b1d91d2bf3f SHA512 (memoffset-0.9.0.crate) = 2f04f9b6fed31e94388c18162ad275897a835df7b9ac827f4df0f4b0ecf71064ef247f7ad11dbc27d7a6d448984a0f29d1c000e3c8d5fa6e121fa9571770ec55

Loading…
Cancel
Save