- Update to version 0.9.9
* Fix request length calculation for XRenderCompositeText32 * Remove fallback for _XEatDataWords, require libX11 1.6 for it OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXrender?expand=0&rev=12
This commit is contained in:
parent
2733cb7500
commit
650e12ba81
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1d14b02f0060aec5d90dfdcf16a996f17002e515292906ed26e3dcbba0f4fc62
|
|
||||||
size 306121
|
|
3
libXrender-0.9.9.tar.bz2
Normal file
3
libXrender-0.9.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fc2fe57980a14092426dffcd1f2d9de0987b9d40adea663bd70d6342c0e9be1a
|
||||||
|
size 306255
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 4 14:23:51 UTC 2015 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.9.9
|
||||||
|
* Fix request length calculation for XRenderCompositeText32
|
||||||
|
* Remove fallback for _XEatDataWords, require libX11 1.6 for it
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 14 12:25:29 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
|
Fri Jun 14 12:25:29 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libXrender
|
# spec file for package libXrender
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libXrender
|
Name: libXrender
|
||||||
%define lname libXrender1
|
%define lname libXrender1
|
||||||
Version: 0.9.8
|
Version: 0.9.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X Rendering Extension library
|
Summary: X Rendering Extension library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -28,6 +28,7 @@ Url: http://cgit.freedesktop.org/xorg/lib/libXrender/
|
|||||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXrender
|
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXrender
|
||||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXrender/
|
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXrender/
|
||||||
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
|
Source1: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user