- 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:
parent
de486b68c5
commit
8799b07538
@ -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
3
glu-9.0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fb5a4c2dd6ba6d1c21ab7c05129b0769544e1d68e1e3b0ffecb18e73c93055bc
|
||||||
|
size 434632
|
12
glu.changes
12
glu.changes
@ -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
|
Mon May 29 14:36:30 UTC 2017 - sndirsch@suse.com
|
||||||
|
|
||||||
|
10
glu.spec
10
glu.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package glu
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: glu
|
||||||
%define lname libGLU1
|
%define lname libGLU1
|
||||||
Version: 9.0.0
|
Version: 9.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OpenGL utility library
|
Summary: OpenGL utility library
|
||||||
License: SUSE-SGI-FreeB-2.0
|
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-Clone: git://anongit.freedesktop.org/mesa/glu
|
||||||
#Git-Web: http://cgit.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
|
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
|
Patch1: u_autoconf-Don-t-modify-CFLAGS-in-configure-scripts.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -88,7 +87,6 @@ compiling programs with GLU.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user