Version: 3.2.5.0-bp150.2.5
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Thu Jul 27 2017 psimons@suse.com
- Update to version 3.2.5.0.
* Sun Dec 04 2016 psimons@suse.com
- Update to version 3.2.4.0 with cabal2obs.
* Tue Oct 11 2016 psimons@suse.com
- Update to version 3.2.3.0 with cabal2obs.
* Sun Aug 21 2016 psimons@suse.com
- Update to version 3.2.2.0 revision 0 with cabal2obs.
* Fri Jul 22 2016 psimons@suse.com
- Update to version 3.2.1.0 revision 0 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
- Update to version 3.2.0.0 revision 0 with cabal2obs.
This update obsoletes ghc-OpenGLRaw-rpmlintrc.
* Fri May 13 2016 mimi.vx@gmail.com
- update to 3.2.0.0
- removed useless _service
* Updated OpenGL registry to r32749.
* Updated warning flag magic for GHC 8.0.
* Mon Jan 11 2016 mimi.vx@gmail.com
- update to 3.1.0.0
* Changed the type of GL_FALSE and GL_TRUE to GLboolean, leading to fewer
fromIntegral calls in user code.
* Added deprecated functions mkGLDEBUGPROC, mkGLDEBUGPROCAMD, mkGLDEBUGPROCARB,
mkGLDEBUGPROCKHR for gl compatibility.
* Updated OpenGL registry to r32348.
* Mon Jan 04 2016 mimi.vx@gmail.com
- update to 3.0.0.0
* Make the OpenGLRaw package even more similar to the gl package:
+ Use pattern synonyms for OpenGL enums.
+ Changed module name prefix from Graphics.Rendering.OpenGL.Raw to Graphics.GL.
+ Use slightly different type synonyms for GL type (introducing Fixed on
the way):
. CDouble => Double (for GLclampd, GLdouble)
. CFloat => Float (for GLclampf, GLfloat)
. CInt => Fixed (for GLclampx, GLfixed)
. CInt => Int32 (for GLint, GLsizei)
. CSChar => Int8 (for GLbyte)
. CShort => Int16 (for GLshort)
. CUChar => Word8 (for GLboolean, GLubyte)
. CUInt => Word32 (for GLbitfield, GLenum, GLhandleARB, GLuint)
. CUShort => Word16 (for GLushort)
* Thu Dec 24 2015 mimi.vx@gmail.com
- update to 2.6.1.1
* Relaxed upper version bound for transformers.
* Tue Dec 15 2015 mimi.vx@gmail.com
- update to 2.6.1.0
* Updated OpenGL registry to r32258. Note that the major version was intentionally
not bumped, because the signature change of glClearNamedFramebufferfi was a bug
fix, see the corresponding issue on Khronos.
* Added retrieval of version info and extensions.
* Added extension predicates.
* Added documentation for vector equivalents and aliases.
* Consistently use UTF-8 as the encoding.
* Added documentation for enumerant groups.
* Added GL_EXT_multisampled_compatibility tokens and functions (gles2 extension only).
* Added ARB_ES3_2_compatibility extension.
* Added ARB_gpu_shader_int64 extension.
* Added ARB_parallel_shader_compile extension.
* Added ARB_sample_locations extension.
* Added ARB_texture_filter_minmax extension.
* Added INTEL_framebuffer_CMAA extension.
* Added NV_conservative_raster_dilate extension.
* Sun Nov 15 2015 peter.trommler@ohm-hochschule.de
- update to 2.6.0.0
* API enhancements
* new dependency on ghc-half-devel
* Thu Aug 06 2015 mimi.vx@gmail.com
- update to 2.5.10
* Moved foreign imports to own module.
* Handle gles1 and gles2 APIs, too. Needs serious cleanup.
* Wed Apr 15 2015 mimi.vx@gmail.com
- add _constraints file ( 4G of mem )
* Tue Apr 14 2015 mimi.vx@gmail.com
- update to 2.4.1.0
* no changelog
* Tue Sep 09 2014 peter.trommler@ohm-hochschule.de
- update to 1.5.0.0
* no changelog
* for Haskell Platform 2014.2.0.0
* Mon Sep 01 2014 peter.trommler@ohm-hochschule.de
- regenerate spec file with cabal-rpm
* Fri Aug 22 2014 peter.trommler@ohm-hochschule.de
- enable PowerPC builds
* Thu Jul 31 2014 dimstar@opensuse.org
- Rename rpmlintrc to %{name}-rpmlintrc.
Follow the packaging guidelines.