Update to 0.3.4

epel9
Josh Stone 5 years ago
parent f3644f556c
commit 049caf929c

1
.gitignore vendored

@ -1,3 +1,4 @@
/caps-0.3.1.crate
/caps-0.3.2.crate
/caps-0.3.3.crate
/caps-0.3.4.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate caps
Name: rust-%{crate}
Version: 0.3.3
Version: 0.3.4
Release: 1%{?dist}
Summary: Pure-Rust library to work with Linux capabilities
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE-2.0 COPYRIGHT
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -50,7 +50,7 @@ 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
@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 0.3.4-1
- Update to 0.3.4
* Fri Nov 15 2019 Josh Stone <jistone@redhat.com> - 0.3.3-1
- Update to 0.3.3

@ -1 +1 @@
SHA512 (caps-0.3.3.crate) = 4383befe0455abd015e2ec06499fcdb4f34b5b6dc41a5004320ebd7be7a1ae4cc601c783023858f03be6334abf67dc28dd1948a7dfcd3a6eff1dcc7d9b0c92a9
SHA512 (caps-0.3.4.crate) = 474c6677b6e5f823b88f100894394682befb8ac3114ed2bddf5c948fb514ea65000acac2a21ddfb89f8747bddeb8a25d6e75f9be980ed0cca8ab73fbd42789c3

Loading…
Cancel
Save