Accepting request 42663 from home:jobermayr:branches:X11:XOrg

Copy from home:jobermayr:branches:X11:XOrg/libdrm via accept of submit request 42663 revision 4.
Request was accepted with message:
reviewed ok.

OBS-URL: https://build.opensuse.org/request/show/42663
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=56
This commit is contained in:
Stefan Dirsch 2010-07-07 14:49:35 +00:00 committed by Git OBS Bridge
parent 0adf35d1f8
commit e9d3b6793f
3 changed files with 16 additions and 9056 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jul 7 00:00:00 CEST 2010 - johannesobermayr@gmx.de
- bnc #620037
* remove libdrm-204c76c.diff (reverse applied)
- silence some RPMLINT warnings
-------------------------------------------------------------------
Thu Jun 24 16:57:19 CEST 2010 - sndirsch@suse.de

View File

@ -24,20 +24,20 @@ Url: http://dri.sf.net
License: MIT License (or similar)
Group: System/Libraries
AutoReqProv: on
Provides: libdrm23
Obsoletes: libdrm23
Version: 2.4.21
Release: 2
Provides: libdrm23 = %{version}
Obsoletes: libdrm23 < %{version}
# bug437293
%ifarch ppc64
Obsoletes: libdrm-64bit
Obsoletes: libdrm-64bit < %{version}
Provides: libdrm-64bit = %{version}
%endif
#
Version: 2.4.21
Release: 1
Summary: Userspace Interface for Kernel DRM Services
Source: %{name}-%{version}-726210f.tar.bz2
Source2: baselibs.conf
Patch: enable_test_tools.diff
Patch1: libdrm-204c76c.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -48,11 +48,12 @@ services.
%package devel
License: MIT License (or similar)
Summary: Libraries, includes and more to develop libdrm applications
Group: System/Libraries
Group: Development/Libraries/X11
Requires: libdrm = %{version} glibc-devel
# bug437293
%ifarch ppc64
Obsoletes: libdrm-devel-64bit
Obsoletes: libdrm-devel-64bit < %{version}
Provides: libdrm-devel-64bit = %{version}
%endif
#
@ -63,7 +64,6 @@ services.
%prep
%setup -q
%patch
%patch1 -p1 -R
%build
autoreconf -fi