Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package freeglut for openSUSE:Factory checked in at 2022-03-28 16:58:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/freeglut (Old) and /work/SRC/openSUSE:Factory/.freeglut.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "freeglut" Mon Mar 28 16:58:15 2022 rev:40 rq:964509 version:3.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/freeglut/freeglut.changes 2020-03-17 13:06:17.549621462 +0100 +++ /work/SRC/openSUSE:Factory/.freeglut.new.1900/freeglut.changes 2022-03-28 16:58:19.796787506 +0200 @@ -1,0 +2,12 @@ +Thu Mar 24 07:18:19 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 3.2.2: + * Fix netbsd/aarch64 build by including sys/joystick.h instead of machine/joystick.h. + * Fix build with gcc >= 10 which made -fno-common the default by no longer relying on COMMON symbols for globals. + * Fix android build (default to FREEGLUT_GLES, and check for debug flags). + * Add flat shading option to the shapes demo. + * Fix crash when calling primitive drawing functions without creating a window first. + * Dropped really old and unmaintained doc directory from the source tree. +- drop gcc10.patch (obsolete) + +------------------------------------------------------------------- Old: ---- freeglut-3.2.1.tar.gz gcc10.patch New: ---- freeglut-3.2.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ freeglut.spec ++++++ --- /var/tmp/diff_new_pack.5I6O5C/_old 2022-03-28 16:58:20.300788190 +0200 +++ /var/tmp/diff_new_pack.5I6O5C/_new 2022-03-28 16:58:20.304788196 +0200 @@ -1,7 +1,7 @@ # # spec file for package freeglut # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define _libname libglut3 Name: freeglut -Version: 3.2.1 +Version: 3.2.2 Release: 0 Summary: Freely licensed alternative to the GLUT library License: MIT @@ -26,7 +26,6 @@ Source: https://downloads.sourceforge.net/project/freeglut/%{name}/%{version}/%{name}-%{version}.tar.gz Source1: https://downloads.sourceforge.net/openglut/openglut-0.6.3-doc.tar.gz Source2: baselibs.conf -Patch0: gcc10.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig @@ -108,7 +107,6 @@ %prep %setup -q -a1 -%patch0 -p3 %build %cmake \ ++++++ freeglut-3.2.1.tar.gz -> freeglut-3.2.2.tar.gz ++++++ ++++ 2783 lines of diff (skipped)