Update to version 0.8.3; Fixes RHBZ#2267996

epel10
Fabio Valentini 10 months ago
parent b2b4a4fd5d
commit 100d563bab
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -15,3 +15,4 @@
/libloading-0.7.4.crate /libloading-0.7.4.crate
/libloading-0.8.1.crate /libloading-0.8.1.crate
/libloading-0.8.2.crate /libloading-0.8.2.crate
/libloading-0.8.3.crate

@ -1,8 +1,12 @@
--- libloading-0.8.2/Cargo.toml 1970-01-01T00:00:01+00:00 --- libloading-0.8.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ libloading-0.8.2/Cargo.toml 2024-03-05T13:42:48.660445+00:00 +++ libloading-0.8.3/Cargo.toml 2024-04-25T13:33:20.153112+00:00
@@ -47,5 +47,3 @@ @@ -43,9 +43,3 @@
[target."cfg(unix)".dependencies.cfg-if] [target."cfg(unix)".dependencies.cfg-if]
version = "1" version = "1"
-[target."cfg(windows)".dependencies.windows-targets] -[target."cfg(windows)".dependencies.windows-targets]
-version = ">=0.48, <0.53" -version = ">=0.48, <0.53"
-
-[target."cfg(windows)".dev-dependencies.windows-sys]
-version = "0.52"
-features = ["Win32_Foundation"]

@ -1,13 +0,0 @@
--- libloading-0.8.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ libloading-0.8.2/Cargo.toml 2024-03-05T13:42:55.751476+00:00
@@ -40,10 +40,6 @@
[dev-dependencies.static_assertions]
version = "1.1"
-[dev-dependencies.windows-sys]
-version = "0.52"
-features = ["Win32_Foundation"]
-
[target."cfg(unix)".dependencies.cfg-if]
version = "1"

@ -5,7 +5,7 @@
%global crate libloading %global crate libloading
Name: rust-libloading Name: rust-libloading
Version: 0.8.2 Version: 0.8.3
Release: %autorelease Release: %autorelease
Summary: Bindings for native dynamic library loading primitives Summary: Bindings for native dynamic library loading primitives
@ -14,10 +14,6 @@ URL: https://crates.io/crates/libloading
Source: %{crates_source} Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata # Automatically generated patch to strip dependencies and normalize metadata
Patch: libloading-fix-metadata-auto.diff Patch: libloading-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes
# * drop Windows-specific windows-sys dev-dependency:
# https://github.com/nagisa/rust_libloading/pull/140
Patch: libloading-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24

@ -1 +1 @@
SHA512 (libloading-0.8.2.crate) = 0acce8e1271dd14fc8106046a744d055f67b8743ed821ecfbc3b029e6388d07520769890971c74c63338b01240f13f13341c001ced59c601d803370a37e71af8 SHA512 (libloading-0.8.3.crate) = af8fa5fe2428fa98177d6adfc01bcd6e701b0d77ac18c95b8b8d5abb3a6376f16241ccc71b9fe100782c73c843ca53c9bad465545d8bb7def52320dad0eecef9

Loading…
Cancel
Save