Update to 0.2.0

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

1
.gitignore vendored

@ -14,3 +14,4 @@
/http-0.1.18.crate
/http-0.1.19.crate
/http-0.1.21.crate
/http-0.2.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 11
# Generated by rust2rpm 12
%bcond_without check
%global debug_package %{nil}
%global crate http
Name: rust-%{crate}
Version: 0.1.21
Version: 0.2.0
Release: 1%{?dist}
Summary: Set of types for representing HTTP requests and responses
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc CHANGELOG.md 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
* Sat Dec 14 13:50:26 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.0-1
- Update to 0.2.0
* Fri Dec 06 10:43:32 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.21-1
- Update to 0.1.21

@ -1 +1 @@
SHA512 (http-0.1.21.crate) = edb1ef74c8f73c89dc7b0ebc83a6c5985ee6b1223001403d1b8c1b2c3ffa3556c80df7f28575620c8145a35dc3846b05a263dbeafb3c62547c0f17c3ac6c82ab
SHA512 (http-0.2.0.crate) = 82ecc4bcb9c79ccf7d946c215b3cc7e01e790970c7f1f337025a90a97883d326a92ae328c590c1ae4c08ee7d0a954e35b2bb304a4a22b0e35139e1075870e12e

Loading…
Cancel
Save