SHA256
1
0
forked from pool/glu

- Update to version 9.0.1

* libutils/mipmap.c: Fixed possible memory leak
  * pkgconfig: Include -I path for glu itself
  * Remove all uses of the register keyword.
  * Add -D(N)DEBUG to CFLAGS dependent on --enable-debug
  * libutil: Include stddef.h for NULL
  * glu: initialize PriorityQ::order field to NULL in pqNewPriorityQ()
- supersedes U_Add-D-N-DEBUG-to-CFLAGS-dependent-on-enable-debug.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/glu?expand=0&rev=19
This commit is contained in:
Stefan Dirsch 2019-07-24 10:50:00 +00:00 committed by Git OBS Bridge
parent de486b68c5
commit 8799b07538
4 changed files with 19 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f01bcf03e1b1991b5bdde03640e741fdd20d88d0b569abe744718bab7cef073b
size 303961

3
glu-9.0.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb5a4c2dd6ba6d1c21ab7c05129b0769544e1d68e1e3b0ffecb18e73c93055bc
size 434632

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jul 24 10:42:00 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 9.0.1
* libutils/mipmap.c: Fixed possible memory leak
* pkgconfig: Include -I path for glu itself
* Remove all uses of the register keyword.
* Add -D(N)DEBUG to CFLAGS dependent on --enable-debug
* libutil: Include stddef.h for NULL
* glu: initialize PriorityQ::order field to NULL in pqNewPriorityQ()
- supersedes U_Add-D-N-DEBUG-to-CFLAGS-dependent-on-enable-debug.patch
-------------------------------------------------------------------
Mon May 29 14:36:30 UTC 2017 - sndirsch@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package glu
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,13 +12,13 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: glu
%define lname libGLU1
Version: 9.0.0
Version: 9.0.1
Release: 0
Summary: OpenGL utility library
License: SUSE-SGI-FreeB-2.0
@ -27,9 +27,8 @@ 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
Source: http://cgit.freedesktop.org/mesa/glu/snapshot/%{name}-%{version}.tar.xz
Source1: baselibs.conf
Patch0: U_Add-D-N-DEBUG-to-CFLAGS-dependent-on-enable-debug.patch
Patch1: u_autoconf-Don-t-modify-CFLAGS-in-configure-scripts.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++
@ -88,7 +87,6 @@ compiling programs with GLU.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%build