Update to version 0.2.7; Fixes RHBZ#2175341

epel9
Fabio Valentini 2 years ago
parent 928450b954
commit a22805ccfe
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -1,4 +1,4 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
# * tests can only be run in-tree # * tests can only be run in-tree
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate unsafe-libyaml %global crate unsafe-libyaml
Name: rust-unsafe-libyaml Name: rust-unsafe-libyaml
Version: 0.2.5 Version: 0.2.7
Release: %autorelease Release: %autorelease
Summary: Libyaml transpiled to rust by c2rust Summary: Libyaml transpiled to rust by c2rust

@ -1 +1 @@
SHA512 (unsafe-libyaml-0.2.5.crate) = eb574f1e1b9cb671321d6b5823f47136b271194318a13d5a52cc2f05e4d1bd1c5b50c9ccd5f9c6f3c59d31751881d2d36b7d2904945838c099ea3602ea084cc6 SHA512 (unsafe-libyaml-0.2.7.crate) = 61d5d9ee537316295cb441f82cf9da49dbc3d6da0c6b009ed29de50800866ec082ad184701cfd65e8fb08080a39ded284008065fce75c482ce325280bc7b289f

@ -1,5 +1,5 @@
--- unsafe-libyaml-0.2.5/Cargo.toml 1970-01-01T00:00:01+00:00 --- unsafe-libyaml-0.2.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ unsafe-libyaml-0.2.5/Cargo.toml 2022-12-20T22:30:12.421102+00:00 +++ unsafe-libyaml-0.2.7/Cargo.toml 2023-03-06T12:56:25.680039+00:00
@@ -26,6 +26,7 @@ @@ -26,6 +26,7 @@
] ]
license = "MIT" license = "MIT"

Loading…
Cancel
Save