Update to 0.2.67

epel9
Josh Stone 5 years ago
parent 63a45c7c06
commit 7064492f44

1
.gitignore vendored

@ -25,3 +25,4 @@
/libc-0.2.62.crate
/libc-0.2.65.crate
/libc-0.2.66.crate
/libc-0.2.67.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate libc
Name: rust-%{crate}
Version: 0.2.66
Release: 2%{?dist}
Version: 0.2.67
Release: 1%{?dist}
Summary: Raw FFI bindings to platform libraries like libc
# Upstream license specification: MIT OR Apache-2.0
@ -39,7 +39,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -51,7 +51,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+align-devel
Summary: %{summary}
@ -63,7 +63,7 @@ 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}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+const-extern-fn-devel
Summary: %{summary}
@ -75,7 +75,7 @@ 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
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+extra_traits-devel
Summary: %{summary}
@ -87,31 +87,7 @@ This package contains library source intended for building other packages
which use "extra_traits" feature of "%{crate}" crate.
%files -n %{name}+extra_traits-devel
%ghost %{cargo_registry}/%{crate}-%{version}/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}/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}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
@ -123,7 +99,7 @@ This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+use_std-devel
Summary: %{summary}
@ -135,7 +111,7 @@ This package contains library source intended for building other packages
which use "use_std" feature of "%{crate}" crate.
%files -n %{name}+use_std-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -157,6 +133,9 @@ echo 'glibc-devel'
%endif
%changelog
* Fri Feb 21 2020 Josh Stone <jistone@redhat.com> - 0.2.67-1
- Update to 0.2.67
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.66-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (libc-0.2.66.crate) = 5bf5645a7cbe626108cd71e1d189286ed161fcd3ea12cd34f4e392be4cf93bf78feb6128b1101bedc41a71091398f26771f3efd3880f779ee0be00f706914975
SHA512 (libc-0.2.67.crate) = da1c5a8d996f7f82ff45fdf0872cc2fe731a64f8ed4996291b7a7acc866b61433515240ae0069dd4d6c19db33a94541238195d82dd9fd711c4010a0cb0c0b41e

Loading…
Cancel
Save