diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..49ba0dc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/cookie-0.17.0.crate diff --git a/.rust-cookie.metadata b/.rust-cookie.metadata index e69de29..78e809d 100644 --- a/.rust-cookie.metadata +++ b/.rust-cookie.metadata @@ -0,0 +1 @@ +b8ebf53000816cf48e7cfa33be0114bdc26be461 SOURCES/cookie-0.17.0.crate diff --git a/SOURCES/cookie-0.16.1.crate b/SOURCES/cookie-0.16.1.crate deleted file mode 100644 index b733a5c..0000000 Binary files a/SOURCES/cookie-0.16.1.crate and /dev/null differ diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..2dde113 --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,6 @@ +[package] +summary = "HTTP cookie parsing and cookie jar management" + +[features] +enable-all = true + diff --git a/SPECS/rust-cookie.spec b/SPECS/rust-cookie.spec index c5963cc..5340573 100644 --- a/SPECS/rust-cookie.spec +++ b/SPECS/rust-cookie.spec @@ -8,14 +8,14 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 24 +# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil} %global crate cookie Name: rust-cookie -Version: 0.16.1 +Version: 0.17.0 Release: %autorelease Summary: HTTP cookie parsing and cookie jar management @@ -23,7 +23,7 @@ License: MIT OR Apache-2.0 URL: https://crates.io/crates/cookie Source: %{crates_source} -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: 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 %prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 +%autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires @@ -234,9 +234,15 @@ use the "subtle" feature of the "%{crate}" crate. %endif %changelog -* Mon Jan 15 2024 Arkady L. Shane - 0.16.1-1 +* Mon Jan 15 2024 Arkady L. Shane - 0.17.0-1 - Rebuilt for MSVSphere 9.3 +* Mon Jan 08 2024 Fabio Valentini - 0.17.0-1 +- Update to version 0.17.0 + +* Fri Jul 21 2023 Fedora Release Engineering - 0.16.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Thu Mar 16 2023 Fabio Valentini - 0.16.1-1 - Update to version 0.16.1