Update to 0.11.1

epel9
Josh Stone 5 years ago
parent 072e024fcd
commit fb1b6c5162

1
.gitignore vendored

@ -3,3 +3,4 @@
/serde_cbor-0.8.2.crate
/serde_cbor-0.9.0.crate
/serde_cbor-0.10.2.crate
/serde_cbor-0.11.1.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate serde_cbor
Name: rust-%{crate}
Version: 0.10.2
Release: 2%{?dist}
Version: 0.11.1
Release: 1%{?dist}
Summary: CBOR support for serde
# Upstream license specification: MIT/Apache-2.0
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc 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
%package -n %{name}+alloc-devel
Summary: %{summary}
@ -62,7 +62,7 @@ This package contains library source intended for building other packages
which use "alloc" feature of "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
@ -74,7 +74,19 @@ This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+tags-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tags-devel %{_description}
This package contains library source intended for building other packages
which use "tags" feature of "%{crate}" crate.
%files -n %{name}+tags-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+unsealed_read_write-devel
Summary: %{summary}
@ -86,7 +98,7 @@ This package contains library source intended for building other packages
which use "unsealed_read_write" feature of "%{crate}" crate.
%files -n %{name}+unsealed_read_write-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
@ -107,6 +119,9 @@ which use "unsealed_read_write" feature of "%{crate}" crate.
%endif
%changelog
* Thu Feb 13 2020 Josh Stone <jistone@redhat.com> - 0.11.1-1
- Update to 0.11.1
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (serde_cbor-0.10.2.crate) = 91a4b180291abdd0feb223ac515bb7cfa4d4b5d40a456b03f74d532a136f00bc56f031222c8dc732ddd4040920aa3c28df489188f2c755ca27bad42747529e3c
SHA512 (serde_cbor-0.11.1.crate) = 165192ed999cfdbe162abd3aff92f86f4300ffa9347e57fda2ef3c32c69a18183d468db059d9dd80218bf01de15fec6fde7cf6dbb8cc2a6158785484353f2192

Loading…
Cancel
Save