Update to 0.5.1

epel9
Josh Stone 6 years ago
parent 45595fb783
commit 6c63bacbc2

1
.gitignore vendored

@ -1,2 +1,3 @@
/libloading-0.4.3.crate
/libloading-0.5.0.crate
/libloading-0.5.1.crate

@ -1,17 +1,17 @@
# Generated by rust2rpm
# Generated by rust2rpm-9-1.fc30
%bcond_without check
%global debug_package %{nil}
%global crate libloading
Name: rust-%{crate}
Version: 0.5.0
Release: 4%{?dist}
Version: 0.5.1
Release: 1%{?dist}
Summary: Safer binding to platforms dynamic library loading utilities
License: ISC
URL: https://crates.io/crates/libloading
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
Source: %{crates_source}
# Initial patched metadata
# * No windows
Patch0: libloading-fix-metadata.diff
@ -53,7 +53,9 @@ which use "default" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
# remove mistakenly packaged files
rm -f -v out src/os/unix/global_static.ll
%cargo_prep
%build
@ -68,6 +70,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Mon Jun 03 2019 Josh Stone <jistone@redhat.com> - 0.5.1-1
- Update to 0.5.1
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (libloading-0.5.0.crate) = c01939de6151c0e4cba4c99eca63946ac8398951602a24244c24190de425306fb8b65a26ec02f9d90206c134bb6c393b3f87d3cedb1275b5e40d4710254471db
SHA512 (libloading-0.5.1.crate) = 21be174f9b018234645553395d44df0433580505b9cf51092cfc22ea03b6c96f232f1223b7f99513d9d6c9963d38991b729c8f9fb50df41dcd7c724dde541e28

Loading…
Cancel
Save