import rust-cookie-0.17.0-1.el9

i9ce changed/i9ce/rust-cookie-0.17.0-1.el9
MSVSphere Packaging Team 1 year ago
parent 89c2f0c128
commit 6c35c3b71f

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/cookie-0.17.0.crate

@ -0,0 +1 @@
b8ebf53000816cf48e7cfa33be0114bdc26be461 SOURCES/cookie-0.17.0.crate

Binary file not shown.

@ -0,0 +1,6 @@
[package]
summary = "HTTP cookie parsing and cookie jar management"
[features]
enable-all = true

@ -8,14 +8,14 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec ## END: Set by rpmautospec
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate cookie %global crate cookie
Name: rust-cookie Name: rust-cookie
Version: 0.16.1 Version: 0.17.0
Release: %autorelease Release: %autorelease
Summary: HTTP cookie parsing and cookie jar management Summary: HTTP cookie parsing and cookie jar management
@ -23,7 +23,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/cookie URL: https://crates.io/crates/cookie
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
HTTP cookie parsing and cookie jar management. Supports signed and HTTP cookie parsing and cookie jar management. Supports signed and
@ -216,7 +216,7 @@ use the "subtle" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
@ -234,9 +234,15 @@ use the "subtle" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.16.1-1 * Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.17.0-1
- Rebuilt for MSVSphere 9.3 - Rebuilt for MSVSphere 9.3
* Mon Jan 08 2024 Fabio Valentini <decathorpe@gmail.com> - 0.17.0-1
- Update to version 0.17.0
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Mar 16 2023 Fabio Valentini <decathorpe@gmail.com> - 0.16.1-1 * Thu Mar 16 2023 Fabio Valentini <decathorpe@gmail.com> - 0.16.1-1
- Update to version 0.16.1 - Update to version 0.16.1

Loading…
Cancel
Save