Changelog for
libglut3-32bit-3.2.2-1.14.x86_64.rpm :
* Thu Mar 24 2022 Dirk Müller
- 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)
* Thu Mar 12 2020 Tomáš Chvátal - Explicitely disable rpath to fix Leap builds
* Mon Mar 02 2020 Tomáš Chvátal - Add patch to fix build with GCC 10 bsc#1160391:
* gcc10.patch
* Thu Jan 09 2020 Tomáš Chvátal - Update to 3.2.1:
* Various fixes around the place that happened since last release- Fetch the glut manpages from web to point them somewhere
* Fri Mar 13 2015 tchvatalAATTsuse.com- Version bump to 3.0.0
* Now with cmake build system
* Various small fixes around here and there - no upstream changelog apart from VCS- Remove some more obsolete things from spec now when we use cmake
* Fri Mar 13 2015 tchvatalAATTsuse.com- Cleanup with spec-cleaner a bit- Remove obsolete conditions- Remove condition for sle11 build as it fails anyway
* Mon Sep 15 2014 crrodriguezAATTopensuse.org- Cleanup buildrequires to include only what is actually used.
* Sat Apr 06 2013 meissnerAATTsuse.com- Update to 2.8.1 - bugfixes mostly, covering MacOS, Windows and also regular UNIX X code.- use source url- dropped upstreamed freeglut-glextconflict.patch
* Sun Mar 24 2013 jengelhAATTinai.de- freeglut only directly depends on gl/glu, nothing else
* Sun Mar 03 2013 jengelhAATTinai.de- Use more robust make install call which also works on SLE and others