Update to 0.6.3

epel9
Josh Stone 5 years ago
parent 517c3d4f98
commit 1560a2c7c2

1
.gitignore vendored

@ -3,3 +3,4 @@
/libloading-0.5.1.crate
/libloading-0.5.2.crate
/libloading-0.6.2.crate
/libloading-0.6.3.crate

@ -1,9 +1,9 @@
--- libloading-0.6.2/Cargo.toml 2020-05-06T03:28:38+00:00
+++ libloading-0.6.2/Cargo.toml 2020-05-29T23:47:12.578572+00:00
@@ -20,6 +20,3 @@
keywords = ["dlopen", "load", "shared", "dylib"]
license = "ISC"
repository = "https://github.com/nagisa/rust_libloading/"
--- libloading-0.6.3/Cargo.toml 2020-08-24T01:29:39+00:00
+++ libloading-0.6.3/Cargo.toml 2020-08-26T01:30:57.364650+00:00
@@ -32,6 +32,3 @@
version = "1.1"
[target."cfg(unix)".dependencies.cfg-if]
version = "0.1"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["winerror", "errhandlingapi", "libloaderapi"]

@ -5,8 +5,8 @@
%global crate libloading
Name: rust-%{crate}
Version: 0.6.2
Release: 2%{?dist}
Version: 0.6.3
Release: 1%{?dist}
Summary: Safer binding to platforms dynamic library loading utilities
# Upstream license specification: ISC
@ -74,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Wed Aug 26 2020 Josh Stone <jistone@redhat.com> - 0.6.3-1
- Update to 0.6.3
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (libloading-0.6.2.crate) = 02e65e3ade29dfee2e8db8f9f0a506ebc5bb792700cf5b1eff094c58f6aded748c51b675ebb5f7babbad2806923b478f340e879b4719995a112a7c25869cd3fa
SHA512 (libloading-0.6.3.crate) = 3b76068eba10daae4e37c6cf0c066300e111725140f7b5086853520dbe11cdf2abd8ff22953df0742687696eff4ce78756cb4d00fdf80bce1c05a2998e90bfd2

Loading…
Cancel
Save