Accepting request 21402 from X11:XOrg
Copy from X11:XOrg/libdrm based on submit request 21402 from user sndirsch OBS-URL: https://build.opensuse.org/request/show/21402 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdrm?expand=0&rev=16
This commit is contained in:
parent
8c7b8d7d3b
commit
f17acfeb63
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5e07ec4b644f50160900d4281a74dd1cbf1535cfe4ab24e0c28ae5b038836a8c
|
|
||||||
size 407127
|
|
3
libdrm-2.4.14.tar.bz2
Normal file
3
libdrm-2.4.14.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a3f5cc114cff3122e58b33740d5f80d589dc7811ac24d196d0678ba9f3676287
|
||||||
|
size 414231
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 29 20:56:36 CEST 2009 - sndirsch@suse.de
|
||||||
|
|
||||||
|
- libdrm 2.4.14
|
||||||
|
* intel: adds support for G41, B43 and Ironlake
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 16 03:05:19 CEST 2009 - sndirsch@suse.de
|
Sat May 16 03:05:19 CEST 2009 - sndirsch@suse.de
|
||||||
|
|
||||||
|
116
libdrm.spec
116
libdrm.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libdrm (Version 2.4.11)
|
# spec file for package libdrm (Version 2.4.14)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -21,7 +21,7 @@
|
|||||||
Name: libdrm
|
Name: libdrm
|
||||||
BuildRequires: glibc-devel pkgconfig xorg-x11-proto-devel
|
BuildRequires: glibc-devel pkgconfig xorg-x11-proto-devel
|
||||||
Url: http://dri.sf.net
|
Url: http://dri.sf.net
|
||||||
License: X11/MIT
|
License: MIT License (or similar)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Provides: libdrm23
|
Provides: libdrm23
|
||||||
@ -31,7 +31,7 @@ Obsoletes: libdrm23
|
|||||||
Obsoletes: libdrm-64bit
|
Obsoletes: libdrm-64bit
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 2.4.11
|
Version: 2.4.14
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Userspace Interface for Kernel DRM Services
|
Summary: Userspace Interface for Kernel DRM Services
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -70,7 +70,7 @@ Authors:
|
|||||||
Torsten Duwe <duwe@caldera.de>
|
Torsten Duwe <duwe@caldera.de>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: X11/MIT
|
License: MIT License (or similar)
|
||||||
Summary: Libraries, includes and more to develop libdrm applications
|
Summary: Libraries, includes and more to develop libdrm applications
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: libdrm = %{version}
|
Requires: libdrm = %{version}
|
||||||
@ -158,111 +158,3 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%exclude %{_libdir}/libdrm_nouveau.la
|
%exclude %{_libdir}/libdrm_nouveau.la
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat May 16 2009 sndirsch@suse.de
|
|
||||||
- libdrm 2.4.11
|
|
||||||
* Two releases in one, so twice the usual tiny amount of changes.
|
|
||||||
Both of the new libdrm_intel interfaces enable KMS fixes in the
|
|
||||||
Intel 2D driver.
|
|
||||||
- enabled build of Nouveau's experimental API
|
|
||||||
* Sat Apr 18 2009 sndirsch@suse.de
|
|
||||||
- libdrm 2.4.9
|
|
||||||
* Aka, the "kick jbarnes" release. Not only did I push the
|
|
||||||
broken speedup patch but I flubbed the version bump, so we get
|
|
||||||
to go from 2.4.7 to 2.4.9. Yay for me.
|
|
||||||
* Fri Apr 10 2009 sndirsch@suse.de
|
|
||||||
- libdrm 2.4.7
|
|
||||||
* quick follow on release to 2.4.6 to fix an embarrasing
|
|
||||||
build problem in the test suite when libudev is not available.
|
|
||||||
- obsoletes libdrm-commit-1faab66.diff
|
|
||||||
* Tue Apr 07 2009 sndirsch@suse.de
|
|
||||||
- libdrm 2.4.6
|
|
||||||
* various fixes
|
|
||||||
- libdrm-commit-1faab66.diff
|
|
||||||
* fixes build of 2.4.6
|
|
||||||
* Wed Feb 25 2009 sndirsch@suse.de
|
|
||||||
- libdrm 2.4.5
|
|
||||||
* Fri Jan 23 2009 sndirsch@suse.de
|
|
||||||
- Provides/Obsolete: libdrm23, i.e. get rid of confusing SLE10
|
|
||||||
packages (bnc #468796)
|
|
||||||
* Wed Jan 07 2009 olh@suse.de
|
|
||||||
- obsolete old -XXbit packages (bnc#437293)
|
|
||||||
* Fri Oct 31 2008 sndirsch@suse.de
|
|
||||||
- libdrm 2.4.1
|
|
||||||
* New libdrm release to fix the symbol name collision between
|
|
||||||
Mesa 7.2 and libdrm_intel. Also includes a fix for deadlock
|
|
||||||
in non-GEM 2D, and support for aperture size checking in GEM.
|
|
||||||
* Changes since commit a59ea02
|
|
||||||
- intel: Rename dri_ and intel_ symbols to drm_intel_.
|
|
||||||
- intel: Add dri_bufmgr_check_aperture support for bufmgr_gem.
|
|
||||||
- nv50: symlink nv50_grctx.h to linux-core...
|
|
||||||
- nv50: move context-related tables a separate header file
|
|
||||||
- drm: missing init_mm symbol, compatibility fix
|
|
||||||
- i915: Since FreeBSD doesn't have gem support yet, don't
|
|
||||||
advertise it.
|
|
||||||
- radeon: fix error in busmaster enable logic
|
|
||||||
- radeon: fix some fallout from the busmaster disable cleanup
|
|
||||||
- drm/i915: fix ioremap of a user address for non-root
|
|
||||||
(CVE-2008-3831)
|
|
||||||
- intel: Also total child_size of the target_bos. Partial fix
|
|
||||||
[#17964].
|
|
||||||
- [FreeBSD] We should use dev2unit() rather than minor()
|
|
||||||
- [FreeBSD] This check isn't correct and causes at least mga
|
|
||||||
to lockup.
|
|
||||||
* Tue Oct 21 2008 sndirsch@suse.de
|
|
||||||
- update to git commit a59ea02 (=2.4.1, Intel-2008-Q3-RC5)
|
|
||||||
* avoid deadlock in intel_bufmgr_fake.
|
|
||||||
* ioctl is not defined to return -errno. Don't count on ioctl
|
|
||||||
returning -errno; use errno directly.
|
|
||||||
* Sun Oct 19 2008 sndirsch@suse.de
|
|
||||||
- libdrm 2.4.0 finally available
|
|
||||||
* Thu Oct 09 2008 sndirsch@suse.de
|
|
||||||
- updated to git commit ce40261, which is required by latest
|
|
||||||
xf86-video-intel driver (Intel-2008-Q3-RC3)
|
|
||||||
* Fri Sep 26 2008 sndirsch@suse.de
|
|
||||||
- updated to git commit 2db8e0c, which is required by latest
|
|
||||||
xf86-video-intel driver (Intel-2008-Q3-RC2)
|
|
||||||
* Wed Sep 24 2008 sndirsch@suse.de
|
|
||||||
- updated to git commit 973c634, which is required by latest
|
|
||||||
xf86-video-intel driver (Intel-2008-Q3-RC1)
|
|
||||||
* Sun Aug 17 2008 sndirsch@suse.de
|
|
||||||
- updated to 2.4.0 prerelease (git commit a5381ca)
|
|
||||||
* Fri Jul 04 2008 sndirsch@suse.de
|
|
||||||
- updated to release 2.3.1
|
|
||||||
* Thu Apr 10 2008 ro@suse.de
|
|
||||||
- added baselibs.conf file to build xxbit packages
|
|
||||||
for multilib support
|
|
||||||
* Thu Dec 27 2007 crrodriguez@suse.de
|
|
||||||
- fix library-without-ldconfig-postun warning
|
|
||||||
- libdrm.la had an empty dependency_libs, removed.
|
|
||||||
* Sat Dec 02 2006 sndirsch@suse.de
|
|
||||||
- updated to 2.3.0 (required by X.Org (Server) 7.2 RC3)
|
|
||||||
* Fri Jul 28 2006 sndirsch@suse.de
|
|
||||||
- use "-fno-strict-aliasing"
|
|
||||||
* Thu Jul 27 2006 sndirsch@suse.de
|
|
||||||
- use $RPM_OPT_FLAGS
|
|
||||||
* Wed Jun 28 2006 sndirsch@suse.de
|
|
||||||
- updated to 2.0.2
|
|
||||||
* various bugfixes in libdrm
|
|
||||||
* Wed Jun 21 2006 sndirsch@suse.de
|
|
||||||
- updated to current CVS (2006-06-21)
|
|
||||||
* Sat Apr 15 2006 sndirsch@suse.de
|
|
||||||
- updated to 2.0.1
|
|
||||||
* various bugfixes in libdrm
|
|
||||||
* Sat Feb 04 2006 aj@suse.de
|
|
||||||
- xorg-x11-devel is not needed for build.
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Fri Dec 23 2005 mls@suse.de
|
|
||||||
- Require main package in devel subpackage
|
|
||||||
* Wed Nov 30 2005 sndirsch@suse.de
|
|
||||||
- update to 2.0 branch (2005-11-30)
|
|
||||||
* Tue Nov 01 2005 sndirsch@suse.de
|
|
||||||
- updated to 1.0.5 (version Bump for new via header)
|
|
||||||
* Sat Oct 29 2005 sndirsch@suse.de
|
|
||||||
- call ldconfig in %%post
|
|
||||||
* Tue Oct 25 2005 sndirsch@suse.de
|
|
||||||
- updated to CVS 051025 (required for Mesa 6.4)
|
|
||||||
* Tue Oct 04 2005 sndirsch@suse.de
|
|
||||||
- added libdrm.so to filelist
|
|
||||||
* Sun Oct 02 2005 sndirsch@suse.de
|
|
||||||
- created package
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user