Update to version 0.31.3; Fixes RHBZ#2284052

epel10
Fabio Valentini 8 months ago
parent 2afb751a87
commit e495df6153
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/wayland-client-0.29.5.crate
/wayland-client-0.31.1.crate
/wayland-client-0.31.2.crate
/wayland-client-0.31.3.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate wayland-client
Name: rust-wayland-client
Version: 0.31.2
Version: 0.31.3
Release: %autorelease
Summary: Bindings to the standard C implementation of the wayland protocol, client side

@ -0,0 +1,6 @@
[scripts]
prep.post = [
"# remove example code with undeclared wayland-protocols dependency",
"rm examples/simple_window.rs",
]

@ -1 +1 @@
SHA512 (wayland-client-0.31.2.crate) = 1f15b1f8787e1b25b90369106ac6119f208a60ab9c3fe851287fa9c7c8d9fb03217c3f33ffb1dfba5df4f2a749be19402d25ed80e1ed9d7301c1c40e847911b8
SHA512 (wayland-client-0.31.3.crate) = ae8d0a62a73e098bd54f681f5bb4ca24472baabcc1bca28c25f3e03d9e61c45c68fd4b3e60bea6b0a9d8e50f8d0dca45dacce9b7e58c48cc474366bf37ead565

Loading…
Cancel
Save