Merge branch 'rawhide' into epel9

epel9
Fabio Valentini 2 years ago
commit 2dec087a43
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/memoffset-0.6.1.crate
/memoffset-0.6.3.crate
/memoffset-0.6.4.crate
/memoffset-0.6.5.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 19
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate memoffset
Name: rust-%{crate}
Version: 0.6.4
Version: 0.6.5
Release: %autorelease
Summary: Offset_of functionality for Rust structs
@ -15,9 +15,6 @@ URL: https://crates.io/crates/memoffset
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -33,7 +30,7 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use "%{crate}" crate.
use the "%{crate}" crate.
%files devel
%license LICENSE
@ -47,7 +44,7 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
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
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -59,7 +56,7 @@ BuildArch: noarch
%description -n %{name}+unstable_const-devel %{_description}
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
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (memoffset-0.6.4.crate) = bf8d05b72571ccdef32a93cc4489ab4cb7abd41415d55572d1dfb983053afe3eb2615e968d87a326af90c5702b9959150f985a4186acfd61df9b69a74e99713d
SHA512 (memoffset-0.6.5.crate) = 11bdd9185b99dfee8e659e051b09ee301c7142a372a8117864745a5085c015436d2efbb1478192886f09cbc562529e209d2e3325d94938a64bc75b1d91d2bf3f

Loading…
Cancel
Save