From 6bbd425a34182f697a115a5d30835439640e88f4 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Oct 15 2020 18:01:37 +0000 Subject: update to version 0.28.1 --- diff --git a/.gitignore b/.gitignore index 54ed6cc..22d0e0b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /wayland-server-0.26.6.crate /wayland-server-0.28.0.crate +/wayland-server-0.28.1.crate diff --git a/rust-wayland-server.spec b/rust-wayland-server.spec index 5709e3b..40bdc2a 100644 --- a/rust-wayland-server.spec +++ b/rust-wayland-server.spec @@ -5,7 +5,7 @@ %global crate wayland-server Name: rust-%{crate} -Version: 0.28.0 +Version: 0.28.1 Release: 1%{?dist} Summary: Bindings to the standard C implementation of the wayland protocol, server side @@ -131,6 +131,9 @@ which use "use_system_lib" feature of "%{crate}" crate. %endif %changelog +* Thu Oct 15 2020 Fabio Valentini - 0.28.1-1 +- Update to version 0.28.1. + * Sun Oct 04 2020 Fabio Valentini - 0.28.0-1 - Update to version 0.28.0. diff --git a/sources b/sources index b5d3572..770c574 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wayland-server-0.28.0.crate) = 701b5da686b24c21063e730fce2a55fa5eca25e2bee13fdf8781d757110ff98e5783e3dab88b2c88ef3d8f5222ddcbaea577deba4f844e6d228540ceaf36ae1a +SHA512 (wayland-server-0.28.1.crate) = a7c841059abf165806622c8e0e236b71f8a0d88b8123b3e55cc4a953695f83fa798fdc7a5aca17623b48700007974c9ff4a15b9fe138429dcb5aeb294fa34fcf diff --git a/wayland-server-fix-metadata.diff b/wayland-server-fix-metadata.diff deleted file mode 100644 index 16dcb99..0000000 --- a/wayland-server-fix-metadata.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- wayland-server-0.26.6/Cargo.toml 2020-05-23T21:02:32+00:00 -+++ wayland-server-0.26.6/Cargo.toml 2020-09-11T23:14:55.535978+00:00 -@@ -40,7 +40,7 @@ - version = "0.17" - - [dependencies.parking_lot] --version = "0.10" -+version = "0.11" - optional = true - - [dependencies.scoped-tls]