Update to version 1.0.2; Fixes RHBZ#2024139

epel9
Fabio Valentini 3 years ago
parent d363a0e1ac
commit d2a77f03f9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/httpdate-0.3.2.crate /httpdate-0.3.2.crate
/httpdate-1.0.1.crate /httpdate-1.0.1.crate
/httpdate-1.0.2.crate

@ -0,0 +1,8 @@
--- httpdate-1.0.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ httpdate-1.0.2/Cargo.toml 2021-11-18T11:32:40.627817+00:00
@@ -23,5 +23,3 @@
[[bench]]
name = "benchmarks"
harness = false
-[dev-dependencies.criterion]
-version = "0.3.5"

@ -1,11 +1,11 @@
# Generated by rust2rpm 17 # Generated by rust2rpm 18
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate httpdate %global crate httpdate
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.1 Version: 1.0.2
Release: %autorelease Release: %autorelease
Summary: HTTP date parsing and formatting Summary: HTTP date parsing and formatting
@ -13,6 +13,9 @@ Summary: HTTP date parsing and formatting
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/httpdate URL: https://crates.io/crates/httpdate
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * drop unused, benchmark-only criterion dev-dependency to speed up builds
Patch0: httpdate-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}

@ -1 +1 @@
SHA512 (httpdate-1.0.1.crate) = 1a63f11759e331e5938697d181c7f021e953e3616741116437253eaf6da862b6cdb08a0fef5808042d8367de9fac31b63ebcc917cfb81b0244b4d238f95538ab SHA512 (httpdate-1.0.2.crate) = 4d650dbe7ec1d0f457bab71cd009fd92ee296fbe0a6b0c0ce4d71aa3bee720094a03968c08e542be60869350e05b4a1739542c6415e401407345f5643e15f8fd

Loading…
Cancel
Save