Update to 0.31.0 (rhbz#2156602)

epel10
Aleksei Bavshin 1 year ago
parent a71c79b15a
commit 2e1135988f
No known key found for this signature in database
GPG Key ID: 4F071603387A382A

1
.gitignore vendored

@ -8,3 +8,4 @@
/wayland-cursor-0.28.6.crate
/wayland-cursor-0.29.4.crate
/wayland-cursor-0.29.5.crate
/wayland-cursor-0.31.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate wayland-cursor
Name: rust-wayland-cursor
Version: 0.29.5
Version: 0.31.0
Release: %autorelease
Summary: Bindings to libwayland-cursor
@ -13,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/wayland-cursor
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Bindings to libwayland-cursor.}
@ -31,6 +31,7 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE.txt
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
@ -47,7 +48,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (wayland-cursor-0.29.5.crate) = 3308fdd4e6819867b2ba00c4d612deeab9636db6d3363f7496ea6eaec4b14da5ff12975216f2b01214d8f26a4bf36163b72540d227aa4fd267746a97ca27b111
SHA512 (wayland-cursor-0.31.0.crate) = 3aa0852e3204e5abcac0131f765016557b96eee348f9f1cfc8a98eacdb7ee7547e3ab4f11bcb7d19e0ab054ce9b0b4e1ea619b175135e3af75ee73cee99429bc

Loading…
Cancel
Save