Update to version 0.28.6; Fixes RHBZ#1977498

epel10
Fabio Valentini 3 years ago
parent 5e51e1a7cf
commit 8d176a8823
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/wayland-sys-0.28.3.crate /wayland-sys-0.28.3.crate
/wayland-sys-0.28.4.crate /wayland-sys-0.28.4.crate
/wayland-sys-0.28.5.crate /wayland-sys-0.28.5.crate
/wayland-sys-0.28.6.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 17 # Generated by rust2rpm 18
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate wayland-sys %global crate wayland-sys
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.28.5 Version: 0.28.6
Release: %autorelease Release: %autorelease
Summary: FFI bindings to the various libwayland-*.so libraries Summary: FFI bindings to the various libwayland-*.so libraries
@ -142,6 +142,18 @@ which use "libc" feature of "%{crate}" crate.
%files -n %{name}+libc-devel %files -n %{name}+libc-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+memoffset-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+memoffset-devel %{_description}
This package contains library source intended for building other packages
which use "memoffset" feature of "%{crate}" crate.
%files -n %{name}+memoffset-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+server-devel %package -n %{name}+server-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1 +1 @@
SHA512 (wayland-sys-0.28.5.crate) = 97178f3660f1cdb9fd3bada2a8480f0499b9928a6c068645d1f5542a341d64341a1874f916dc3623f41c1f47ec2c99efddb5eddd0cca85916f95a0c0ffd2c601 SHA512 (wayland-sys-0.28.6.crate) = b7e6554be552e0b5a7b2d83cbbd48ded35fe766050ece8a47d1fe33cd4550a923b314956f94395194db33c12ab5e5676f05db1f6bcd5fe2d0f89f841b350b03f

Loading…
Cancel
Save