diff --git a/.gitignore b/.gitignore index 2421909..53c9534 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /time-0.3.30.crate /time-0.3.31.crate /time-0.3.34.crate +/time-0.3.36.crate diff --git a/rust-time.spec b/rust-time.spec index d62fb46..b2e3eef 100644 --- a/rust-time.spec +++ b/rust-time.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 25 +# Generated by rust2rpm 26 %bcond_without check %global debug_package %{nil} %global crate time Name: rust-time -Version: 0.3.34 +Version: 0.3.36 Release: %autorelease Summary: Date and time library diff --git a/rust2rpm.toml b/rust2rpm.toml new file mode 100644 index 0000000..e747d44 --- /dev/null +++ b/rust2rpm.toml @@ -0,0 +1,6 @@ +[package] +cargo-toml-patch-comments = [ + "remove WASM-specific features", + "remove references to tests that are not included in published crates", +] + diff --git a/sources b/sources index 5992de3..d30cdeb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (time-0.3.34.crate) = 3997e1b8d9be2f54184ebc9e1355d4b65f0b7bc9439b2b29e4a4acd86ad3a3aa019261112a24d998d76a7f66b266a86536fa50412279911b14d4d7aa7078c116 +SHA512 (time-0.3.36.crate) = 83da6e27691d1f0ef37ed276528e927686a06dab4811b6e29d625ef7a0f7c30fbb86896d74a2b087726e7a24a951b0a83aa1f5f22d711ead54f447d36ac47133 diff --git a/time-fix-metadata-auto.diff b/time-fix-metadata-auto.diff index 6238890..8239afe 100644 --- a/time-fix-metadata-auto.diff +++ b/time-fix-metadata-auto.diff @@ -1,5 +1,5 @@ ---- time-0.3.34/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ time-0.3.34/Cargo.toml 2024-02-04T15:25:27.992158+00:00 +--- time-0.3.36/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ time-0.3.36/Cargo.toml 2024-04-16T18:10:30.905494+00:00 @@ -175,18 +175,7 @@ "alloc", "deranged/std", @@ -20,7 +20,7 @@ [target."cfg(target_family = \"unix\")".dependencies.libc] version = "0.2.98" -@@ -280,3 +269,4 @@ +@@ -279,3 +268,4 @@ [lints.rustdoc] private-doc-tests = "warn" unescaped-backticks = "warn" diff --git a/time-fix-metadata.diff b/time-fix-metadata.diff index 12deee5..ee163c7 100644 --- a/time-fix-metadata.diff +++ b/time-fix-metadata.diff @@ -1,5 +1,5 @@ ---- time-0.3.34/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ time-0.3.34/Cargo.toml 2024-02-04T15:26:14.750361+00:00 +--- time-0.3.36/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ time-0.3.36/Cargo.toml 2024-04-16T18:11:27.146149+00:00 @@ -53,15 +53,6 @@ [lib] bench = false