From: Matt Birkholz Date: Mon, 1 Oct 2018 23:49:22 +0000 (-0700) Subject: Still incrementing all the versions. X-Git-Tag: mit-scheme-pucked-gdbm-1.0.1 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=595107a2da7519735ce4cb03b6aca90e22be0bc6;p=mit-scheme.git Still incrementing all the versions. --- diff --git a/debian/changelog b/debian/changelog index 227a53819..7bee40389 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked (9.2.18) birchwood; urgency=low + + * New upstream fixes SOS instance printing. + + -- Matt Birkholz Mon, 01 Oct 2018 00:00:00 -0000 + mit-scheme-pucked (9.2.17) birchwood; urgency=low * New upstream fixes pty IO. diff --git a/src/blowfish/make.scm b/src/blowfish/make.scm index a164679ba..7b23a127a 100644 --- a/src/blowfish/make.scm +++ b/src/blowfish/make.scm @@ -6,4 +6,4 @@ (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 diff --git a/src/cairo/make.scm b/src/cairo/make.scm index 15b8a01f4..4869ea08d 100644 --- a/src/cairo/make.scm +++ b/src/cairo/make.scm @@ -6,4 +6,4 @@ Load the Cairo option. |# (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 diff --git a/src/devops/make.scm b/src/devops/make.scm index a733f0ce5..02d18d2c9 100644 --- a/src/devops/make.scm +++ b/src/devops/make.scm @@ -6,4 +6,4 @@ Load the Developer Operations plugin. |# (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 diff --git a/src/edwin/NEWS b/src/edwin/NEWS index 564dd67f4..6f60f0a34 100644 --- a/src/edwin/NEWS +++ b/src/edwin/NEWS @@ -26,6 +26,11 @@ along with MIT/GNU Scheme; if not, write to the Free Software 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 =========================================================== diff --git a/src/edwin/configure.ac b/src/edwin/configure.ac index ca04c485b..8a13fa1b3 100644 --- a/src/edwin/configure.ac +++ b/src/edwin/configure.ac @@ -1,7 +1,7 @@ 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]) diff --git a/src/edwin/debian/changelog b/src/edwin/debian/changelog index cac2fff05..78175b36a 100644 --- a/src/edwin/debian/changelog +++ b/src/edwin/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-edwin (3.116.5) birchwood; urgency=low + + * New upstream recognizes the x11-screen option during testing. + + -- Matt Birkholz Mon, 01 Oct 2018 00:00:00 -0000 + mit-scheme-pucked-edwin (3.116.4) birchwood; urgency=low * New upstream. diff --git a/src/edwin/make.scm b/src/edwin/make.scm index 1d0a2ed12..fd559b6ab 100644 --- a/src/edwin/make.scm +++ b/src/edwin/make.scm @@ -34,4 +34,4 @@ USA. (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 diff --git a/src/gdbm/make.scm b/src/gdbm/make.scm index fe1920f09..c8dd03373 100644 --- a/src/gdbm/make.scm +++ b/src/gdbm/make.scm @@ -6,4 +6,4 @@ (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 diff --git a/src/gl/make.scm b/src/gl/make.scm index a37de2c52..6dc0b61f9 100644 --- a/src/gl/make.scm +++ b/src/gl/make.scm @@ -6,4 +6,4 @@ (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 diff --git a/src/glib/make.scm b/src/glib/make.scm index 9a1d684c3..3d9830b77 100644 --- a/src/glib/make.scm +++ b/src/glib/make.scm @@ -6,5 +6,5 @@ Load the Glib option. |# (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 diff --git a/src/gtk-screen/make.scm b/src/gtk-screen/make.scm index 5254d9f01..30192d312 100644 --- a/src/gtk-screen/make.scm +++ b/src/gtk-screen/make.scm @@ -7,4 +7,4 @@ Load the Gtk-Screen option. |# (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 diff --git a/src/gtk/make.scm b/src/gtk/make.scm index 4a0a4d57b..c0c55c11c 100644 --- a/src/gtk/make.scm +++ b/src/gtk/make.scm @@ -7,5 +7,5 @@ Load the Gtk option. |# (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 diff --git a/src/mcrypt/make.scm b/src/mcrypt/make.scm index e610f94e5..fa994a668 100644 --- a/src/mcrypt/make.scm +++ b/src/mcrypt/make.scm @@ -6,7 +6,7 @@ (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))) diff --git a/src/pango/make.scm b/src/pango/make.scm index 437a7f751..05cb21f6a 100644 --- a/src/pango/make.scm +++ b/src/pango/make.scm @@ -6,4 +6,4 @@ Load the Pango option. |# (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 diff --git a/src/pgsql/make.scm b/src/pgsql/make.scm index 679a4e77c..a75fad9aa 100644 --- a/src/pgsql/make.scm +++ b/src/pgsql/make.scm @@ -6,4 +6,4 @@ (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 diff --git a/src/planetarium/mit-make.scm b/src/planetarium/mit-make.scm index e37e75876..145b9050c 100644 --- a/src/planetarium/mit-make.scm +++ b/src/planetarium/mit-make.scm @@ -35,4 +35,4 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. (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 diff --git a/src/x11-screen/make.scm b/src/x11-screen/make.scm index 192efe804..56346eb8b 100644 --- a/src/x11-screen/make.scm +++ b/src/x11-screen/make.scm @@ -8,7 +8,7 @@ Load the X11-Screen option. |# (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))) diff --git a/src/x11/make.scm b/src/x11/make.scm index 1919f3dd4..3220db8f4 100644 --- a/src/x11/make.scm +++ b/src/x11/make.scm @@ -5,4 +5,4 @@ Load the X11 option. |# (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