update to version 0.1.18

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

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm
/ctor-0.1.17.crate
/ctor-0.1.18.crate

@ -7,12 +7,11 @@
%global crate ctor
Name: rust-%{crate}
Version: 0.1.17
Version: 0.1.18
Release: 1%{?dist}
Summary: __attribute__((constructor)) for Rust
# Upstream license specification: Apache-2.0 OR MIT
# https://github.com/mmastrac/rust-ctor/issues/109
License: ASL 2.0 or MIT
URL: https://crates.io/crates/ctor
Source: %{crates_source}
@ -39,6 +38,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -72,5 +72,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Jan 12 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.18-1
- Update to version 0.1.18.
- Fixes RHBZ#1914978
* Thu Jan 07 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.17-1
- Initial package

@ -1 +1 @@
SHA512 (ctor-0.1.17.crate) = 0565ed8caf8f4663bb33007c12fd3d74169a56f2d417f312bef4922c1821d02ab89f59a5dbff0bc83b30e8bfcfe1ec0ac12f5ec270c80834458bb479b6ba4f69
SHA512 (ctor-0.1.18.crate) = 82040822370eef7d276275f2042940a6b9d8b94667ef22fcf6f8eb0b527b56cd1d00d5520e42ec000512d17560b13fc792fef2c77f47337e9c843922e61325be

Loading…
Cancel
Save