Update to 2.4.71 (RHBZ #1381543)

Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
Igor Gnatenko 2016-10-04 14:50:52 +02:00
parent d91d802b44
commit 259b6824e0
2 changed files with 15 additions and 6 deletions

View File

@ -1,7 +1,13 @@
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le s390x armv7hl aarch64
%bcond_without valgrind
%else
%bcond_with valgrind
%endif
Name: libdrm
Summary: Direct Rendering Manager runtime library
Version: 2.4.70
Release: 2%{?dist}
Version: 2.4.71
Release: 1%{?dist}
License: MIT
URL: https://dri.freedesktop.org
@ -16,7 +22,7 @@ Requires: systemd
BuildRequires: libatomic_ops-devel
BuildRequires: libpciaccess-devel
BuildRequires: libxslt docbook-style-xsl
%ifnarch s390 %{mips}
%if %{with valgrind}
BuildRequires: valgrind-devel
%endif
BuildRequires: xorg-x11-util-macros
@ -34,7 +40,7 @@ Direct Rendering Manager runtime library
%package devel
Summary: Direct Rendering Manager development package
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: kernel-headers >= 2.6.27-0.144.rc0.git2.fc10
Requires: kernel-headers
%description devel
Direct Rendering Manager development package.
@ -52,7 +58,7 @@ Utility programs for the kernel DRM interface. Will void your warranty.
%build
autoreconf -vfi
%configure \
%ifarch s390 %{mips}
%if ! %{with valgrind}
--disable-valgrind \
%endif
--disable-vc4 \
@ -220,6 +226,9 @@ rm -f %{buildroot}%{_includedir}/%{name}/{r300_reg.h,via_3d_reg.h}
%{_mandir}/man7/drm*.7*
%changelog
* Tue Oct 04 2016 Igor Gnatenko <ignatenko@redhat.com> - 2.4.71-1
- Update to 2.4.71 (RHBZ #1381543)
* Thu Aug 11 2016 Michal Toman <mtoman@fedoraproject.org> - 2.4.70-2
- No valgrind on MIPS

View File

@ -1 +1 @@
920957cfe25a80efb02be9bd90bf3c1e libdrm-2.4.70.tar.bz2
776bccc84618b616fc57a7143836ae7a libdrm-2.4.71.tar.bz2