Update to 2021.0

Fix changelog
Close: rhbz#1952332
This commit is contained in:
Robert-André Mauchin 2021-05-30 11:30:10 +02:00
parent 719bd557e2
commit 350f8f9131

View File

@ -11,7 +11,7 @@
Name: shaderc
Version: 2021.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A collection of tools, libraries, and tests for Vulkan shader compilation
License: ASL 2.0
@ -126,6 +126,11 @@ sed -i 's|SPIRV/GlslangToSpv.h|glslang/SPIRV/GlslangToSpv.h|' libshaderc_util/sr
%{_libdir}/pkgconfig/shaderc_combined.pc
%changelog
* Sun May 30 11:26:42 CEST 2021 Robert-André Mauchin <zebob.m@gmail.com> - 2021.0-2
- Update to 2021.0
- Fix changelog
- Close: rhbz#1952332
* Fri Mar 5 13:43:44 CET 2021 Robert-André Mauchin <zebob.m@gmail.com> - 2020.5-1
- Update to 2020.5
- Close: rhbz#1931006