diff --git a/.gitignore b/.gitignore index ba84f42..75c031e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /unsafe-libyaml-0.2.2.crate /unsafe-libyaml-0.2.4.crate +/unsafe-libyaml-0.2.5.crate diff --git a/rust-unsafe-libyaml.spec b/rust-unsafe-libyaml.spec index b7df58f..8a3b48b 100644 --- a/rust-unsafe-libyaml.spec +++ b/rust-unsafe-libyaml.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 23 # * tests can only be run in-tree %bcond_with check %global debug_package %{nil} @@ -6,7 +6,7 @@ %global crate unsafe-libyaml Name: rust-unsafe-libyaml -Version: 0.2.4 +Version: 0.2.5 Release: %autorelease Summary: Libyaml transpiled to rust by c2rust @@ -17,8 +17,6 @@ Source: %{crates_source} # * skip building unused test binaries Patch: unsafe-libyaml-fix-metadata.diff -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: diff --git a/sources b/sources index 38ab799..2f8437d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (unsafe-libyaml-0.2.4.crate) = 34068d6ac54a5fb8581056313feb363e1a22a68617569ba55db594e3ff48c9584a4f6279c6ab67af53c28e7c851a3c114fa9b5cca408647a1813ad5740ddfacc +SHA512 (unsafe-libyaml-0.2.5.crate) = eb574f1e1b9cb671321d6b5823f47136b271194318a13d5a52cc2f05e4d1bd1c5b50c9ccd5f9c6f3c59d31751881d2d36b7d2904945838c099ea3602ea084cc6 diff --git a/unsafe-libyaml-fix-metadata.diff b/unsafe-libyaml-fix-metadata.diff index 797ad30..ec3bd8f 100644 --- a/unsafe-libyaml-fix-metadata.diff +++ b/unsafe-libyaml-fix-metadata.diff @@ -1,5 +1,5 @@ ---- unsafe-libyaml-0.2.4/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ unsafe-libyaml-0.2.4/Cargo.toml 2022-10-05T12:42:08.167903+00:00 +--- unsafe-libyaml-0.2.5/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ unsafe-libyaml-0.2.5/Cargo.toml 2022-12-20T22:30:12.421102+00:00 @@ -26,6 +26,7 @@ ] license = "MIT"