Update the description to reflect dropping the OpenGL backend.
This commit is contained in:
parent
043985cdc8
commit
490d6dee0e
11
cairo.spec
11
cairo.spec
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: cairo
|
Name: cairo
|
||||||
Version: 1.15.10
|
Version: 1.15.10
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: A 2D graphics library
|
Summary: A 2D graphics library
|
||||||
|
|
||||||
License: LGPLv2 or MPLv1.1
|
License: LGPLv2 or MPLv1.1
|
||||||
@ -38,12 +38,10 @@ BuildRequires: mesa-libEGL-devel
|
|||||||
%description
|
%description
|
||||||
Cairo is a 2D graphics library designed to provide high-quality display
|
Cairo is a 2D graphics library designed to provide high-quality display
|
||||||
and print output. Currently supported output targets include the X Window
|
and print output. Currently supported output targets include the X Window
|
||||||
System, OpenGL (via glitz), in-memory image buffers, and image files (PDF,
|
System, in-memory image buffers, and image files (PDF, PostScript, and SVG).
|
||||||
PostScript, and SVG).
|
|
||||||
|
|
||||||
Cairo is designed to produce consistent output on all output media while
|
Cairo is designed to produce consistent output on all output media while
|
||||||
taking advantage of display hardware acceleration when available (e.g.
|
taking advantage of display hardware acceleration when available.
|
||||||
through the X Render Extension or OpenGL).
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for cairo
|
Summary: Development files for cairo
|
||||||
@ -175,6 +173,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
|||||||
%{_libdir}/cairo/
|
%{_libdir}/cairo/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 19 2018 Adam Jackson <ajax@redhat.com> - 1.15.10-5
|
||||||
|
- Update the description to reflect dropping the OpenGL backend.
|
||||||
|
|
||||||
* Thu Mar 15 2018 Adam Jackson <ajax@redhat.com> - 1.15.10-4
|
* Thu Mar 15 2018 Adam Jackson <ajax@redhat.com> - 1.15.10-4
|
||||||
- Drop cairo-gl in RHEL too.
|
- Drop cairo-gl in RHEL too.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user