gl: Version 0.2. mit-scheme-pucked-gl-0.2
authorMatt Birkholz <matt@birchwood-abbey.net>
Thu, 22 Mar 2018 20:31:11 +0000 (13:31 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Thu, 22 Mar 2018 20:31:11 +0000 (13:31 -0700)
src/gl/NEWS
src/gl/configure.ac
src/gl/debian/changelog
src/gl/debian/control
src/gl/make.scm

index ebb808b03f361e761e629e8200722bf40d324721..c3a32bce829788d1ee673b034d4a609c9f01edb3 100644 (file)
@@ -19,6 +19,11 @@ You should have received a copy of the GNU General Public License
 along with this plugin; if not, write to the Free Software Foundation,
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
+mit-scheme-pucked-gl 0.2 - Matt Birkholz, 2018-03-20
+====================================================
+
+Use with-glib-lock as required by the new version of the gtk plugin.
+
 mit-scheme-pucked-gl 0.1 - Matt Birkholz, 2016-06-12
 ====================================================
 
index 945b1ddceea28f2a118bc9421ec64be3da85ac85..db44eb312f6d7a3677cd40371e90815ae388adaa 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.69])
 AC_INIT([MIT/GNU Scheme Pucked gl plugin],
-        [0.1],
+        [0.2],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-gl])
 AC_CONFIG_SRCDIR([gl.pkg])
index fb2863e8ee0ba7da468634428663f73970ae601c..e58f9c738977be15e95dbd0986fb2e098572f345 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-gl (0.2) birchwood; urgency=low
+
+  * Use with-glib-lock as required by the new version of the gtk plugin.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 20 Mar 20188 00:00:00 -0700
+
 mit-scheme-pucked-gl (0.1) birchwood; urgency=low
 
   * Initial Debianization.
index a9e5d0257a8e713c3760b682c25ad0fbfcd30eba..616ffce77d12ecd84e9fa4c554244c5b69570db1 100644 (file)
@@ -3,7 +3,7 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev,
-               mit-scheme-pucked-gtk (>= 0.5),
+               mit-scheme-pucked-gtk (>= 0.6),
                texinfo, texlive,
                libglu1-mesa-dev
 Standards-Version: 3.9.4
@@ -13,7 +13,7 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-gl
 Architecture: any
-Depends: mit-scheme-pucked-gtk (>= 0.5), ${shlibs:Depends}, ${misc:Depends}
+Depends: mit-scheme-pucked-gtk (>= 0.6), ${shlibs:Depends}, ${misc:Depends}
 Description: OpenGL plugin for MIT/GNU Scheme Pucked
  This package provides mit-scheme-pucked with a dynamically loadable
  wrapper of a small portion of the OpenGL C API as implemented by the
index 6b863acb1756a303ec86192623bd22f3b3d741cb..2ff6af90e0dd281ef69e2b6b3be81ee708658943 100644 (file)
@@ -6,4 +6,4 @@
 (with-loader-base-uri (system-library-uri "gl/")
   (lambda ()
     (load-package-set "gl")))
-(add-subsystem-identification! "GL" '(0 1))
\ No newline at end of file
+(add-subsystem-identification! "GL" '(0 2))
\ No newline at end of file