From c34659bea75294641685b426591af293e299472a9c7467af0e6addb1b2a70487 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sat, 30 Sep 2017 10:51:30 +0000 Subject: [PATCH] Accepting request 530120 from home:jengelh:branches:X11:XOrg - Remove --with-pic which has no effect on shared-only builds. Rectify SRPM group. OBS-URL: https://build.opensuse.org/request/show/530120 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=244 --- libdrm.changes | 6 ++++++ libdrm.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libdrm.changes b/libdrm.changes index c9a927e..92069a1 100644 --- a/libdrm.changes +++ b/libdrm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Sep 30 09:45:21 UTC 2017 - jengelh@inai.de + +- Remove --with-pic which has no effect on shared-only builds. + Rectify SRPM group. + ------------------------------------------------------------------- Fri Aug 25 09:26:15 UTC 2017 - sndirsch@suse.com diff --git a/libdrm.spec b/libdrm.spec index a7b7561..eab7b2d 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -21,7 +21,7 @@ Version: 2.4.83 Release: 0 Summary: Userspace Interface for Kernel DRM Services License: MIT -Group: System/Libraries +Group: Development/Libraries/X11 Url: http://dri.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/git/mesa/drm #Git-Web: http://cgit.freedesktop.org/mesa/drm/ @@ -184,7 +184,7 @@ Group: System/Libraries %build export CFLAGS="%{optflags} -fno-strict-aliasing" autoreconf -fi -%configure --with-pic \ +%configure \ %ifnarch %{ix86} x86_64 ppc ppc64 ppc64le s390x %{arm} --disable-valgrind \ %else