Update to version 0.2.0; Fixes RHBZ#2181893

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

1
.gitignore vendored

@ -8,3 +8,4 @@
/ctor-0.1.22.crate
/ctor-0.1.23.crate
/ctor-0.1.26.crate
/ctor-0.2.0.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
# * 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.26
Version: 0.2.0
Release: %autorelease
Summary: __attribute__((constructor)) for Rust

@ -1 +1 @@
SHA512 (ctor-0.1.26.crate) = 3a3d60c976ec02a9edfe04470af4b04b02601c48e2a007393cedfef5c13e22bca58630e9e885e635a71aabc3e0ad8fb70995876551cdbc6a31029d8d2bc2e86d
SHA512 (ctor-0.2.0.crate) = 164cd97123e19df45dfe0ea5da3485e3cf7140b33eb06a8579d23f87dfe0631ab6b8a00a2685c19b06a6f32066674c7664fcfe3b8ad299d3de3eabbb3c9304f7

Loading…
Cancel
Save