Update to 0.3.1

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent a370d507ec
commit afaec9a42b
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,2 +1,3 @@
/hostname-0.1.5.crate /hostname-0.1.5.crate
/hostname-0.3.0.crate /hostname-0.3.0.crate
/hostname-0.3.1.crate

@ -1,6 +1,6 @@
--- hostname-0.3.0/Cargo.toml 2019-12-19T08:42:51+00:00 --- hostname-0.3.1/Cargo.toml 2020-02-28T16:58:01+00:00
+++ hostname-0.3.0/Cargo.toml 2020-02-11T13:16:41.845551+00:00 +++ hostname-0.3.1/Cargo.toml 2020-02-28T17:24:51.895846+00:00
@@ -32,6 +32,3 @@ @@ -33,6 +33,3 @@
set = [] set = []
[target."cfg(any(unix, target_os = \"redox\"))".dependencies.libc] [target."cfg(any(unix, target_os = \"redox\"))".dependencies.libc]
version = "^0.2" version = "^0.2"

@ -1,12 +1,11 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 13
# * https://github.com/svartalf/hostname/issues/10 %bcond_without check
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate hostname %global crate hostname
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.0 Version: 0.3.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Cross-platform system's host name functions Summary: Cross-platform system's host name functions
@ -87,6 +86,9 @@ which use "set" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Feb 28 18:24:51 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.3.1-1
- Update to 0.3.1
* Tue Feb 11 14:16:41 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.3.0-1 * Tue Feb 11 14:16:41 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.3.0-1
- Update to 0.3.0 - Update to 0.3.0

@ -1 +1 @@
SHA512 (hostname-0.3.0.crate) = 1858028a9dc28dd6952c3416ccbda834f74fa3d448586c7faccd88c1d439fd41f4f3a000d7abe94cbf2f60f5fe6a381fccc3616e4956ebea97f5f88b6642ce3e SHA512 (hostname-0.3.1.crate) = a90407996353c9bcf5b76be03713e3a0455ac80a50892e77a508744cf436a938ddb87ef97d8cc91ec7dc4353cfb7bca0fd28c90a72f8a9ecd4f29220d174edf2

Loading…
Cancel
Save