update to version 0.7.0

epel9
Fabio Valentini 4 years ago
parent b96d5d393d
commit 890e955df5
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/libloading-0.6.5.crate /libloading-0.6.5.crate
/libloading-0.6.6.crate /libloading-0.6.6.crate
/libloading-0.6.7.crate /libloading-0.6.7.crate
/libloading-0.7.0.crate

@ -1,9 +1,9 @@
--- libloading-0.6.7/Cargo.toml 1970-01-01T00:00:00+00:00 --- libloading-0.7.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ libloading-0.6.7/Cargo.toml 2021-01-15T18:46:14.699640+00:00 +++ libloading-0.7.0/Cargo.toml 2021-03-03T16:16:09.326700+00:00
@@ -31,6 +31,3 @@ @@ -31,6 +31,3 @@
version = "1.1" version = "1.1"
[target."cfg(unix)".dependencies.cfg-if] [target."cfg(unix)".dependencies.cfg-if]
version = "1" version = "1"
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.winapi]
-version = "0.3" -version = "0.3"
-features = ["winerror", "errhandlingapi", "libloaderapi"] -features = ["errhandlingapi", "libloaderapi"]

@ -5,8 +5,8 @@
%global crate libloading %global crate libloading
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.6.7 Version: 0.7.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Safer binding to platforms dynamic library loading utilities Summary: Safer binding to platforms dynamic library loading utilities
# Upstream license specification: ISC # Upstream license specification: ISC
@ -74,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Mar 03 2021 Fabio Valentini <decathorpe@gmail.com> - 0.7.0-1
- Update to version 0.7.0.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.7-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (libloading-0.6.7.crate) = 4f4f37c5a04c20860c38407e8c7aa81386dfeb091773e480dfe87b5fb2a462dc195ec0c39a1add59cad7620373a671772e8f032f4efc624580c6227ae902e10e SHA512 (libloading-0.7.0.crate) = e2089a8ecacd65522b246cebcf531b6b1ce697d4eaf294e0540e1f34bfd714037177ba802406c31e6bcc722b4f391a84709427de1c6fb441cdeb8e41fd4f1e28

Loading…
Cancel
Save