Update to a newer git snapshot

This commit is contained in:
Richard Hughes 2012-04-24 14:34:58 +01:00
parent 4f8585d3b6
commit 5e34c634cb
3 changed files with 16 additions and 15 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ libdrm-20100612.tar.bz2
/libdrm-2.4.31.tar.bz2 /libdrm-2.4.31.tar.bz2
/libdrm-2.4.32.tar.bz2 /libdrm-2.4.32.tar.bz2
/libdrm-2.4.33.tar.bz2 /libdrm-2.4.33.tar.bz2
/libdrm-20120424.tar.bz2

View File

@ -1,14 +1,14 @@
#define gitdate 20110106 %define gitdate 20120424
Summary: Direct Rendering Manager runtime library Summary: Direct Rendering Manager runtime library
Name: libdrm Name: libdrm
Version: 2.4.33 Version: 2.4.34
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
Requires: udev Requires: udev
@ -51,15 +51,15 @@ Group: Development/Tools
Utility programs for the kernel DRM interface. Will void your warranty. Utility programs for the kernel DRM interface. Will void your warranty.
%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 .check %patch5 -p1 -b .check
%build %build
autoreconf -v --install || exit 1 autoreconf -v --install || exit 1
%configure --enable-udev --enable-nouveau-experimental-api --enable-libkms %configure --enable-udev --enable-libkms
make %{?_smp_mflags} make %{?_smp_mflags}
pushd tests pushd tests
make %{?smp_mflags} `make check-programs` make %{?smp_mflags} `make check-programs`
@ -100,8 +100,8 @@ done
%endif %endif
%{_libdir}/libdrm_radeon.so.1 %{_libdir}/libdrm_radeon.so.1
%{_libdir}/libdrm_radeon.so.1.0.0 %{_libdir}/libdrm_radeon.so.1.0.0
%{_libdir}/libdrm_nouveau.so.1 %{_libdir}/libdrm_nouveau.so.2
%{_libdir}/libdrm_nouveau.so.1.0.0 %{_libdir}/libdrm_nouveau.so.2.0.0
/lib/udev/rules.d/91-drm-modeset.rules /lib/udev/rules.d/91-drm-modeset.rules
%files -n drm-utils %files -n drm-utils
@ -145,11 +145,8 @@ done
%{_includedir}/libdrm/radeon_cs_int.h %{_includedir}/libdrm/radeon_cs_int.h
%{_includedir}/libdrm/radeon_surface.h %{_includedir}/libdrm/radeon_surface.h
%{_includedir}/libdrm/r600_pci_ids.h %{_includedir}/libdrm/r600_pci_ids.h
%{_includedir}/libdrm/nouveau_drmif.h %{_includedir}/libdrm/nouveau.h
%{_includedir}/libdrm/*_drm.h %{_includedir}/libdrm/*_drm.h
%dir %{_includedir}/nouveau
%{_includedir}/nouveau/nouveau_*.h
%{_includedir}/nouveau/nv*_pushbuf.h
%{_libdir}/libdrm.so %{_libdir}/libdrm.so
%{_libdir}/libkms.so %{_libdir}/libkms.so
%ifarch %{ix86} x86_64 ia64 %ifarch %{ix86} x86_64 ia64
@ -166,6 +163,9 @@ done
%{_libdir}/pkgconfig/libkms.pc %{_libdir}/pkgconfig/libkms.pc
%changelog %changelog
* Tue Apr 24 2012 Richard Hughes <rhughes@redhat.com> - 2.4.34-0.1.20120424
- Update to a newer git snapshot
* Sat Mar 31 2012 Dave Airlie <airlied@redhat.com> 2.4.33-1 * Sat Mar 31 2012 Dave Airlie <airlied@redhat.com> 2.4.33-1
- libdrm 2.4.33 - libdrm 2.4.33
- drop libdrm-2.4.32-tn-surface.patch - drop libdrm-2.4.32-tn-surface.patch

View File

@ -1 +1 @@
eb2a76720af5051b1687328a2240daed libdrm-2.4.33.tar.bz2 97744f88463239e984f8629946cf3111 libdrm-20120424.tar.bz2