Update to 0.6.2

epel9
Josh Stone 5 years ago
parent 7ea43c3b4f
commit 068403ec42

1
.gitignore vendored

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

@ -1,9 +1,9 @@
--- libloading-0.5.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ libloading-0.5.2/Cargo.toml 2019-07-13T09:17:13.723792+00:00
@@ -22,6 +22,3 @@
--- 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/"
[build-dependencies.cc]
version = "1.0"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["winerror", "errhandlingapi", "libloaderapi"]

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate libloading
Name: rust-%{crate}
Version: 0.5.2
Release: 3%{?dist}
Version: 0.6.2
Release: 1%{?dist}
Summary: Safer binding to platforms dynamic library loading utilities
# Upstream license specification: ISC
@ -41,7 +41,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE
%doc README.mkd
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -53,12 +53,10 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
# remove mistakenly packaged files
rm -f -v out src/os/unix/global_static.ll
%cargo_prep
%generate_buildrequires
@ -76,6 +74,9 @@ rm -f -v out src/os/unix/global_static.ll
%endif
%changelog
* Fri May 29 2020 Josh Stone <jistone@redhat.com> - 0.6.2-1
- Update to 0.6.2
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (libloading-0.5.2.crate) = d04cb1bb220c9364c02da4f360593907c875951fc0f6de5da1455bac4e96a470128409f77b21194fd6a87550f3ba00abe3b7a3426e7637acb62b80d61da46be4
SHA512 (libloading-0.6.2.crate) = 02e65e3ade29dfee2e8db8f9f0a506ebc5bb792700cf5b1eff094c58f6aded748c51b675ebb5f7babbad2806923b478f340e879b4719995a112a7c25869cd3fa

Loading…
Cancel
Save