update to version 0.2.80

epel9
Fabio Valentini 4 years ago
parent ca5e448892
commit 20d3e73571
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -37,3 +37,4 @@
/libc-0.2.77.crate
/libc-0.2.78.crate
/libc-0.2.79.crate
/libc-0.2.80.crate

@ -0,0 +1,19 @@
--- libc-0.2.80/Cargo.toml 2020-10-25T20:52:21+00:00
+++ libc-0.2.80/Cargo.toml 2020-11-04T20:03:44.950947+00:00
@@ -24,16 +24,12 @@
categories = ["external-ffi-bindings", "no-std", "os"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/libc"
-[dependencies.rustc-std-workspace-core]
-version = "1.0.0"
-optional = true
[features]
-align = []
-const-extern-fn = []
default = ["std"]
extra_traits = []
-rustc-dep-of-std = ["align", "rustc-std-workspace-core"]
std = []
use_std = ["std"]
[badges.azure-devops]

@ -1,11 +1,11 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
%bcond_without check
%global debug_package %{nil}
%global crate libc
Name: rust-%{crate}
Version: 0.2.79
Version: 0.2.80
Release: 1%{?dist}
Summary: Raw FFI bindings to platform libraries like libc
@ -53,18 +53,6 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+align-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+align-devel %{_description}
This package contains library source intended for building other packages
which use "align" feature of "%{crate}" crate.
%files -n %{name}+align-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+const-extern-fn-devel
Summary: %{summary}
BuildArch: noarch
@ -89,30 +77,6 @@ which use "extra_traits" feature of "%{crate}" crate.
%files -n %{name}+extra_traits-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+rustc-dep-of-std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rustc-dep-of-std-devel %{_description}
This package contains library source intended for building other packages
which use "rustc-dep-of-std" feature of "%{crate}" crate.
%files -n %{name}+rustc-dep-of-std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+rustc-std-workspace-core-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rustc-std-workspace-core-devel %{_description}
This package contains library source intended for building other packages
which use "rustc-std-workspace-core" feature of "%{crate}" crate.
%files -n %{name}+rustc-std-workspace-core-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
@ -157,6 +121,11 @@ echo 'glibc-devel'
%endif
%changelog
* Wed Nov 04 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.80-1
- Update to version 0.2.80.
- Remove nightly-only and compiler-internal features and dependencies
- Fixes RHBZ#1891346
* Mon Oct 05 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.79-1
- Update to version 0.2.79.

@ -1 +1 @@
SHA512 (libc-0.2.79.crate) = 943e097b3a4fd33b547812dadad15da33c98b1d78fd86579f63a78030a5fadd431d5d1fc969e67e1bc301d33dc550c0398ccadae26aa990d05ee474a5f76c634
SHA512 (libc-0.2.80.crate) = 69b2f4c67d29bd4fc8f6d0388036ac3ea0de2ba7387f56f4e4bd035696ba313fdce10d18107ef83490f574d6fff796b305d5f2c2bb03a7cf33b9136386e65b8c

Loading…
Cancel
Save