update to version 0.8.0

epel9
Fabio Valentini 4 years ago
parent 39b8b20894
commit 62945a2269
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/findshlibs-0.5.0.crate
/findshlibs-0.7.0.crate
/findshlibs-0.8.0.crate

@ -1,5 +1,5 @@
--- findshlibs-0.7.0/Cargo.toml 2020-05-12T18:08:50+00:00
+++ findshlibs-0.7.0/Cargo.toml 2020-05-13T05:43:29.127711+00:00
--- findshlibs-0.8.0/Cargo.toml 2020-11-25T17:26:32+00:00
+++ findshlibs-0.8.0/Cargo.toml 2021-05-11T12:22:18.128310+00:00
@@ -23,8 +23,6 @@
repository = "https://github.com/gimli-rs/findshlibs"
[dependencies.libc]

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate findshlibs
Name: rust-%{crate}
Version: 0.7.0
Release: 3%{?dist}
Version: 0.8.0
Release: 1%{?dist}
Summary: Find the set of shared libraries loaded in the current process
# Upstream license specification: MIT OR Apache-2.0
@ -14,7 +14,7 @@ License: MIT or ASL 2.0
URL: https://crates.io/crates/findshlibs
Source: %{crates_source}
# Initial patched metadata
# * No MacOS
# * drop mac OS-specific dependencies
Patch0: findshlibs-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -75,6 +75,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue May 11 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.0-1
- Update to version 0.8.0.
- Fixes RHBZ#1901653
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (findshlibs-0.7.0.crate) = ae7b539a614da7f263be0af0475d9b3f0b81cb206d4a6b42bcea24b0da202dfd2f08770e8594c4c9c601448449305893df1dd823187cfb0b9788a8533d1b963d
SHA512 (findshlibs-0.8.0.crate) = 4ee36539d477c743208aaba821d608f3af7817376c3ab0f10b27bb230b7deb089c3921d1d5e6fa0ec4edde0da108c902e5fc501a86c7dcc5497b7cfa1e79b307

Loading…
Cancel
Save