forked from pool/libglvnd
Accepting request 500985 from X11:XOrg
1 OBS-URL: https://build.opensuse.org/request/show/500985 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libglvnd?expand=0&rev=5
This commit is contained in:
commit
990aad3d5a
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/NVIDIA/libglvnd.git</param>
|
<param name="url">https://github.com/NVIDIA/libglvnd.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionformat">0.1.1~%cd~%h</param>
|
<param name="versionformat">0.1.2~%cd~%h</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/NVIDIA/libglvnd.git</param>
|
<param name="url">https://github.com/NVIDIA/libglvnd.git</param>
|
||||||
<param name="changesrevision">7067ba11c58f6f95a3b1bc1a3ebe342ce806fcde</param></service></servicedata>
|
<param name="changesrevision">6bcecd8f330f92e8033819f9c99e87e4e7519eb1</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:62de70a03bd5c6399861e13e500be6d53e4c82f65b9a7dfbae8744a9eae8cd65
|
|
||||||
size 824019
|
|
3
libglvnd-0.1.2~20170427~6bcecd8.tar.gz
Normal file
3
libglvnd-0.1.2~20170427~6bcecd8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9c433a6847cc05c69240f876bc3dd04879dc01e24afb4fe763ba3ba671c85b46
|
||||||
|
size 831374
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 1 11:37:20 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.1.2~20170427~6bcecd8:
|
||||||
|
* Print out $host_cpu when undetected, for easier debugging.
|
||||||
|
* Fix compile errors.
|
||||||
|
* armv7: make sure asm is compiled in unified syntax mode.
|
||||||
|
* Treat armv7hl as armv7l.
|
||||||
|
* tests: Expand the unit tests for libGLdispatch.
|
||||||
|
* GLdispatch: Minor cleanup of the x86-64 TLS stubs.
|
||||||
|
* GLdispatch: Add support for x32.
|
||||||
|
* Shorten the generated x86-64 TLS stubs.
|
||||||
|
* GLX: Fix GLX entrypoint generation for x32.
|
||||||
|
* tests: Add support for x32.
|
||||||
|
* GLdispatch: Remove the ".syntax divided" directive for ARMv7.
|
||||||
|
* Update the README file.
|
||||||
|
* GLdispatch: Fix TEXTREL in the ARMv7 TSD stubs.
|
||||||
|
* GLdispatch: Improve the documentation in entry_arm7_tsd.c.
|
||||||
|
* Makefile and structural changes for ppc64le support.
|
||||||
|
* GLdispatch: Implement the TSD dispatch stubs for PPC64LE.
|
||||||
|
* GLdispatch: Implement the TLS dispatch stubs for PPC64LE.
|
||||||
|
* GLX: Implement GLX dispatch stubs for PPC64LE.
|
||||||
|
* tests: Fill in the ASM code in the template in patch_ppc64le().
|
||||||
|
* GLX: Add cache-flushing sequence to the generated GLX stubs.
|
||||||
|
* GLdispatch: Rename entry_x86_64_common.c to entry_simple_asm.c.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 1 11:15:20 UTC 2017 - alarrosa@suse.com
|
Thu Jun 1 11:15:20 UTC 2017 - alarrosa@suse.com
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: libglvnd
|
Name: libglvnd
|
||||||
Version: 0.1.1~20161222~dc16f8c
|
Version: 0.1.2~20170427~6bcecd8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The GL Vendor-Neutral Dispatch library
|
Summary: The GL Vendor-Neutral Dispatch library
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user