Update to 0.1.8

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

1
.gitignore vendored

@ -1,3 +1,4 @@
/http-0.1.5.crate /http-0.1.5.crate
/http-0.1.6.crate /http-0.1.6.crate
/http-0.1.7.crate /http-0.1.7.crate
/http-0.1.8.crate

@ -1,12 +1,13 @@
# Generated by rust2rpm # Generated by rust2rpm
%bcond_without check # Tests are run in infrastructure
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate http %global crate http
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.7 Version: 0.1.8
Release: 2%{?dist} Release: 1%{?dist}
Summary: Set of types for representing HTTP requests and responses Summary: Set of types for representing HTTP requests and responses
License: MIT or ASL 2.0 License: MIT or ASL 2.0
@ -64,6 +65,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Tue Jul 24 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.8-1
- Update to 0.1.8
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-2 * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

@ -1 +1 @@
SHA512 (http-0.1.7.crate) = c12f56e47007af34c80598aacfef207498a1a2eef1cda89f32dab7ea807ad3779de0b121a8b55669b1f5e7c8e79b14619b803c0b06bceef3cd721efef9aedff6 SHA512 (http-0.1.8.crate) = 61d99e160fc91058b07b79cc8af7e0c775044923a0a021c1211f764e72fc9f017035a118971b6798cbdc8686a048193eb012dbcfddd9dbd71f6287096c45f962

@ -0,0 +1,13 @@
---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
repositories:
- repo: "https://src.fedoraproject.org/tests/rust.git"
dest: rust
tests:
- rust/cargo-test
environment:
pkg: rust-http
Loading…
Cancel
Save