Update to version 0.2.10; Fixes RHBZ#2254629

epel9 imports/e9/rust-unsafe-libyaml-0.2.10-1.el9
Fabio Valentini 1 year ago
parent 46f8027530
commit 6c4cb6a8a2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/unsafe-libyaml-0.2.7.crate
/unsafe-libyaml-0.2.8.crate
/unsafe-libyaml-0.2.9.crate
/unsafe-libyaml-0.2.10.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
# * 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.9
Version: 0.2.10
Release: %autorelease
Summary: Libyaml transpiled to rust by c2rust
@ -17,7 +17,7 @@ Source: %{crates_source}
# * skip building unused test binaries
Patch: unsafe-libyaml-fix-metadata.diff
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Libyaml transpiled to rust by c2rust.}
@ -51,7 +51,7 @@ use the "default" 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

@ -0,0 +1,4 @@
[tests]
run = ["none"]
comments = ["tests can only be run in-tree"]

@ -1 +1 @@
SHA512 (unsafe-libyaml-0.2.9.crate) = 31e803c321475364c6df65cec149a044bf7941379e9e66f47a698ab324eef0b1a3c32092ccf060e73a350b4c87e4e8bd908a1ad0cccf7b75fd86da679300663e
SHA512 (unsafe-libyaml-0.2.10.crate) = 9989fd93105ae343ce3ed097fc66e62ad9fcb64b8ace4ac2f7bcd374782f9919082ba0bc0f246a9a7071c35172f08953560a8108553076a819d9d1d7dce9a5aa

@ -1,5 +1,5 @@
--- 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
--- unsafe-libyaml-0.2.10/Cargo.toml 1970-01-01T00:00:01+00:00
+++ unsafe-libyaml-0.2.10/Cargo.toml 2023-12-27T20:03:18.259236+00:00
@@ -26,6 +26,7 @@
]
license = "MIT"

Loading…
Cancel
Save