Accepting request 232640 from X11:XOrg
fix typos (forwarded request 232623 from tobijk) OBS-URL: https://build.opensuse.org/request/show/232640 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdrm?expand=0&rev=96
This commit is contained in:
commit
8f07b1e982
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b0c28fd2f2b92d2df0a73d1aed88f43cb0dee1267aea6bc52ccb5fca5757a08
|
||||
size 579171
|
3
libdrm-2.4.54.tar.bz2
Normal file
3
libdrm-2.4.54.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d94001ebfbe80e1523d1228ee2df57294698d1c734fad9ccf53efde8932fe4e9
|
||||
size 644930
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 4 22:30:38 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
|
||||
|
||||
- Fix typos in package description
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 2 21:56:08 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
|
||||
|
||||
- Update to version 2.4.54:
|
||||
+ Use signed location for drmModeSetPlane
|
||||
+ nouveau: safen up nouveau_device list usage against concurrent access
|
||||
+ amend previous commit to actually compile
|
||||
+ modetest: add cursor support
|
||||
+ freedreno: add missing fxn prototype
|
||||
+ radeon: add Mullins chip family
|
||||
+ radeon: add Mullins pci ids
|
||||
+ Mark functions printf-like where possible
|
||||
+ intel: Fix some format strings
|
||||
+ libdrm: Remove extraneous parameter
|
||||
+ tests: Use drmFreeVersion() instead of drmFree()
|
||||
+ intel/chv: Add Cherryview PCI IDs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 09:46:48 UTC 2014 - sndirsch@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libdrm
|
||||
Url: http://dri.freedesktop.org/
|
||||
Version: 2.4.53
|
||||
Version: 2.4.54
|
||||
Release: 0
|
||||
Provides: libdrm23 = %{version}
|
||||
Obsoletes: libdrm23 < %{version}
|
||||
@ -88,7 +88,7 @@ Provides: libdrm-devel-64bit = %{version}
|
||||
|
||||
%description devel
|
||||
libdrm is a library for accessing the Direct Rendering Manager on
|
||||
Linux, BSD and other operating systes that support the ioctl
|
||||
Linux, BSD and other operating systems that support the ioctl
|
||||
interface, and for chipsets with DRM memory manager, support for
|
||||
tracking relocations and buffers. libdrm is a low-level library,
|
||||
typically used by graphics drivers such as the Mesa DRI and X
|
||||
@ -103,7 +103,7 @@ Group: System/Libraries
|
||||
|
||||
%description -n libdrm2
|
||||
libdrm is a library for accessing the Direct Rendering Manager on
|
||||
Linux, BSD and other operating systes that support the ioctl
|
||||
Linux, BSD and other operating systems that support the ioctl
|
||||
interface, and for chipsets with DRM memory manager, support for
|
||||
tracking relocations and buffers. libdrm is a low-level library,
|
||||
typically used by graphics drivers such as the Mesa DRI and X
|
||||
@ -244,7 +244,6 @@ rm -f "%buildroot/%_libdir"/*.la
|
||||
%_includedir/xf86drmMode.h
|
||||
%_libdir/libdrm*.so
|
||||
%_libdir/pkgconfig/libdrm*.pc
|
||||
#%_mandir/man3/drm*
|
||||
|
||||
%files -n libdrm2
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
x
Reference in New Issue
Block a user