|
|
@ -5,7 +5,7 @@
|
|
|
|
%global crate libc
|
|
|
|
%global crate libc
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.2.65
|
|
|
|
Version: 0.2.66
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Raw FFI bindings to platform libraries like libc
|
|
|
|
Summary: Raw FFI bindings to platform libraries like libc
|
|
|
|
|
|
|
|
|
|
|
@ -65,6 +65,18 @@ which use "align" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+align-devel
|
|
|
|
%files -n %{name}+align-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+const-extern-fn-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+const-extern-fn-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
|
|
|
which use "const-extern-fn" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+const-extern-fn-devel
|
|
|
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+extra_traits-devel
|
|
|
|
%package -n %{name}+extra_traits-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -145,6 +157,9 @@ echo 'glibc-devel'
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Dec 02 08:21:51 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.66-1
|
|
|
|
|
|
|
|
- Update to 0.2.66
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 19:18:53 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.65-1
|
|
|
|
* Fri Oct 25 19:18:53 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.65-1
|
|
|
|
- Update to 0.2.65
|
|
|
|
- Update to 0.2.65
|
|
|
|
|
|
|
|
|
|
|
|