This commit is contained in:
parent
32c9971cd6
commit
e7e630c66c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ba5adedc37da835a5c9e5a5d457dce13feead64fc364bc4719c41720ca0a3c50
|
|
||||||
size 235234
|
|
3
libXrandr-1.2.0.tar.bz2
Normal file
3
libXrandr-1.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3ab7b69a34172993d4e6fe47f222f60000099dd1aef28c57a291fca702d35704
|
||||||
|
size 220762
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 21 18:34:06 CET 2007 - sndirsch@suse.de
|
||||||
|
|
||||||
|
- updated libXrandr to release 1.2.0
|
||||||
|
* Merge branch 'randr-1.2'
|
||||||
|
* Add support for various output property requests.
|
||||||
|
* Return the right actual property type for XRRGetOutputProperty.
|
||||||
|
* Return a valid property info even if we lack valid value sets.
|
||||||
|
* Start update to 1.2, splitting code across multiple files.
|
||||||
|
* XRRGetScreenSizeRange returns Status. Lots more requests added.
|
||||||
|
* Add mode origins and output options.
|
||||||
|
* Remove mode origins. Add preferred mode count.
|
||||||
|
* Moving physical size from mode to output.
|
||||||
|
* Remove RandR output options.
|
||||||
|
* Change properties to have a pending value and report valid values.
|
||||||
|
* Add initial implementation of crtc gamma and mode adding requests.
|
||||||
|
* Failed to copy rotations from reply to XRRCrtcInfo.
|
||||||
|
* Avoid nested LockDisplay calls.
|
||||||
|
* Fix read sizes for 64-bit machines.
|
||||||
|
* Merge 64-bit fixes in
|
||||||
|
* Must pass size information in SetCrtcGamma request.
|
||||||
|
* Reset version from 1.2.0.0 to 1.2.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 23 18:00:09 CET 2007 - sndirsch@suse.de
|
Tue Jan 23 18:00:09 CET 2007 - sndirsch@suse.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ Provides: libXaw.so.8 libXaw.so.7 libXaw.so.6
|
|||||||
%endif
|
%endif
|
||||||
URL: http://xorg.freedesktop.org/
|
URL: http://xorg.freedesktop.org/
|
||||||
Version: 7.2
|
Version: 7.2
|
||||||
Release: 37
|
Release: 40
|
||||||
License: X11/MIT
|
License: X11/MIT
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -40,7 +40,7 @@ Source12: libXft-2.1.12.tar.bz2
|
|||||||
Source13: libXi-1.0.2.tar.bz2
|
Source13: libXi-1.0.2.tar.bz2
|
||||||
Source14: libXinerama-X11R7.0-1.0.1.tar.bz2
|
Source14: libXinerama-X11R7.0-1.0.1.tar.bz2
|
||||||
Source15: libXprintAppUtil-X11R7.0-1.0.1.tar.bz2
|
Source15: libXprintAppUtil-X11R7.0-1.0.1.tar.bz2
|
||||||
Source16: libXrandr-1.1.2.tar.bz2
|
Source16: libXrandr-1.2.0.tar.bz2
|
||||||
Source17: libXtst-X11R7.0-1.0.1.tar.bz2
|
Source17: libXtst-X11R7.0-1.0.1.tar.bz2
|
||||||
Source18: libXvMC-1.0.4.tar.bz2
|
Source18: libXvMC-1.0.4.tar.bz2
|
||||||
Source19: libXxf86dga-X11R7.1-1.0.1.tar.bz2
|
Source19: libXxf86dga-X11R7.1-1.0.1.tar.bz2
|
||||||
@ -211,7 +211,27 @@ exit 0
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog -n xorg-x11-libs
|
%changelog
|
||||||
|
* Wed Feb 21 2007 - sndirsch@suse.de
|
||||||
|
- updated libXrandr to release 1.2.0
|
||||||
|
* Merge branch 'randr-1.2'
|
||||||
|
* Add support for various output property requests.
|
||||||
|
* Return the right actual property type for XRRGetOutputProperty.
|
||||||
|
* Return a valid property info even if we lack valid value sets.
|
||||||
|
* Start update to 1.2, splitting code across multiple files.
|
||||||
|
* XRRGetScreenSizeRange returns Status. Lots more requests added.
|
||||||
|
* Add mode origins and output options.
|
||||||
|
* Remove mode origins. Add preferred mode count.
|
||||||
|
* Moving physical size from mode to output.
|
||||||
|
* Remove RandR output options.
|
||||||
|
* Change properties to have a pending value and report valid values.
|
||||||
|
* Add initial implementation of crtc gamma and mode adding requests.
|
||||||
|
* Failed to copy rotations from reply to XRRCrtcInfo.
|
||||||
|
* Avoid nested LockDisplay calls.
|
||||||
|
* Fix read sizes for 64-bit machines.
|
||||||
|
* Merge 64-bit fixes in
|
||||||
|
* Must pass size information in SetCrtcGamma request.
|
||||||
|
* Reset version from 1.2.0.0 to 1.2.0
|
||||||
* Tue Jan 23 2007 - sndirsch@suse.de
|
* Tue Jan 23 2007 - sndirsch@suse.de
|
||||||
- bug233919-libXaw.diff:
|
- bug233919-libXaw.diff:
|
||||||
* fixes buffer overflow in xedit (Bug #233919)
|
* fixes buffer overflow in xedit (Bug #233919)
|
||||||
|
Loading…
Reference in New Issue
Block a user