Hello community,

here is the log from the commit of package ghc-OpenGLRaw for openSUSE:Factory 
checked in at 2016-01-05 21:55:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-OpenGLRaw (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-OpenGLRaw.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-OpenGLRaw"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-OpenGLRaw/ghc-OpenGLRaw.changes      
2015-12-29 12:58:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-OpenGLRaw.new/ghc-OpenGLRaw.changes 
2016-01-05 21:55:49.000000000 +0100
@@ -1,0 +2,20 @@
+Mon Jan  4 11:47:01 UTC 2016 - [email protected]
+
+- 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)
+
+
+-------------------------------------------------------------------

Old:
----
  OpenGLRaw-2.6.1.1.tar.gz

New:
----
  OpenGLRaw-3.0.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-OpenGLRaw.spec ++++++
--- /var/tmp/diff_new_pack.lXq08n/_old  2016-01-05 21:55:50.000000000 +0100
+++ /var/tmp/diff_new_pack.lXq08n/_new  2016-01-05 21:55:50.000000000 +0100
@@ -20,7 +20,7 @@
 %global pkg_name OpenGLRaw
 
 Name:           ghc-OpenGLRaw
-Version:        2.6.1.1
+Version:        3.0.0.0
 Release:        0
 Summary:        A raw binding for the OpenGL graphics system
 License:        BSD-3-Clause
@@ -37,6 +37,7 @@
 BuildRequires:  ghc-base-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-fixed-devel
 BuildRequires:  ghc-half-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel

++++++ OpenGLRaw-2.6.1.1.tar.gz -> OpenGLRaw-3.0.0.0.tar.gz ++++++
++++ 287888 lines of diff (skipped)


Reply via email to