#2 Update to version 0.28.1
Merged 3 years ago by decathorpe. Opened 3 years ago by returntrip.
rpms/ returntrip/rust-wayland-sys master  into  master

file modified
+1
@@ -1,2 +1,3 @@ 

  /wayland-sys-0.26.6.crate

  /wayland-sys-0.28.0.crate

+ /wayland-sys-0.28.1.crate

file modified
+4 -1
@@ -5,7 +5,7 @@ 

  %global crate wayland-sys

  

  Name:           rust-%{crate}

- Version:        0.28.0

+ Version:        0.28.1

  Release:        1%{?dist}

  Summary:        FFI bindings to the various libwayland-*.so libraries

  
@@ -169,6 +169,9 @@ 

  %endif

  

  %changelog

+ * Thu Oct 15 2020 Stefano Figura <stefano@figura.im> - 0.28.1-1

+ - Update to version 0.28.1.

+ 

  * Sun Oct 04 2020 Fabio Valentini <decathorpe@gmail.com> - 0.28.0-1

  - Update to version 0.28.0.

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (wayland-sys-0.28.0.crate) = 970195152b674ebe78a4e011f56779a1ac05272f28cdf264212968a85493a6a62209942271188fa640d60521db281f284d75962f85a401dbc4a61dba68831010

+ SHA512 (wayland-sys-0.28.1.crate) = 7563e78453b752a185578d75153a313749ef70cfb8892aec1d995258887bc756a10a317eb8290967dedd62901d89338c7091437eadfee902893fc55fc22f677f

  • Update to version 0.28.1 in order to package wayland-egl and also to update several other dependencies for glutin

Pull-Request has been merged by decathorpe

3 years ago