commit ghc-GLUT for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-GLUT for openSUSE:Factory checked in at 2016-04-22 16:24:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-GLUT (Old) and /work/SRC/openSUSE:Factory/.ghc-GLUT.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-GLUT" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-GLUT/ghc-GLUT.changes 2016-01-22 01:08:39.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-GLUT.new/ghc-GLUT.changes 2016-04-22 16:25:21.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Apr 12 09:41:53 UTC 2016 - mimi.vx@gmail.com + +- update to 2.7.0.7 +* remove redudant constraints + +------------------------------------------------------------------- Old: ---- GLUT-2.7.0.6.tar.gz New: ---- GLUT-2.7.0.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-GLUT.spec ++++++ --- /var/tmp/diff_new_pack.ZE1phJ/_old 2016-04-22 16:25:22.000000000 +0200 +++ /var/tmp/diff_new_pack.ZE1phJ/_new 2016-04-22 16:25:22.000000000 +0200 @@ -18,7 +18,7 @@ %global pkg_name GLUT Name: ghc-GLUT -Version: 2.7.0.6 +Version: 2.7.0.7 Release: 0 Summary: A binding for the OpenGL Utility Toolkit License: BSD-3-Clause ++++++ GLUT-2.7.0.6.tar.gz -> GLUT-2.7.0.7.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/GLUT-2.7.0.6/CHANGELOG.md new/GLUT-2.7.0.7/CHANGELOG.md --- old/GLUT-2.7.0.6/CHANGELOG.md 2016-01-10 20:03:01.000000000 +0100 +++ new/GLUT-2.7.0.7/CHANGELOG.md 2016-04-11 09:26:25.000000000 +0200 @@ -1,3 +1,7 @@ +2.7.0.7 +------- +* Removed redundant constraints. + 2.7.0.6 -------- * Relaxed upper version bound for `OpenGLRaw`. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/GLUT-2.7.0.6/GLUT.cabal new/GLUT-2.7.0.7/GLUT.cabal --- old/GLUT-2.7.0.6/GLUT.cabal 2016-01-10 20:03:01.000000000 +0100 +++ new/GLUT-2.7.0.7/GLUT.cabal 2016-04-11 09:26:30.000000000 +0200 @@ -1,5 +1,5 @@ name: GLUT -version: 2.7.0.6 +version: 2.7.0.7 synopsis: A binding for the OpenGL Utility Toolkit description: A Haskell binding for the OpenGL Utility Toolkit, a window system independent @@ -15,7 +15,16 @@ maintainer: Sven Panne <svenpanne@gmail.com>, Jason Dagit <dagitj@gmail.com> category: Graphics build-type: Simple -cabal-version: >=1.10 +tested-with: + GHC == 7.0.4 + GHC == 7.2.2 + GHC == 7.4.2 + GHC == 7.6.3 + GHC == 7.8.4 + GHC == 7.10.3 + GHC == 8.0.1 + GHC == 8.1 +cabal-version: >= 1.10 extra-source-files: CHANGELOG.md README.md @@ -83,6 +92,8 @@ default-language: Haskell2010 other-extensions: CPP ghc-options: -Wall + if impl(ghc > 8) + ghc-options: -Wcompat if os(windows) && flag(UseNativeWindowsLibraries) if arch(i386) cpp-options: "-DCALLCONV=stdcall" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/GLUT-2.7.0.6/src/Graphics/UI/GLUT/Fonts.hs new/GLUT-2.7.0.7/src/Graphics/UI/GLUT/Fonts.hs --- old/GLUT-2.7.0.6/src/Graphics/UI/GLUT/Fonts.hs 2016-01-10 20:03:00.000000000 +0100 +++ new/GLUT-2.7.0.7/src/Graphics/UI/GLUT/Fonts.hs 2016-04-11 09:25:29.000000000 +0200 @@ -79,7 +79,7 @@ i <- marshalBitmapFont f mapM_ (\c -> withChar c (glutBitmapCharacter i)) s -withChar :: MonadIO m => Char -> (CInt -> m a) -> m a +withChar :: Char -> (CInt -> m a) -> m a withChar c f = f . fromIntegral . ord $ c --------------------------------------------------------------------------------
participants (1)
-
root@hilbert.suse.de