Update to version 0.1.26; Fixes RHBZ#2135956

epel9
Fabio Valentini 2 years ago
parent 38df3d58cf
commit 1afb54551f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/ctor-0.1.21.crate
/ctor-0.1.22.crate
/ctor-0.1.23.crate
/ctor-0.1.26.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 23
# * 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.1.23
Version: 0.1.26
Release: %autorelease
Summary: __attribute__((constructor)) for Rust
@ -15,8 +15,6 @@ License: Apache-2.0 OR MIT
URL: https://crates.io/crates/ctor
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:

@ -1 +1 @@
SHA512 (ctor-0.1.23.crate) = fdbf3e6300d8a0cd33d1938804bea8b7eebfa8226767a7ebc9a824127aa3c0ce469913a63843b8d2043de3705b8e1fb5f4dc1db4ec387356b0a2b38f07cec224
SHA512 (ctor-0.1.26.crate) = 3a3d60c976ec02a9edfe04470af4b04b02601c48e2a007393cedfef5c13e22bca58630e9e885e635a71aabc3e0ad8fb70995876551cdbc6a31029d8d2bc2e86d

Loading…
Cancel
Save