Compare commits

..

4 Commits

2
.gitignore vendored

@ -26,3 +26,5 @@
/http-0.2.9.crate /http-0.2.9.crate
/http-0.2.10.crate /http-0.2.10.crate
/http-1.0.0.crate /http-1.0.0.crate
/http-1.1.0.crate
/http-1.2.0.crate

@ -1,11 +0,0 @@
--- http-1.0.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ http-1.0.0/Cargo.toml 2024-01-08T16:08:36.347776+00:00
@@ -42,7 +42,7 @@
version = "0.3"
[dev-dependencies.indexmap]
-version = "<=1.8"
+version = "1"
[dev-dependencies.quickcheck]
version = "0.9.0"

@ -1,20 +1,17 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate http %global crate http
Name: rust-http Name: rust-http
Version: 1.0.0 Version: 1.2.0
Release: %autorelease Release: %autorelease
Summary: Set of types for representing HTTP requests and responses Summary: Set of types for representing HTTP requests and responses
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/http URL: https://crates.io/crates/http
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * relax indexmap dev-dependency from <=1.8 to ^1
Patch: http-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24

@ -1 +1 @@
SHA512 (http-1.0.0.crate) = bfac8a984ff0decfe7c75d89e3847d2af150b6b5f852d715e78f00210b7b2394527e98cb1198dcf7a534fad5e0dcaacd6538020d7424d4daeadfa88b481a583b SHA512 (http-1.2.0.crate) = 2c8e7234ec3aa720c9dd762c0bb06367fbc39ea89446fc9d8d2e55052a4ac461559a20a8294c877879f3e94d5db06fe41e2cdbb9664ea7ab1bc8003abb038bb5

Loading…
Cancel
Save