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