diff --git a/.gitignore b/.gitignore index f0c382c..27c8f66 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /h2-0.1.24.crate /h2-0.1.25.crate /h2-0.1.26.crate +/h2-0.2.1.crate diff --git a/rust-h2.spec b/rust-h2.spec index e8c9080..c7484a2 100644 --- a/rust-h2.spec +++ b/rust-h2.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 10 +# Generated by rust2rpm 12 # * rustls stuff is not packaged %bcond_with check %global debug_package %{nil} @@ -6,7 +6,7 @@ %global crate h2 Name: rust-%{crate} -Version: 0.1.26 +Version: 0.2.1 Release: 1%{?dist} Summary: HTTP/2.0 client and server @@ -39,7 +39,7 @@ which use "%{crate}" crate. %files devel %license LICENSE %doc README.md CHANGELOG.md -%{cargo_registry}/%{crate}-%{version}/ +%{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel Summary: %{summary} @@ -51,7 +51,19 @@ 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 + +%package -n %{name}+stream-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+stream-devel %{_description} + +This package contains library source intended for building other packages +which use "stream" feature of "%{crate}" crate. + +%files -n %{name}+stream-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+unstable-devel Summary: %{summary} @@ -63,7 +75,7 @@ This package contains library source intended for building other packages which use "unstable" feature of "%{crate}" crate. %files -n %{name}+unstable-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 @@ -84,6 +96,9 @@ which use "unstable" feature of "%{crate}" crate. %endif %changelog +* Sat Dec 14 16:52:35 CET 2019 Igor Gnatenko - 0.2.1-1 +- Update to 0.2.1 + * Sat Nov 23 2019 Josh Stone - 0.1.26-1 - Update to 0.1.26 diff --git a/sources b/sources index 00257ae..2fb55f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (h2-0.1.26.crate) = 37686cbb102eeb15de3f76d0607cf64210b11f5272ed83dbbb145650fbf11916027be3acb487cbb3e02654469b9f78167a7f18551f39af142e659cb149363d49 +SHA512 (h2-0.2.1.crate) = a2764ba4a62afc21bde3b1ba4b1e4e334ab68f43e39eafbcfbd96914f835ce47a585a07145026ee2ce6a3aa1833663ca0a2b62a9695277de96b82c0146544e07