+mit-scheme-pucked (9.2.18) birchwood; urgency=low
+
+ * New upstream fixes SOS instance printing.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net> Mon, 01 Oct 2018 00:00:00 -0000
+
mit-scheme-pucked (9.2.17) birchwood; urgency=low
* New upstream fixes pty IO.
(lambda ()
(load-package-set "blowfish")))
-(add-subsystem-identification! "Blowfish" '(1 1 0))
\ No newline at end of file
+(add-subsystem-identification! "Blowfish" '(1 1 1))
\ No newline at end of file
(with-loader-base-uri (system-library-uri "cairo/")
(lambda ()
(load-package-set "cairo")))
-(add-subsystem-identification! "Cairo" '(0 8))
\ No newline at end of file
+(add-subsystem-identification! "Cairo" '(0 9))
\ No newline at end of file
(with-loader-base-uri (system-library-uri "devops/")
(lambda ()
(load-package-set "devops")))
-(add-subsystem-identification! "DevOps" '(0 8))
\ No newline at end of file
+(add-subsystem-identification! "DevOps" '(0 9))
\ No newline at end of file
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301, USA.
+mit-scheme-pucked-edwin 3.116.5 - Matt Birkholz, 2018-10-01
+===========================================================
+
+New upstream.
+
mit-scheme-pucked-edwin 3.116.4 - Matt Birkholz, 2018-06-22
===========================================================
dnl Process this file with autoconf to produce a configure script.
AC_INIT([MIT/GNU Scheme Pucked edwin plugin],
- [3.116.4],
+ [3.116.5],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-edwin])
AC_CONFIG_SRCDIR([edwin.pkg])
+mit-scheme-pucked-edwin (3.116.5) birchwood; urgency=low
+
+ * New upstream recognizes the x11-screen option during testing.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net> Mon, 01 Oct 2018 00:00:00 -0000
+
mit-scheme-pucked-edwin (3.116.4) birchwood; urgency=low
* New upstream.
(load-package-set "edwin"
`((alternate-package-loader
. ,(load "edwin.bld" system-global-environment))))))
-(add-subsystem-identification! "Edwin" '(3 116 4))
\ No newline at end of file
+(add-subsystem-identification! "Edwin" '(3 116 5))
\ No newline at end of file
(lambda ()
(load-package-set "gdbm")))
-(add-subsystem-identification! "GDBM" '(1 0 0))
\ No newline at end of file
+(add-subsystem-identification! "GDBM" '(1 0 1))
\ No newline at end of file
(with-loader-base-uri (system-library-uri "gl/")
(lambda ()
(load-package-set "gl")))
-(add-subsystem-identification! "GL" '(0 6))
\ No newline at end of file
+(add-subsystem-identification! "GL" '(0 7))
\ No newline at end of file
(with-loader-base-uri (system-library-uri "glib/")
(lambda ()
(load-package-set "glib")))
-(add-subsystem-identification! "GLib" '(0 9))
+(add-subsystem-identification! "GLib" '(0 10))
((access glib-start (->environment '(glib main))))
\ No newline at end of file
(with-loader-base-uri (system-library-uri "gtk-screen/")
(lambda ()
(load-package-set "gtk-screen")))
-(add-subsystem-identification! "Gtk-Screen" '(0 4))
\ No newline at end of file
+(add-subsystem-identification! "Gtk-Screen" '(0 5))
\ No newline at end of file
(with-loader-base-uri (system-library-uri "gtk/")
(lambda ()
(load-package-set "gtk")))
-(add-subsystem-identification! "Gtk" '(0 8))
+(add-subsystem-identification! "Gtk" '(0 9))
((access gtk-start (->environment '(gtk main))))
\ No newline at end of file
(lambda ()
(load-package-set "mcrypt")))
-(add-subsystem-identification! "mcrypt" '(1 0 0))
+(add-subsystem-identification! "mcrypt" '(1 0 1))
;; "Export" these to the (runtime crypto) package bindings.
(let ((crypto (->environment '(runtime crypto)))
(with-loader-base-uri (system-library-uri "pango/")
(lambda ()
(load-package-set "pango")))
-(add-subsystem-identification! "Pango" '(0 8))
\ No newline at end of file
+(add-subsystem-identification! "Pango" '(0 9))
\ No newline at end of file
(lambda ()
(load-package-set "pgsql")))
-(add-subsystem-identification! "PostgreSQL" '(1 0 0))
\ No newline at end of file
+(add-subsystem-identification! "PostgreSQL" '(1 0 1))
\ No newline at end of file
(if (not (warn-errors? (lambda () (load-option 'GL))))
(load-package-set "mit-3d")))))
-(add-subsystem-identification! "Planetarium" '(0 6))
\ No newline at end of file
+(add-subsystem-identification! "Planetarium" '(0 7))
\ No newline at end of file
(lambda ()
(load-package-set "x11-screen")))
-(add-subsystem-identification! "X11-Screen" '(1 0 0))
+(add-subsystem-identification! "X11-Screen" '(1 0 1))
;; Replace stubs in (edwin screen x-screen).
(let ((x (->environment '(edwin screen x-screen)))
(with-loader-base-uri (system-library-uri "x11/")
(lambda ()
(load-package-set "x11")))
-(add-subsystem-identification! "X11" '(1 2 0))
\ No newline at end of file
+(add-subsystem-identification! "X11" '(1 2 1))
\ No newline at end of file