Update to version 0.2.6; Fixes RHBZ#2254123

epel9 imports/e9/rust-ctor-0.2.6-1.el9
Fabio Valentini 1 year ago
parent c1e5fa5a22
commit 0942df6576
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -13,3 +13,4 @@
/ctor-0.2.3.crate
/ctor-0.2.4.crate
/ctor-0.2.5.crate
/ctor-0.2.6.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
# * no tests are shipped with the published crates
# * example code adds an unnecessary dependency on libc-print (not packaged)
%bcond_with check
@ -7,7 +7,7 @@
%global crate ctor
Name: rust-ctor
Version: 0.2.5
Version: 0.2.6
Release: %autorelease
Summary: __attribute__((constructor)) for Rust
@ -15,7 +15,7 @@ License: Apache-2.0 OR MIT
URL: https://crates.io/crates/ctor
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
__attribute__((constructor)) for Rust.}
@ -62,7 +62,7 @@ use the "used_linker" feature of the "%{crate}" crate.
%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,7 @@
[tests]
run = ["none"]
comments = [
"no tests are shipped with the published crates",
"example code adds an unnecessary dependency on libc-print (not packaged)",
]

@ -1 +1 @@
SHA512 (ctor-0.2.5.crate) = d0c19df18ed58e669d08de233800739e30ca96bdc58c4e995c9b066631076e7a3ee4a754b0fb8b2b81075700529329b94ccea5cf357cf1b2953d3e6a544c5f6e
SHA512 (ctor-0.2.6.crate) = 2fc384ae21a7529fb4320ea3b242cb323cc90ab21b35ab85618e3e3767625e4736e8093bb7677fe018d33676c5591d159266fe2c03023ec130d8c17363d3d4cd

Loading…
Cancel
Save