Hello community,

here is the log from the commit of package ghc-OpenGLRaw for openSUSE:Factory 
checked in at 2015-12-29 12:58:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-23 08:49:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-OpenGLRaw.new/ghc-OpenGLRaw.changes 
2015-12-29 12:58:56.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Dec 24 09:01:26 UTC 2015 - [email protected]
+
+- update to 2.6.1.1
+* Relaxed upper version bound for transformers.
+
+-------------------------------------------------------------------
@@ -4 +10 @@
-- update to 2.6.10
+- update to 2.6.1.0

Old:
----
  OpenGLRaw-2.6.1.0.tar.gz

New:
----
  OpenGLRaw-2.6.1.1.tar.gz

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

Other differences:
------------------
++++++ ghc-OpenGLRaw.spec ++++++
--- /var/tmp/diff_new_pack.yU6Khu/_old  2015-12-29 12:58:57.000000000 +0100
+++ /var/tmp/diff_new_pack.yU6Khu/_new  2015-12-29 12:58:57.000000000 +0100
@@ -20,7 +20,7 @@
 %global pkg_name OpenGLRaw
 
 Name:           ghc-OpenGLRaw
-Version:        2.6.1.0
+Version:        2.6.1.1
 Release:        0
 Summary:        A raw binding for the OpenGL graphics system
 License:        BSD-3-Clause
@@ -32,15 +32,15 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 # Begin cabal-rpm deps:
+BuildRequires:  Mesa-libGL-devel
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base-devel
-BuildRequires:  ghc-rpm-macros
-BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-half-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
-BuildRequires:  Mesa-libGL-devel
+BuildRequires:  ghc-transformers-devel
 
 %description
 OpenGLRaw is a raw Haskell binding for the OpenGL 4.5 graphics system and lots

++++++ OpenGLRaw-2.6.1.0.tar.gz -> OpenGLRaw-2.6.1.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/OpenGLRaw-2.6.1.0/CHANGELOG.md 
new/OpenGLRaw-2.6.1.1/CHANGELOG.md
--- old/OpenGLRaw-2.6.1.0/CHANGELOG.md  2015-11-29 16:54:50.000000000 +0100
+++ new/OpenGLRaw-2.6.1.1/CHANGELOG.md  2015-12-22 10:36:47.000000000 +0100
@@ -1,3 +1,7 @@
+2.6.1.1
+-------
+* Relaxed upper version bound for `transformers`.
+
 2.6.1.0
 -------
 * Updated OpenGL registry to r32258. Note that the major version was
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/OpenGLRaw-2.6.1.0/OpenGLRaw.cabal 
new/OpenGLRaw-2.6.1.1/OpenGLRaw.cabal
--- old/OpenGLRaw-2.6.1.0/OpenGLRaw.cabal       2015-11-29 16:54:50.000000000 
+0100
+++ new/OpenGLRaw-2.6.1.1/OpenGLRaw.cabal       2015-12-22 10:36:47.000000000 
+0100
@@ -1,5 +1,5 @@
 name: OpenGLRaw
-version: 2.6.1.0
+version: 2.6.1.1
 synopsis: A raw binding for the OpenGL graphics system
 description:
   OpenGLRaw is a raw Haskell binding for the OpenGL 4.5 graphics system and
@@ -607,7 +607,7 @@
     containers   >= 0.3     && < 0.6,
     half         >= 0.2.2.1 && < 0.3,
     text         >= 0.1     && < 1.3,
-    transformers >= 0.2     && < 0.5
+    transformers >= 0.2     && < 0.6
   default-language: Haskell2010
   ghc-options: -Wall
   other-extensions: CPP


Reply via email to