Accepting request 437738 from home:tobijk:X11:XOrg
- Update to version 0.9.10: + Fix documentation to explicitly mention premultiplied alpha + Avoid OOB write in XRenderQueryFilters + Validate lengths while parsing server data. OBS-URL: https://build.opensuse.org/request/show/437738 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXrender?expand=0&rev=14
This commit is contained in:
parent
650e12ba81
commit
9735f768b4
3
libXrender-0.9.10.tar.bz2
Normal file
3
libXrender-0.9.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c06d5979f86e64cabbde57c223938db0b939dff49fdb5a793a1d3d0396650949
|
||||
size 308318
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc2fe57980a14092426dffcd1f2d9de0987b9d40adea663bd70d6342c0e9be1a
|
||||
size 306255
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 29 00:03:45 UTC 2016 - tobias.johannes.klausmann@mni.thm.de
|
||||
|
||||
- Update to version 0.9.10:
|
||||
+ Fix documentation to explicitly mention premultiplied alpha
|
||||
+ Avoid OOB write in XRenderQueryFilters
|
||||
+ Validate lengths while parsing server data.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 14:23:51 UTC 2015 - sndirsch@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libXrender
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libXrender
|
||||
%define lname libXrender1
|
||||
Version: 0.9.9
|
||||
Version: 0.9.10
|
||||
Release: 0
|
||||
Summary: X Rendering Extension library
|
||||
License: MIT
|
||||
@ -42,8 +42,8 @@ the Render extension.
|
||||
|
||||
%package -n %lname
|
||||
Summary: X Rendering Extension library
|
||||
Group: System/Libraries
|
||||
# O/P added for 12.2
|
||||
Group: System/Libraries
|
||||
Provides: xorg-x11-libXrender = 7.6_%version-%release
|
||||
Obsoletes: xorg-x11-libXrender < 7.6_%version-%release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user