update to version 0.28.4

epel10
Fabio Valentini 4 years ago
parent e3916810a7
commit 72a91f328a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/wayland-client-0.28.1.crate
/wayland-client-0.28.2.crate
/wayland-client-0.28.3.crate
/wayland-client-0.28.4.crate

@ -5,8 +5,8 @@
%global crate wayland-client
Name: rust-%{crate}
Version: 0.28.3
Release: 2%{?dist}
Version: 0.28.4
Release: 1%{?dist}
Summary: Bindings to the standard C implementation of the wayland protocol, client side
# Upstream license specification: MIT
@ -91,6 +91,8 @@ which use "use_system_lib" feature of "%{crate}" crate.
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
# remove example code with undeclared wayland-protocols dependency
rm examples/simple_window.rs
%generate_buildrequires
%cargo_generate_buildrequires
@ -107,6 +109,9 @@ which use "use_system_lib" feature of "%{crate}" crate.
%endif
%changelog
* Mon Mar 01 2021 Fabio Valentini <decathorpe@gmail.com> - 0.28.4-1
- Update to version 0.28.4.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.28.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (wayland-client-0.28.3.crate) = 05817be16b4592400906b2de357d50fe924cdaaad28893e18ab2d76afe399bfa14f192cb1234a54bce7aa1fae59ad90b012d7119822f3bdc181a5c1a1a438fff
SHA512 (wayland-client-0.28.4.crate) = 014ddf26eb4db1abc7bef96397c5ef7e73e41ab326c6c8c15e461e15993e6ca2f7c6c0671e9549502b2987cf76269b147cfd6392221647804fa66b8e9757f9c6

Loading…
Cancel
Save