- rebase to pre-snapshot of 2.4.16
This commit is contained in:
parent
d90e5b9e6a
commit
ba50b0cda8
@ -1 +1 @@
|
|||||||
libdrm-2.4.14.tar.bz2
|
libdrm-20091201.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -up libdrm-20080814/libdrm/xf86drm.c.no-bc libdrm-20080814/libdrm/xf86drm.c
|
diff -up libdrm-20080814/xf86drm.c.no-bc libdrm-20080814/xf86drm.c
|
||||||
--- libdrm-20080814/libdrm/xf86drm.c.no-bc 2008-08-14 15:43:09.000000000 +1000
|
--- libdrm-20080814/xf86drm.c.no-bc 2008-08-14 15:43:09.000000000 +1000
|
||||||
+++ libdrm-20080814/libdrm/xf86drm.c 2008-08-14 15:45:09.000000000 +1000
|
+++ libdrm-20080814/xf86drm.c 2008-08-14 15:45:09.000000000 +1000
|
||||||
@@ -396,11 +396,6 @@ int drmAvailable(void)
|
@@ -396,11 +396,6 @@ int drmAvailable(void)
|
||||||
int fd;
|
int fd;
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -up libdrm-20080303/libdrm/xf86drm.h.da libdrm-20080303/libdrm/xf86drm.h
|
diff -up libdrm-20080303/xf86drm.h.da libdrm-20080303/xf86drm.h
|
||||||
--- libdrm-20080303/libdrm/xf86drm.h.da 2008-03-19 15:26:31.000000000 +1000
|
--- libdrm-20080303/xf86drm.h.da 2008-03-19 15:26:31.000000000 +1000
|
||||||
+++ libdrm-20080303/libdrm/xf86drm.h 2008-03-19 15:26:46.000000000 +1000
|
+++ libdrm-20080303/xf86drm.h 2008-03-19 15:26:46.000000000 +1000
|
||||||
@@ -45,7 +45,7 @@
|
@@ -45,7 +45,7 @@
|
||||||
/* Default /dev/dri directory permissions 0755 */
|
/* Default /dev/dri directory permissions 0755 */
|
||||||
#define DRM_DEV_DIRMODE \
|
#define DRM_DEV_DIRMODE \
|
||||||
|
38
libdrm.spec
38
libdrm.spec
@ -1,14 +1,14 @@
|
|||||||
%define gitdate 20090820
|
%define gitdate 20091201
|
||||||
|
|
||||||
Summary: Direct Rendering Manager runtime library
|
Summary: Direct Rendering Manager runtime library
|
||||||
Name: libdrm
|
Name: libdrm
|
||||||
Version: 2.4.14
|
Version: 2.4.16
|
||||||
Release: 1%{?dist}
|
Release: 0.1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://dri.sourceforge.net
|
URL: http://dri.sourceforge.net
|
||||||
Source0: http://dri.freedesktop.org/libdrm/%{name}-%{version}.tar.bz2
|
#Source0: http://dri.freedesktop.org/libdrm/%{name}-%{version}.tar.bz2
|
||||||
#Source0: %{name}-%{gitdate}.tar.bz2
|
Source0: %{name}-%{gitdate}.tar.bz2
|
||||||
Source1: make-git-snapshot.sh
|
Source1: make-git-snapshot.sh
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -27,8 +27,6 @@ Patch3: libdrm-make-dri-perms-okay.patch
|
|||||||
# remove backwards compat not needed on Fedora
|
# remove backwards compat not needed on Fedora
|
||||||
Patch4: libdrm-2.4.0-no-bc.patch
|
Patch4: libdrm-2.4.0-no-bc.patch
|
||||||
|
|
||||||
Patch5: libdrm-page-flip.patch
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Direct Rendering Manager runtime library
|
Direct Rendering Manager runtime library
|
||||||
@ -44,11 +42,10 @@ Requires: pkgconfig
|
|||||||
Direct Rendering Manager development package
|
Direct Rendering Manager development package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
#%setup -q -n %{name}-%{gitdate}
|
%setup -q -n %{name}-%{gitdate}
|
||||||
%setup -q
|
#%setup -q
|
||||||
%patch3 -p1 -b .forceperms
|
%patch3 -p1 -b .forceperms
|
||||||
%patch4 -p1 -b .no-bc
|
%patch4 -p1 -b .no-bc
|
||||||
%patch5 -p1 -b .page-flip
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -v --install || exit 1
|
autoreconf -v --install || exit 1
|
||||||
@ -108,6 +105,27 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/libdrm_nouveau.pc
|
%{_libdir}/pkgconfig/libdrm_nouveau.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 01 2009 Dave Airlie <airlied@redhat.com> 2.4.16-0.1
|
||||||
|
- rebase to pre-snapshot of 2.4.16
|
||||||
|
|
||||||
|
* Sat Nov 28 2009 Dave Airlie <airlied@redhat.com> 2.4.15-6
|
||||||
|
- add new upstream API for drivers.
|
||||||
|
|
||||||
|
* Fri Nov 20 2009 Dave Airlie <airlied@redhat.com> 2.4.15-5
|
||||||
|
- update radeon API to upstream fixes
|
||||||
|
|
||||||
|
* Thu Nov 05 2009 Ben Skeggs <bskeggs@redhat.com> 2.4.15-4
|
||||||
|
- nouveau: improve reloc API to allow better error handling
|
||||||
|
|
||||||
|
* Wed Nov 04 2009 Ben Skeggs <bskeggs@redhat.com> 2.4.15-3
|
||||||
|
- nouveau: drop rendering on floor rather than asserting if flush fails
|
||||||
|
|
||||||
|
* Tue Oct 27 2009 Ben Skeggs <bskeggs@redhat.com> 2.4.15-2
|
||||||
|
- nouveau: retry pushbuf ioctl if interrupted by signal
|
||||||
|
|
||||||
|
* Fri Oct 09 2009 Dave Airlie <airlied@redhat.com> 2.4.15-1
|
||||||
|
- rebase to latest upstream release
|
||||||
|
|
||||||
* Fri Sep 25 2009 Dave Airlie <airlied@redhat.com> 2.4.14-1
|
* Fri Sep 25 2009 Dave Airlie <airlied@redhat.com> 2.4.14-1
|
||||||
- rebase to latest upstream release - drop carried patches
|
- rebase to latest upstream release - drop carried patches
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user