From b469a445d4f17e8a14fe8175556b5b7d46cdd45e625ff8fbe06f583169428264 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sun, 27 Apr 2014 22:11:50 +0000 Subject: [PATCH 1/3] Obsoletes: xorg-x11-proto-devel -> Provides: xorg-x11-proto-devel OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/glu?expand=0&rev=9 --- glu.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glu.spec b/glu.spec index 5534002..8cc0a36 100644 --- a/glu.spec +++ b/glu.spec @@ -1,7 +1,7 @@ # # spec file for package glu # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From f86c1a5da09b1874cf6838697384c95b1275e88358910ff80f4d47ad44794d30 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 27 Oct 2014 08:45:28 +0000 Subject: [PATCH 2/3] - fixed buildrequires: pkgconfig(dri) -> pkgconfig(gl) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/glu?expand=0&rev=10 --- glu.changes | 5 +++++ glu.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/glu.changes b/glu.changes index 98e6296..7b23d37 100644 --- a/glu.changes +++ b/glu.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 27 08:44:08 UTC 2014 - sndirsch@suse.com + +- fixed buildrequires: pkgconfig(dri) -> pkgconfig(gl) + ------------------------------------------------------------------- Sun Feb 17 17:21:53 UTC 2013 - jengelh@inai.de diff --git a/glu.spec b/glu.spec index 8cc0a36..5bdb39e 100644 --- a/glu.spec +++ b/glu.spec @@ -32,7 +32,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: pkgconfig -BuildRequires: pkgconfig(dri) +BuildRequires: pkgconfig(gl) %description GLU offers simple interfaces for building mipmaps; checking for the From 458b4f10b4b6141739c982e2c2b36fac547412e61a79020ea1e28eb13e48e981 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 27 Oct 2014 08:47:34 +0000 Subject: [PATCH 3/3] - added baselibs.conf as source to specfile OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/glu?expand=0&rev=11 --- glu.changes | 1 + glu.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/glu.changes b/glu.changes index 7b23d37..068c93d 100644 --- a/glu.changes +++ b/glu.changes @@ -2,6 +2,7 @@ Mon Oct 27 08:44:08 UTC 2014 - sndirsch@suse.com - fixed buildrequires: pkgconfig(dri) -> pkgconfig(gl) +- added baselibs.conf as source to specfile ------------------------------------------------------------------- Sun Feb 17 17:21:53 UTC 2013 - jengelh@inai.de diff --git a/glu.spec b/glu.spec index 5bdb39e..12b819c 100644 --- a/glu.spec +++ b/glu.spec @@ -28,6 +28,7 @@ Url: http://cgit.freedesktop.org/mesa/glu/ #Git-Clone: git://anongit.freedesktop.org/mesa/glu #Git-Web: http://cgit.freedesktop.org/mesa/glu/ Source: http://cgit.freedesktop.org/mesa/glu/snapshot/%{name}-%{version}.tar.gz +Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ BuildRequires: libtool