Update to version 0.2.5; Fixes RHBZ#2154603

epel9
Fabio Valentini 2 years ago
parent 9d95dacd2c
commit 769a676d8f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/unsafe-libyaml-0.2.2.crate
/unsafe-libyaml-0.2.4.crate
/unsafe-libyaml-0.2.5.crate

@ -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:

@ -1 +1 @@
SHA512 (unsafe-libyaml-0.2.4.crate) = 34068d6ac54a5fb8581056313feb363e1a22a68617569ba55db594e3ff48c9584a4f6279c6ab67af53c28e7c851a3c114fa9b5cca408647a1813ad5740ddfacc
SHA512 (unsafe-libyaml-0.2.5.crate) = eb574f1e1b9cb671321d6b5823f47136b271194318a13d5a52cc2f05e4d1bd1c5b50c9ccd5f9c6f3c59d31751881d2d36b7d2904945838c099ea3602ea084cc6

@ -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"

Loading…
Cancel
Save