Update to 0.2.45

epel9
Josh Stone 6 years ago
parent b3af8a4a1c
commit b6e07851fb

1
.gitignore vendored

@ -10,3 +10,4 @@
/libc-0.2.42.crate
/libc-0.2.43.crate
/libc-0.2.44.crate
/libc-0.2.45.crate

@ -1,7 +1,7 @@
--- libc-0.2.44/Cargo.toml 1969-12-31T16:00:00-08:00
+++ libc-0.2.44/Cargo.toml 2018-11-26T13:19:32.940302-08:00
@@ -22,14 +22,10 @@
readme = "README.md"
--- libc-0.2.45/Cargo.toml 1969-12-31T16:00:00-08:00
+++ libc-0.2.45/Cargo.toml 2018-12-10T13:48:04.205201-08:00
@@ -24,14 +24,10 @@
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]

@ -6,7 +6,7 @@
%global crate libc
Name: rust-%{crate}
Version: 0.2.44
Version: 0.2.45
Release: 1%{?dist}
Summary: Library for types and bindings to native C functions
@ -96,6 +96,9 @@ which use "use_std" feature of "%{crate}" crate.
%endif
%changelog
* Mon Dec 10 2018 Josh Stone <jistone@redhat.com> - 0.2.45-1
- Update to 0.2.45
* Mon Nov 26 2018 Josh Stone <jistone@redhat.com> - 0.2.44-1
- Update to 0.2.44

@ -1 +1 @@
SHA512 (libc-0.2.44.crate) = fda87b206acb1a65be60784516c7d4f4aacb1ce53063e3c67a6a5335a02b3a7232867d11b0cdc574131d562fd98471df8bd0427cc5790c4add0556b2a090b284
SHA512 (libc-0.2.45.crate) = 8188400f2f9fabd7c1e0dd1172032eb25bde2702019aec4e3e0c8b936209347baea347ff8d85fee3e93031df0741d32faed151c2b553151e95ae8321bb653381

Loading…
Cancel
Save