Hello community,

here is the log from the commit of package ghc-OpenGL for openSUSE:Factory 
checked in at 2015-12-29 12:58:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-OpenGL (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-OpenGL.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-OpenGL"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-OpenGL/ghc-OpenGL.changes    2015-12-23 
08:50:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-OpenGL.new/ghc-OpenGL.changes       
2015-12-29 12:58:59.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Dec 24 09:15:16 UTC 2015 - mimi...@gmail.com
+
+- update to 2.13.2.1
+* Relaxed upper version bound for transformers.
+
+-------------------------------------------------------------------

Old:
----
  OpenGL-2.13.2.0.tar.gz

New:
----
  OpenGL-2.13.2.1.tar.gz

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

Other differences:
------------------
++++++ ghc-OpenGL.spec ++++++
--- /var/tmp/diff_new_pack.Z4hICg/_old  2015-12-29 12:59:00.000000000 +0100
+++ /var/tmp/diff_new_pack.Z4hICg/_new  2015-12-29 12:59:00.000000000 +0100
@@ -19,7 +19,7 @@
 %global pkg_name OpenGL
 
 Name:           ghc-OpenGL
-Version:        2.13.2.0
+Version:        2.13.2.1
 Release:        0
 Summary:        A binding for the OpenGL graphics system
 License:        BSD-3-Clause

++++++ OpenGL-2.13.2.0.tar.gz -> OpenGL-2.13.2.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/OpenGL-2.13.2.0/CHANGELOG.md 
new/OpenGL-2.13.2.1/CHANGELOG.md
--- old/OpenGL-2.13.2.0/CHANGELOG.md    2015-12-20 21:43:06.000000000 +0100
+++ new/OpenGL-2.13.2.1/CHANGELOG.md    2015-12-22 10:45:43.000000000 +0100
@@ -1,3 +1,7 @@
+2.13.2.1
+--------
+* Relaxed upper version bound for `transformers`.
+
 2.13.2.0
 --------
 * Implement Uniform instances for `GLint`, `GLuint`, `GLfloat`, and `GLdouble`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/OpenGL-2.13.2.0/OpenGL.cabal 
new/OpenGL-2.13.2.1/OpenGL.cabal
--- old/OpenGL-2.13.2.0/OpenGL.cabal    2015-12-20 21:43:06.000000000 +0100
+++ new/OpenGL-2.13.2.1/OpenGL.cabal    2015-12-22 10:45:43.000000000 +0100
@@ -1,5 +1,5 @@
 name: OpenGL
-version: 2.13.2.0
+version: 2.13.2.1
 synopsis: A binding for the OpenGL graphics system
 description:
   A Haskell binding for the OpenGL graphics system (GL, version 4.5) and its
@@ -152,7 +152,7 @@
     bytestring   >= 0.9   && < 0.11,
     containers   >= 0.3   && < 0.6,
     text         >= 0.1   && < 1.3,
-    transformers >= 0.2   && < 0.5,
+    transformers >= 0.2   && < 0.6,
     ObjectName   >= 1.1   && < 1.2,
     StateVar     >= 1.1   && < 1.2,
     OpenGLRaw    >= 2.6.1 && < 2.7,


Reply via email to