Rebuilt to add -devel subpackage to CRB

Resolves: #2059251
This commit is contained in:
Michael Catanzaro 2022-03-09 13:41:11 -06:00
parent ea272fff9c
commit 52825d4a97

View File

@ -1,6 +1,6 @@
Name: libwpe
Version: 1.10.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: General-purpose library for the WPE-flavored port of WebKit
License: BSD
URL: https://github.com/WebPlatformForEmbedded/%{name}
@ -47,6 +47,10 @@ files for developing applications that use %{name}.
%{_libdir}/pkgconfig/wpe-1.0.pc
%changelog
* Wed Mar 09 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 1.10.0-4
- Rebuilt to add -devel subpackage to CRB
Resolves: #2059251
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.10.0-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688