diff --git a/.gitignore b/.gitignore index 7da2583..8bfb57b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /unsafe-libyaml-0.2.5.crate /unsafe-libyaml-0.2.7.crate /unsafe-libyaml-0.2.8.crate +/unsafe-libyaml-0.2.9.crate diff --git a/rust-unsafe-libyaml.spec b/rust-unsafe-libyaml.spec index e59d92c..26b65ae 100644 --- a/rust-unsafe-libyaml.spec +++ b/rust-unsafe-libyaml.spec @@ -6,7 +6,7 @@ %global crate unsafe-libyaml Name: rust-unsafe-libyaml -Version: 0.2.8 +Version: 0.2.9 Release: %autorelease Summary: Libyaml transpiled to rust by c2rust diff --git a/sources b/sources index 8934b38..9da2a39 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (unsafe-libyaml-0.2.8.crate) = cead338c7cf7e72ca875323828a8802287d0645fb89942973b78d1e1e240374de3b0b227e53b1e7e8db12517ab0a79b73b643246570057559f4cd69ec79a4e7d +SHA512 (unsafe-libyaml-0.2.9.crate) = 31e803c321475364c6df65cec149a044bf7941379e9e66f47a698ab324eef0b1a3c32092ccf060e73a350b4c87e4e8bd908a1ad0cccf7b75fd86da679300663e diff --git a/unsafe-libyaml-fix-metadata.diff b/unsafe-libyaml-fix-metadata.diff index eda124a..2e8f936 100644 --- a/unsafe-libyaml-fix-metadata.diff +++ b/unsafe-libyaml-fix-metadata.diff @@ -1,5 +1,5 @@ ---- unsafe-libyaml-0.2.8/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ unsafe-libyaml-0.2.8/Cargo.toml 2023-04-14T21:55:55.410008+00:00 +--- unsafe-libyaml-0.2.9/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ unsafe-libyaml-0.2.9/Cargo.toml 2023-07-29T15:28:36.795538+00:00 @@ -26,6 +26,7 @@ ] license = "MIT" @@ -7,4 +7,4 @@ +autobins = false [package.metadata.docs.rs] - targets = ["x86_64-unknown-linux-gnu"] + rustdoc-args = ["--generate-link-to-definition"]