From 62b1b71b260e8a9720f21dc83f089fe398470df434eb04ee5a05f8ff46f6a452 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 25 Jun 2021 08:56:41 +0000 Subject: [PATCH] - Update to version 9.0.2 * bugfix release - supersedes u_autoconf-Don-t-modify-CFLAGS-in-configure-scripts.patch OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/glu?expand=0&rev=23 --- glu-9.0.1.tar.xz | 3 - glu-9.0.2.tar.xz | 3 + glu.changes | 7 +++ glu.spec | 8 +-- ...t-modify-CFLAGS-in-configure-scripts.patch | 59 ------------------- 5 files changed, 13 insertions(+), 67 deletions(-) delete mode 100644 glu-9.0.1.tar.xz create mode 100644 glu-9.0.2.tar.xz delete mode 100644 u_autoconf-Don-t-modify-CFLAGS-in-configure-scripts.patch diff --git a/glu-9.0.1.tar.xz b/glu-9.0.1.tar.xz deleted file mode 100644 index 311ab36..0000000 --- a/glu-9.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb5a4c2dd6ba6d1c21ab7c05129b0769544e1d68e1e3b0ffecb18e73c93055bc -size 434632 diff --git a/glu-9.0.2.tar.xz b/glu-9.0.2.tar.xz new file mode 100644 index 0000000..b9bc930 --- /dev/null +++ b/glu-9.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7280ff585c6a1d9dfcdf2fca489251634b3377bfc33c29e4002466a38d02d4 +size 436176 diff --git a/glu.changes b/glu.changes index 6009f79..04cfa26 100644 --- a/glu.changes +++ b/glu.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jun 25 08:39:44 UTC 2021 - Stefan Dirsch + +- Update to version 9.0.2 + * bugfix release +- supersedes u_autoconf-Don-t-modify-CFLAGS-in-configure-scripts.patch + ------------------------------------------------------------------- Wed Jul 24 10:42:00 UTC 2019 - Stefan Dirsch diff --git a/glu.spec b/glu.spec index 94ed26f..f46ae23 100644 --- a/glu.spec +++ b/glu.spec @@ -1,7 +1,7 @@ # # spec file for package glu # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,18 +18,17 @@ Name: glu %define lname libGLU1 -Version: 9.0.1 +Version: 9.0.2 Release: 0 Summary: OpenGL utility library License: SUSE-SGI-FreeB-2.0 Group: Development/Libraries/C and C++ -Url: http://cgit.freedesktop.org/mesa/glu/ +URL: http://cgit.freedesktop.org/mesa/glu/ #Git-Clone: git://anongit.freedesktop.org/mesa/glu #Git-Web: http://cgit.freedesktop.org/mesa/glu/ Source: https://mesa.freedesktop.org/archive/glu/%{name}-%{version}.tar.xz Source1: baselibs.conf -Patch1: u_autoconf-Don-t-modify-CFLAGS-in-configure-scripts.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ BuildRequires: libtool @@ -87,7 +86,6 @@ compiling programs with GLU. %prep %setup -q -%patch1 -p1 %build if [ ! -e configure ]; then diff --git a/u_autoconf-Don-t-modify-CFLAGS-in-configure-scripts.patch b/u_autoconf-Don-t-modify-CFLAGS-in-configure-scripts.patch deleted file mode 100644 index 8948f23..0000000 --- a/u_autoconf-Don-t-modify-CFLAGS-in-configure-scripts.patch +++ /dev/null @@ -1,59 +0,0 @@ -From: Egbert Eich -Date: Tue Jul 12 07:36:18 2016 +0200 -Subject: [PATCH]autoconf: Don't modify CFLAGS in configure scripts -Patch-mainline: to be upstreamed -Git-repo: git://anongit.freedesktop.org/git/mesa/glu -Git-commit: 2bc3b2f952c642445d32d7ae4422088d9d2e7619 -References: -Signed-off-by: Egbert Eich - -CFLAGS (and CXXFLAGS) may be overridden by the user at make time. -Therefore it is not advisable to set them explicitely in the -configure script. - -Signed-off-by: Egbert Eich ---- - Makefile.am | 4 ++-- - configure.ac | 14 ++++++++++---- - 2 files changed, 12 insertions(+), 6 deletions(-) - -diff --git a/Makefile.am b/Makefile.am -index 3050df1..834c7e2 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -30,8 +30,8 @@ AM_CPPFLAGS = -DLIBRARYBUILD \ - -I$(top_srcdir)/src/libnurbs/internals \ - -I$(top_srcdir)/src/libnurbs/interface \ - -I$(top_srcdir)/src/libnurbs/nurbtess --AM_CFLAGS = $(GL_CFLAGS) $(OSMESA_CFLAGS) $(WARNCFLAGS) $(VISIBILITY_CFLAGS) --AM_CXXFLAGS = $(GL_CFLAGS) $(OSMESA_CFLAGS) $(WARNCXXFLAGS) $(VISIBILITY_CXXFLAGS) -+AM_CFLAGS = $(GL_CFLAGS) $(OSMESA_CFLAGS) $(WARNCFLAGS) $(VISIBILITY_CFLAGS) $(DEBUGCFLAGS) -+AM_CXXFLAGS = $(GL_CFLAGS) $(OSMESA_CFLAGS) $(WARNCXXFLAGS) $(VISIBILITY_CXXFLAGS) $(DEBUGCXXFLAGS) - - GL_includedir = $(includedir)/GL - GL_include_HEADERS = \ -diff --git a/configure.ac b/configure.ac -index 45abf17..ab93d8b 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -42,10 +42,16 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) - AC_ARG_ENABLE(debug, - AS_HELP_STRING([--enable-debug], - [Enable debugging information]), -- [CFLAGS="$CFLAGS -g -O0 -DDEBUG" -- CXXFLAGS="$CXXFLAGS -g -O0 -DDEBUG"], -- [CFLAGS="$CFLAGS -DNDEBUG" -- CXXFLAGS="$CXXFLAGS -DNDEBUG"]) -+ AS_IF([test "$enableval" = xyes], -+ [DEBUGCFLAGS="-g -O0 -DDEBUG" -+ DEBUGCXXFLAGS="-g -O0 -DDEBUG"], -+ [test "$enableval" = xno], -+ [DEBUGCFLAGS="-DNDEBUG" -+ DEBUGCXXFLAGS="-DNDEBUG"]), -+ [DEBUGCFLAGS="-DNDEBUG" -+ DEBUGCXXFLAGS="-DNDEBUG"]) -+AC_SUBST([DEBUGCFLAGS]) -+AC_SUBST([DEBUGCXXFLAGS]) - - dnl Make sure the pkg-config macros are defined - m4_ifndef([PKG_PROG_PKG_CONFIG],