From 8799b07538c91559e0c91047751055294b976d48f90e1f1cb784be7802c0a0ec Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 24 Jul 2019 10:50:00 +0000 Subject: [PATCH] - 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 --- glu-9.0.0.tar.gz | 3 --- glu-9.0.1.tar.xz | 3 +++ glu.changes | 12 ++++++++++++ glu.spec | 10 ++++------ 4 files changed, 19 insertions(+), 9 deletions(-) delete mode 100644 glu-9.0.0.tar.gz create mode 100644 glu-9.0.1.tar.xz diff --git a/glu-9.0.0.tar.gz b/glu-9.0.0.tar.gz deleted file mode 100644 index 4dcf42d..0000000 --- a/glu-9.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f01bcf03e1b1991b5bdde03640e741fdd20d88d0b569abe744718bab7cef073b -size 303961 diff --git a/glu-9.0.1.tar.xz b/glu-9.0.1.tar.xz new file mode 100644 index 0000000..311ab36 --- /dev/null +++ b/glu-9.0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb5a4c2dd6ba6d1c21ab7c05129b0769544e1d68e1e3b0ffecb18e73c93055bc +size 434632 diff --git a/glu.changes b/glu.changes index 81c6cfb..6009f79 100644 --- a/glu.changes +++ b/glu.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Jul 24 10:42:00 UTC 2019 - Stefan Dirsch + +- 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 diff --git a/glu.spec b/glu.spec index b605da4..f95038a 100644 --- a/glu.spec +++ b/glu.spec @@ -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