Hello community, here is the log from the commit of package ghc-GLUT for openSUSE:Factory checked in at 2017-06-04 01:51:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-GLUT (Old) and /work/SRC/openSUSE:Factory/.ghc-GLUT.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-GLUT" Sun Jun 4 01:51:20 2017 rev:17 rq:494130 version:2.7.0.12 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-GLUT/ghc-GLUT.changes 2017-03-24 02:08:02.855589002 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-GLUT.new/ghc-GLUT.changes 2017-06-04 01:51:21.352025327 +0200 @@ -1,0 +2,5 @@ +Wed May 3 08:14:05 UTC 2017 - [email protected] + +- Update to version 2.7.0.12 with cabal2obs. + +------------------------------------------------------------------- Old: ---- GLUT-2.7.0.11.tar.gz New: ---- GLUT-2.7.0.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-GLUT.spec ++++++ --- /var/tmp/diff_new_pack.4wE2uG/_old 2017-06-04 01:51:21.863952998 +0200 +++ /var/tmp/diff_new_pack.4wE2uG/_new 2017-06-04 01:51:21.867952433 +0200 @@ -18,7 +18,7 @@ %global pkg_name GLUT Name: ghc-%{pkg_name} -Version: 2.7.0.11 +Version: 2.7.0.12 Release: 0 Summary: A binding for the OpenGL Utility Toolkit License: BSD-3-Clause ++++++ GLUT-2.7.0.11.tar.gz -> GLUT-2.7.0.12.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/GLUT-2.7.0.11/CHANGELOG.md new/GLUT-2.7.0.12/CHANGELOG.md --- old/GLUT-2.7.0.11/CHANGELOG.md 2017-01-26 14:36:25.000000000 +0100 +++ new/GLUT-2.7.0.12/CHANGELOG.md 2017-04-26 14:18:33.000000000 +0200 @@ -1,3 +1,7 @@ +2.7.0.12 +-------- +* Mac OS X: Make it possible to link against freeglut. + 2.7.0.11 -------- * Linux: Try to load versioned GLUT library, too, because the unversioned one is often in *-dev packages only. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/GLUT-2.7.0.11/GLUT.cabal new/GLUT-2.7.0.12/GLUT.cabal --- old/GLUT-2.7.0.11/GLUT.cabal 2017-01-26 14:57:38.000000000 +0100 +++ new/GLUT-2.7.0.12/GLUT.cabal 2017-04-26 14:17:19.000000000 +0200 @@ -1,5 +1,5 @@ name: GLUT -version: 2.7.0.11 +version: 2.7.0.12 synopsis: A binding for the OpenGL Utility Toolkit description: A Haskell binding for the OpenGL Utility Toolkit, a window system independent @@ -23,7 +23,8 @@ GHC == 7.8.4 GHC == 7.10.3 GHC == 8.0.2 - GHC == 8.1 + GHC == 8.2.1 + GHC == 8.3 cabal-version: >= 1.10 extra-source-files: CHANGELOG.md diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/GLUT-2.7.0.11/cbits/HsGLUT.c new/GLUT-2.7.0.12/cbits/HsGLUT.c --- old/GLUT-2.7.0.11/cbits/HsGLUT.c 2017-01-26 14:32:01.000000000 +0100 +++ new/GLUT-2.7.0.12/cbits/HsGLUT.c 2017-04-18 10:08:03.000000000 +0200 @@ -50,6 +50,8 @@ static const char* libNames[] = { #ifdef __APPLE__ + /* Try to use freeglut, checking the LD_LIBRARY_PATH */ + "libglut.dylib", /* Try public framework path first. */ "/Library/Frameworks/GLUT.framework/GLUT", /* If the public path failed, try the system framework path. */
