Bump to libloading 0.6

epel9
Josh Stone 5 years ago
parent 568e406355
commit cd3ce5b587

@ -1,5 +1,5 @@
--- clang-sys-0.29.3/Cargo.toml 2020-03-31T17:22:34+00:00 --- clang-sys-0.29.3/Cargo.toml 2020-03-31T17:22:34+00:00
+++ clang-sys-0.29.3/Cargo.toml 2020-04-01T21:01:15.153861+00:00 +++ clang-sys-0.29.3/Cargo.toml 2020-05-29T23:55:12.149631+00:00
@@ -21,6 +21,7 @@ @@ -21,6 +21,7 @@
readme = "README.md" readme = "README.md"
license = "Apache-2.0" license = "Apache-2.0"
@ -8,3 +8,12 @@
[package.metadata.docs.rs] [package.metadata.docs.rs]
features = ["clang_9_0", "runtime"] features = ["clang_9_0", "runtime"]
[dependencies.glob] [dependencies.glob]
@@ -31,7 +32,7 @@
default-features = false
[dependencies.libloading]
-version = "0.5"
+version = "0.6"
optional = true
[build-dependencies.glob]
version = "0.3"

@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.29.3 Version: 0.29.3
Release: 1%{?dist} Release: 2%{?dist}
Summary: Rust bindings for libclang Summary: Rust bindings for libclang
# Upstream license specification: Apache-2.0 # Upstream license specification: Apache-2.0
@ -15,6 +15,7 @@ URL: https://crates.io/crates/clang-sys
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * Exclude unneeded files # * Exclude unneeded files
# * Bump to libloading 0.6
Patch0: clang-sys-fix-metadata.diff Patch0: clang-sys-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -374,6 +375,9 @@ echo 'clang-devel >= 3.5'
%endif %endif
%changelog %changelog
* Fri May 29 2020 Josh Stone <jistone@redhat.com> - 0.29.3-2
- Bump to libloading 0.6
* Wed Apr 01 2020 Josh Stone <jistone@redhat.com> - 0.29.3-1 * Wed Apr 01 2020 Josh Stone <jistone@redhat.com> - 0.29.3-1
- Update to 0.29.3 - Update to 0.29.3

Loading…
Cancel
Save