Update to version 0.7.3; Fixes RHBZ#2040976

epel9
Fabio Valentini 3 years ago
parent d22ac67eba
commit c66b234387
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/libloading-0.7.0.crate /libloading-0.7.0.crate
/libloading-0.7.1.crate /libloading-0.7.1.crate
/libloading-0.7.2.crate /libloading-0.7.2.crate
/libloading-0.7.3.crate

@ -1,5 +1,5 @@
--- libloading-0.7.2/Cargo.toml 1970-01-01T00:00:01+00:00 --- libloading-0.7.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ libloading-0.7.2/Cargo.toml 2021-11-16T11:23:47.956273+00:00 +++ libloading-0.7.3/Cargo.toml 2022-01-26T22:49:41.550218+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]

@ -1,11 +1,11 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 20
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate libloading %global crate libloading
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.7.2 Version: 0.7.3
Release: %autorelease Release: %autorelease
Summary: Safer binding to platforms dynamic library loading utilities Summary: Safer binding to platforms dynamic library loading utilities
@ -18,9 +18,6 @@ Source: %{crates_source}
Patch0: libloading-fix-metadata.diff Patch0: libloading-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
@ -36,8 +33,8 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE %license LICENSE
@ -50,8 +47,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (libloading-0.7.2.crate) = 235ecd8750baef122f3f6ce673e4feae621d806851e842f33f95e8a414915776c33c11e6253da449faa12855f5e444f691c591cbe66efffcbe221d6ca2d32a67 SHA512 (libloading-0.7.3.crate) = 58da6e73f86aa05132949939507a128188ec2e26e2245e23b1534d90673c9909c7d5220aa4aeab2c16249f7433b4d0f98f20c94b8b1f7434c7abadc8b8039ae9

Loading…
Cancel
Save