Update to 0.30.1

epel10
Aleksei Bavshin 2 years ago
parent 43d7bdf0ed
commit 0f9f6229f8
No known key found for this signature in database
GPG Key ID: 4F071603387A382A

1
.gitignore vendored

@ -8,3 +8,4 @@
/wayland-sys-0.28.6.crate
/wayland-sys-0.29.4.crate
/wayland-sys-0.29.5.crate
/wayland-sys-0.30.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate wayland-sys
Name: rust-wayland-sys
Version: 0.29.5
Version: 0.30.1
Release: %autorelease
Summary: FFI bindings to the various libwayland-*.so libraries
@ -16,15 +16,16 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
FFI bindings to the various libwayland-*.so libraries. You should only need
this crate if you are working on custom wayland protocol extensions. Look at
the crate wayland-client for usable bindings.}
FFI bindings to the various libwayland-*.so libraries. You should only
need this crate if you are working on custom wayland protocol
extensions. Look at the crate wayland-client for usable bindings.}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
Requires: wayland-devel
%description devel %{_description}
@ -33,13 +34,13 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE.txt
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
BuildArch: noarch
Requires: wayland-devel
%description -n %{name}+default-devel %{_description}
@ -75,18 +76,6 @@ use the "cursor" feature of the "%{crate}" crate.
%files -n %{name}+cursor-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dlib-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+dlib-devel %{_description}
This package contains library source intended for building other packages which
use the "dlib" feature of the "%{crate}" crate.
%files -n %{name}+dlib-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dlopen-devel
Summary: %{summary}
BuildArch: noarch

@ -1,5 +1,5 @@
[DEFAULT]
lib+default.requires =
lib.requires =
wayland-devel
lib+client.requires =
pkgconfig(wayland-client)

@ -1 +1 @@
SHA512 (wayland-sys-0.29.5.crate) = ec99802c44e75840e029b771fcdfb57ba4f0e0f143b012f91eaf661ccedf4eb82122950fec25c6692f24c0f7c123e697e7cca890131f04bc8bb4b670485b2191
SHA512 (wayland-sys-0.30.1.crate) = a34b759c6360728339a0416d546f9e22df8423dc0141a0379b76ffbbe7004a25ae27972ec246353115bd16e9cbdb531f844f650a314fa68066cda4ddd097ed39

Loading…
Cancel
Save