Update to 0.10.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 271c893926
commit 41a6fd2be8
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1 +1,2 @@
/cookie_store-0.7.0.crate /cookie_store-0.7.0.crate
/cookie_store-0.10.0.crate

@ -5,8 +5,8 @@
%global crate cookie_store %global crate cookie_store
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.7.0 Version: 0.10.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Implementation of Cookie storage and retrieval per RFC6265 Summary: Implementation of Cookie storage and retrieval per RFC6265
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -23,7 +23,7 @@ BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Implementation of Cookie storage and retrieval per Implementation of Cookie storage and retrieval per
RFC6265 (http://tools.ietf.org/html/rfc6265).} [RFC6265](http://tools.ietf.org/html/rfc6265).}
%description %{_description} %description %{_description}
@ -53,6 +53,30 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+indexmap-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+indexmap-devel %{_description}
This package contains library source intended for building other packages
which use "indexmap" feature of "%{crate}" crate.
%files -n %{name}+indexmap-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+preserve_order-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+preserve_order-devel %{_description}
This package contains library source intended for building other packages
which use "preserve_order" feature of "%{crate}" crate.
%files -n %{name}+preserve_order-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
@ -72,6 +96,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Feb 11 11:25:51 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.10.0-1
- Update to 0.10.0
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (cookie_store-0.7.0.crate) = 40584ddc3189ee798b5ba262934d0a48455376d9cab4d715e6c4dd476b75c62ec09fe0c2f1b748b266d20f2b84fd97e58cf1ec88cc6b245290a572fb29fbc4d4 SHA512 (cookie_store-0.10.0.crate) = f67b4035364b8052a3962099e1d882a71ba85de1a7ba60d883ec537b02d34cc15763b8554af25cc942cebeaafdbb159ff5825be7d289a43c179a02d69fda1c66

Loading…
Cancel
Save