Update to 0.3.0

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

1
.gitignore vendored

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

@ -1,8 +1,9 @@
--- hostname-0.1.5/Cargo.toml 1970-01-01T00:00:00+00:00 --- hostname-0.3.0/Cargo.toml 2019-12-19T08:42:51+00:00
+++ hostname-0.1.5/Cargo.toml 2019-06-21T19:37:03.848369+00:00 +++ hostname-0.3.0/Cargo.toml 2020-02-11T13:16:41.845551+00:00
@@ -30,5 +30,3 @@ @@ -32,6 +32,3 @@
unstable = [] 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"
-[target."cfg(windows)".dependencies.winutil] -[target."cfg(target_os = \"windows\")".dependencies.winapi]
-version = "^0.1.1" -version = "^0.3"
-features = ["sysinfoapi"]

@ -1,13 +1,13 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate hostname %global crate hostname
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.5 Version: 0.3.0
Release: 5%{?dist} Release: 1%{?dist}
Summary: Get hostname Summary: Cross-platform system's host name functions
# Upstream license specification: MIT # Upstream license specification: MIT
License: MIT License: MIT
@ -25,7 +25,7 @@ BuildArch: noarch
BuildRequires: rust-packaging BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Get hostname. Compatible with windows and linux, redox.} Cross-platform system's host name functions.}
%description %{_description} %description %{_description}
@ -41,7 +41,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE %license LICENSE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -53,19 +53,19 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+unstable-devel %package -n %{name}+set-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+unstable-devel %{_description} %description -n %{name}+set-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages
which use "unstable" feature of "%{crate}" crate. which use "set" feature of "%{crate}" crate.
%files -n %{name}+unstable-devel %files -n %{name}+set-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -86,6 +86,9 @@ which use "unstable" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Feb 11 14:16:41 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.3.0-1
- Update to 0.3.0
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-5 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (hostname-0.1.5.crate) = 1b822bc6261cda2a52518c625790878eb4592fbccbea72b503da42322659b8e6c95ccac442753a6cf1d5d612413679221650e0c584bb06162c3b1c89d8bafb02 SHA512 (hostname-0.3.0.crate) = 1858028a9dc28dd6952c3416ccbda834f74fa3d448586c7faccd88c1d439fd41f4f3a000d7abe94cbf2f60f5fe6a381fccc3616e4956ebea97f5f88b6642ce3e

Loading…
Cancel
Save