From 3a02e404aef9a41957dae34e1fddfdc799972880 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Tue, 27 Nov 2018 16:56:18 -0700 Subject: [PATCH] Increment versions after merge. --- .gitignore | 1 - debian/README.Debian | 19 +++---------------- debian/changelog | 6 ++++++ src/blowfish/NEWS | 5 +++++ src/blowfish/configure.ac | 2 +- src/blowfish/debian/changelog | 6 ++++++ src/blowfish/debian/control | 4 ++-- src/blowfish/make.scm | 2 +- src/cairo/NEWS | 5 +++++ src/cairo/configure.ac | 2 +- src/cairo/debian/changelog | 6 ++++++ src/cairo/debian/control | 12 ++++++------ src/cairo/make.scm | 2 +- src/devops/NEWS | 5 +++++ src/devops/configure.ac | 2 +- src/devops/debian/changelog | 6 ++++++ src/devops/debian/control | 4 ++-- src/devops/make.scm | 2 +- src/edwin/NEWS | 5 +++++ src/edwin/configure.ac | 2 +- src/edwin/debian/changelog | 6 ++++++ src/edwin/debian/control | 12 ++++++------ src/edwin/make.scm | 2 +- src/gdbm/NEWS | 5 +++++ src/gdbm/configure.ac | 2 +- src/gdbm/debian/changelog | 6 ++++++ src/gdbm/debian/control | 4 ++-- src/gdbm/make.scm | 2 +- src/gl/NEWS | 5 +++++ src/gl/configure.ac | 2 +- src/gl/debian/changelog | 6 ++++++ src/gl/debian/control | 20 ++++++++++---------- src/gl/make.scm | 2 +- src/glib/NEWS | 5 +++++ src/glib/configure.ac | 2 +- src/glib/debian/changelog | 6 ++++++ src/glib/debian/control | 4 ++-- src/glib/make.scm | 2 +- src/gtk-screen/NEWS | 5 +++++ src/gtk-screen/configure.ac | 2 +- src/gtk-screen/debian/changelog | 6 ++++++ src/gtk-screen/debian/control | 24 ++++++++++++------------ src/gtk-screen/make.scm | 2 +- src/gtk/NEWS | 5 +++++ src/gtk/configure.ac | 2 +- src/gtk/debian/changelog | 6 ++++++ src/gtk/debian/control | 16 ++++++++-------- src/gtk/make.scm | 2 +- src/imail/NEWS | 5 +++++ src/imail/configure.ac | 2 +- src/imail/debian/changelog | 6 ++++++ src/imail/debian/control | 8 ++++---- src/imail/make.scm | 2 +- src/mcrypt/NEWS | 5 +++++ src/mcrypt/configure.ac | 2 +- src/mcrypt/debian/changelog | 6 ++++++ src/mcrypt/debian/control | 4 ++-- src/mcrypt/make.scm | 2 +- src/pango/NEWS | 5 +++++ src/pango/configure.ac | 2 +- src/pango/debian/changelog | 6 ++++++ src/pango/debian/control | 8 ++++---- src/pango/make.scm | 2 +- src/pgsql/NEWS | 5 +++++ src/pgsql/configure.ac | 2 +- src/pgsql/debian/changelog | 6 ++++++ src/pgsql/debian/control | 4 ++-- src/pgsql/make.scm | 2 +- src/planetarium/NEWS | 5 +++++ src/planetarium/configure.ac | 2 +- src/planetarium/debian/changelog | 6 ++++++ src/planetarium/debian/control | 16 ++++++++-------- src/planetarium/mit-make.scm | 2 +- src/x11-screen/NEWS | 5 +++++ src/x11-screen/configure.ac | 2 +- src/x11-screen/debian/changelog | 6 ++++++ src/x11-screen/debian/control | 12 ++++++------ src/x11-screen/make.scm | 2 +- src/x11/NEWS | 5 +++++ src/x11/configure.ac | 2 +- src/x11/debian/changelog | 6 ++++++ src/x11/debian/control | 4 ++-- src/x11/make.scm | 2 +- 83 files changed, 295 insertions(+), 127 deletions(-) diff --git a/.gitignore b/.gitignore index 7308a78b8..8f88087dc 100644 --- a/.gitignore +++ b/.gitignore @@ -27,7 +27,6 @@ /C/ /LOG /build*/ -/debian*/ /html/ /linux*/ /macos/ diff --git a/debian/README.Debian b/debian/README.Debian index ba4b4d152..a0e639857 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1,18 +1,5 @@ -*-Text-*- -This experimental version of MIT/GNU Scheme is built withOUT crypto -support. It is actually built without dependencies on ANY extra -libraries, without microcode modules. Instead Scheme dynamically -loads "plugins", options that depend on the extra libraries. The -following plugins are available to serve as drop-in replacements for -the missing microcode modules. Note that each plugin must be built -and installed separately, after Scheme is installed. - - Scheme uModule Scheme Plugin - ============== ============= - prbfish.so Blowfish - prgdbm.so GDBM - prmcrypt.so Mcrypt - prx11.so X11, X11-Screen - prpgsql.so PGSQL - prdb4.so +This experimental version of MIT/GNU Scheme is built with "default +plugins" disabled. Thus this package includes just the core Scheme +system. The plugins are distributed, built and packaged separately. diff --git a/debian/changelog b/debian/changelog index e48ff88de..2529fa372 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked (10.1.2) birchwood; urgency=low + + * New release upstream supporting Unicode and plugins. + + -- Matt Birkholz Tue, 27 Nov 2018 00:00:00 -0000 + mit-scheme-pucked (9.2.19) birchwood; urgency=low * New upstream. diff --git a/src/blowfish/NEWS b/src/blowfish/NEWS index 69569c313..d810b177c 100644 --- a/src/blowfish/NEWS +++ b/src/blowfish/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-blowfish 1.1.2 - Matt Birkholz, 2018-11-27 +============================================================ + +New release upstream supporting Unicode and plugins. + mit-scheme-pucked-blowfish 1.1.1 - Matt Birkholz, 2018-09-25 ============================================================ diff --git a/src/blowfish/configure.ac b/src/blowfish/configure.ac index 21553d7aa..0b541af43 100644 --- a/src/blowfish/configure.ac +++ b/src/blowfish/configure.ac @@ -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 blowfish plugin], - [1.1.1], + [1.1.2], [matt@birchwood-abbey.net], [mit-scheme-pucked-blowfish]) AC_CONFIG_SRCDIR([blowfish.pkg]) diff --git a/src/blowfish/debian/changelog b/src/blowfish/debian/changelog index 3934a90f4..54f23d24f 100644 --- a/src/blowfish/debian/changelog +++ b/src/blowfish/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-blowfish (1.1.2) birchwood; urgency=low + + * New release upstream supporting Unicode and plugins. + + -- Matt Birkholz Tue, 27 Nov 2018 00:00:00 -0000 + mit-scheme-pucked-blowfish (1.1.1) birchwood; urgency=low * Use new (further-load-options #t) added upstream. diff --git a/src/blowfish/debian/control b/src/blowfish/debian/control index da91b17f5..d08a23b7d 100644 --- a/src/blowfish/debian/control +++ b/src/blowfish/debian/control @@ -3,7 +3,7 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, - mit-scheme-pucked (>= 9.2.18), + mit-scheme-pucked (>= 10.1.2), libssl-dev Standards-Version: 3.9.4 Homepage: http://birchwood-abbey.net/~matt/Scheme/ @@ -12,7 +12,7 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary Package: mit-scheme-pucked-blowfish Architecture: any -Depends: mit-scheme-pucked (>= 9.2.18), +Depends: mit-scheme-pucked (>= 10.1.2), ${shlibs:Depends}, ${misc:Depends} Description: Blowfish plugin for MIT/GNU Scheme Pucked This package provides mit-scheme-pucked with a dynamically loadable diff --git a/src/blowfish/make.scm b/src/blowfish/make.scm index 7b23a127a..154b40da0 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 1)) \ No newline at end of file +(add-subsystem-identification! "Blowfish" '(1 1 2)) \ No newline at end of file diff --git a/src/cairo/NEWS b/src/cairo/NEWS index 0bd015f6c..7d5915913 100644 --- a/src/cairo/NEWS +++ b/src/cairo/NEWS @@ -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-cairo 0.10 - Matt Birkholz, 2018-11-27 +======================================================== + +New release upstream supporting Unicode and plugins. + mit-scheme-pucked-cairo 0.9 - Matt Birkholz, 2018-09-25 ======================================================= diff --git a/src/cairo/configure.ac b/src/cairo/configure.ac index 3f003de01..188a2222e 100644 --- a/src/cairo/configure.ac +++ b/src/cairo/configure.ac @@ -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 cairo plugin], - [0.9], + [0.10], [matt@birchwood-abbey.net], [mit-scheme-pucked-cairo]) AC_CONFIG_SRCDIR([cairo.pkg]) diff --git a/src/cairo/debian/changelog b/src/cairo/debian/changelog index 4c9c6b54b..7fcb61393 100644 --- a/src/cairo/debian/changelog +++ b/src/cairo/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-cairo (0.10) birchwood; urgency=low + + * New release upstream supporting Unicode and plugins. + + -- Matt Birkholz Tue, 27 Nov 2018 00:00:00 -0000 + mit-scheme-pucked-cairo (0.9) birchwood; urgency=low * Use new (further-load-options #t) added upstream. diff --git a/src/cairo/debian/control b/src/cairo/debian/control index 077071f67..7e4b79e28 100644 --- a/src/cairo/debian/control +++ b/src/cairo/debian/control @@ -3,9 +3,9 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, - mit-scheme-pucked (>= 9.2.18), - mit-scheme-pucked-glib (>= 0.9), - mit-scheme-pucked-pango (>= 0.8), + mit-scheme-pucked (>= 10.1.2), + mit-scheme-pucked-glib (>= 0.11), + mit-scheme-pucked-pango (>= 0.10), texinfo, texlive, libcairo2-dev Standards-Version: 3.9.4 @@ -15,9 +15,9 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary Package: mit-scheme-pucked-cairo Architecture: any -Depends: mit-scheme-pucked (>= 9.2.18), - mit-scheme-pucked-glib (>= 0.9), - mit-scheme-pucked-pango (>= 0.8), +Depends: mit-scheme-pucked (>= 10.1.2), + mit-scheme-pucked-glib (>= 0.11), + mit-scheme-pucked-pango (>= 0.10), ${shlibs:Depends}, ${misc:Depends} Description: Cairo plugin for MIT/GNU Scheme Pucked This package provides mit-scheme-pucked with a dynamically loadable diff --git a/src/cairo/make.scm b/src/cairo/make.scm index 4869ea08d..aea497481 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 9)) \ No newline at end of file +(add-subsystem-identification! "Cairo" '(0 10)) \ No newline at end of file diff --git a/src/devops/NEWS b/src/devops/NEWS index 5ff24e46a..3a7ae7ac4 100644 --- a/src/devops/NEWS +++ b/src/devops/NEWS @@ -20,6 +20,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-devops 0.10 - Matt Birkholz, 2018-11-27 +========================================================= + +New release upstream supporting Unicode and plugins. + mit-scheme-pucked-devops 0.9 - Matt Birkholz, 2018-09-25 ======================================================== diff --git a/src/devops/configure.ac b/src/devops/configure.ac index bb2f236b4..239258f40 100644 --- a/src/devops/configure.ac +++ b/src/devops/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([MIT/GNU Scheme Pucked Developer Operations plugin], - [0.9], + [0.10], [matt@birchwood-abbey.net], [mit-scheme-pucked-devops]) AC_CONFIG_SRCDIR([devops.pkg]) diff --git a/src/devops/debian/changelog b/src/devops/debian/changelog index 153786544..4400c0e12 100644 --- a/src/devops/debian/changelog +++ b/src/devops/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-devops (0.10) birchwood; urgency=low + + * New release upstream supporting Unicode and plugins. + + -- Matt Birkholz Tue, 27 Nov 2018 00:00:00 -0000 + mit-scheme-pucked-devops (0.9) birchwood; urgency=low * Use new (further-load-options #t) added upstream. diff --git a/src/devops/debian/control b/src/devops/debian/control index c36fc17fe..b0e26ea75 100644 --- a/src/devops/debian/control +++ b/src/devops/debian/control @@ -3,7 +3,7 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), - mit-scheme-pucked (>= 9.2.18), + mit-scheme-pucked (>= 10.1.2), texinfo, texlive Standards-Version: 3.9.4 Homepage: http://birchwood-abbey.net/~matt/Scheme/ @@ -12,7 +12,7 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary Package: mit-scheme-pucked-devops Architecture: any -Depends: mit-scheme-pucked (>= 9.2.18) +Depends: mit-scheme-pucked (>= 10.1.2) Description: Developer Operations plugin for MIT/GNU Scheme Pucked Tools to help create source releases and manage build hosts producing binaries for them. diff --git a/src/devops/make.scm b/src/devops/make.scm index 02d18d2c9..82612e4c9 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 9)) \ No newline at end of file +(add-subsystem-identification! "DevOps" '(0 10)) \ No newline at end of file diff --git a/src/edwin/NEWS b/src/edwin/NEWS index 181315615..f3955bb4f 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.117.2 - Matt Birkholz, 2018-11-27 +=========================================================== + +New release upstream supporting Unicode and plugins. + mit-scheme-pucked-edwin 3.117.1 - Matt Birkholz, 2018-10-10 =========================================================== diff --git a/src/edwin/configure.ac b/src/edwin/configure.ac index 188556290..f9923b376 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.117.1], + [3.117.2], [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 b5ef43b18..3d5e5af04 100644 --- a/src/edwin/debian/changelog +++ b/src/edwin/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-edwin (3.117.2) birchwood; urgency=low + + * New release upstream supporting Unicode and plugins. + + -- Matt Birkholz Tue, 27 Nov 2018 00:00:00 -0000 + mit-scheme-pucked-edwin (3.117.1) birchwood; urgency=low * New upstream with Edwin as a separately installable project. diff --git a/src/edwin/debian/control b/src/edwin/debian/control index 0aeb0343b..321872b8d 100644 --- a/src/edwin/debian/control +++ b/src/edwin/debian/control @@ -3,9 +3,9 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), - mit-scheme-pucked (>= 9.2.15), - mit-scheme-pucked-blowfish (>= 1.0.0), - mit-scheme-pucked-gdbm (>= 1.0.0) + mit-scheme-pucked (>= 10.1.2), + mit-scheme-pucked-blowfish (>= 1.1.2), + mit-scheme-pucked-gdbm (>= 1.0.2) Standards-Version: 3.9.4 Homepage: http://birchwood-abbey.net/~matt/Scheme/ Vcs-Git: git://birchwood-abbey.net/~matt/mit-scheme.git @@ -13,9 +13,9 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary Package: mit-scheme-pucked-edwin Architecture: any -Depends: mit-scheme-pucked (>= 9.2.15), - mit-scheme-pucked-blowfish (>= 1.0.0), - mit-scheme-pucked-gdbm (>= 1.0.0) +Depends: mit-scheme-pucked (>= 10.1.2), + mit-scheme-pucked-blowfish (>= 1.1.2), + mit-scheme-pucked-gdbm (>= 1.0.2) Description: Edwin plugin for MIT/GNU Scheme Pucked This package provides an Edwin plugin for MIT/GNU Scheme Pucked. It includes ONLY the console terminal screen type. The ancient X11 diff --git a/src/edwin/make.scm b/src/edwin/make.scm index c06f1adcc..6162de275 100644 --- a/src/edwin/make.scm +++ b/src/edwin/make.scm @@ -35,4 +35,4 @@ USA. (load-package-set "edwin" `((alternate-package-loader . ,(load "edwin.bld" system-global-environment)))))) -(add-subsystem-identification! "Edwin" '(3 117 1)) \ No newline at end of file +(add-subsystem-identification! "Edwin" '(3 117 2)) \ No newline at end of file diff --git a/src/gdbm/NEWS b/src/gdbm/NEWS index 7aeb13e48..e1540daf6 100644 --- a/src/gdbm/NEWS +++ b/src/gdbm/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-gdbm 1.0.2 - Matt Birkholz, 2018-11-27 +======================================================== + +New release upstream supporting Unicode and plugins. + mit-scheme-pucked-gdbm 1.0.1 - Matt Birkholz, 2018-09-25 ======================================================== diff --git a/src/gdbm/configure.ac b/src/gdbm/configure.ac index d8c673dae..707f44a8a 100644 --- a/src/gdbm/configure.ac +++ b/src/gdbm/configure.ac @@ -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 gdbm plugin], - [1.0.1], + [1.0.2], [matt@birchwood-abbey.net], [mit-scheme-pucked-gdbm]) AC_CONFIG_SRCDIR([gdbm.pkg]) diff --git a/src/gdbm/debian/changelog b/src/gdbm/debian/changelog index c2b7ecd58..8e7489185 100644 --- a/src/gdbm/debian/changelog +++ b/src/gdbm/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-gdbm (1.0.2) birchwood; urgency=low + + * New release upstream supporting Unicode and plugins. + + -- Matt Birkholz Tue, 27 Nov 2018 00:00:00 -0000 + mit-scheme-pucked-gdbm (1.0.1) birchwood; urgency=low * Use new (further-load-options #t) added upstream. diff --git a/src/gdbm/debian/control b/src/gdbm/debian/control index f113928f4..10ac5dcee 100644 --- a/src/gdbm/debian/control +++ b/src/gdbm/debian/control @@ -3,7 +3,7 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, - mit-scheme-pucked (>= 9.2.18), + mit-scheme-pucked (>= 10.1.2), texinfo, texlive, libgdbm-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-gdbm Architecture: any -Depends: mit-scheme-pucked (>= 9.2.18), +Depends: mit-scheme-pucked (>= 10.1.2), ${shlibs:Depends}, ${misc:Depends} Description: GDBM plugin for MIT/GNU Scheme Pucked This package provides mit-scheme-pucked with a dynamically loadable diff --git a/src/gdbm/make.scm b/src/gdbm/make.scm index c8dd03373..1b1571f2e 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 1)) \ No newline at end of file +(add-subsystem-identification! "GDBM" '(1 0 2)) \ No newline at end of file diff --git a/src/gl/NEWS b/src/gl/NEWS index 8df86834f..5aff7a9a3 100644 --- a/src/gl/NEWS +++ b/src/gl/NEWS @@ -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.8 - Matt Birkholz, 2018-11-27 +==================================================== + +New release upstream supporting Unicode and plugins. + mit-scheme-pucked-gl 0.7 - Matt Birkholz, 2018-09-25 ==================================================== diff --git a/src/gl/configure.ac b/src/gl/configure.ac index 9edb5ed4b..950b7c780 100644 --- a/src/gl/configure.ac +++ b/src/gl/configure.ac @@ -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.7], + [0.8], [matt@birchwood-abbey.net], [mit-scheme-pucked-gl]) AC_CONFIG_SRCDIR([gl.pkg]) diff --git a/src/gl/debian/changelog b/src/gl/debian/changelog index db3f23f78..0074f6dd6 100644 --- a/src/gl/debian/changelog +++ b/src/gl/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-gl (0.8) birchwood; urgency=low + + * New release upstream supporting Unicode and plugins. + + -- Matt Birkholz Tue, 27 Nov 2018 00:00:00 -0000 + mit-scheme-pucked-gl (0.7) birchwood; urgency=low * Use new (further-load-options #t) added upstream. diff --git a/src/gl/debian/control b/src/gl/debian/control index 066cf751e..44fd32643 100644 --- a/src/gl/debian/control +++ b/src/gl/debian/control @@ -3,11 +3,11 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, - mit-scheme-pucked (>= 9.2.18), - mit-scheme-pucked-glib (>= 0.9), - mit-scheme-pucked-pango (>= 0.8), - mit-scheme-pucked-cairo (>= 0.8), - mit-scheme-pucked-gtk (>= 0.8), + mit-scheme-pucked (>= 10.1.2), + mit-scheme-pucked-glib (>= 0.11), + mit-scheme-pucked-pango (>= 0.10), + mit-scheme-pucked-cairo (>= 0.10), + mit-scheme-pucked-gtk (>= 0.10), texinfo, texlive, libglu1-mesa-dev Standards-Version: 3.9.4 @@ -17,11 +17,11 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary Package: mit-scheme-pucked-gl Architecture: any -Depends: mit-scheme-pucked (>= 9.2.18), - mit-scheme-pucked-glib (>= 0.9), - mit-scheme-pucked-pango (>= 0.8), - mit-scheme-pucked-cairo (>= 0.8), - mit-scheme-pucked-gtk (>= 0.8), +Depends: mit-scheme-pucked (>= 10.1.2), + mit-scheme-pucked-glib (>= 0.11), + mit-scheme-pucked-pango (>= 0.10), + mit-scheme-pucked-cairo (>= 0.10), + mit-scheme-pucked-gtk (>= 0.10), ${shlibs:Depends}, ${misc:Depends} Description: OpenGL plugin for MIT/GNU Scheme Pucked This package provides mit-scheme-pucked with a dynamically loadable diff --git a/src/gl/make.scm b/src/gl/make.scm index 6dc0b61f9..ae4cc7932 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 7)) \ No newline at end of file +(add-subsystem-identification! "GL" '(0 8)) \ No newline at end of file diff --git a/src/glib/NEWS b/src/glib/NEWS index 48ea05115..ef41b8982 100644 --- a/src/glib/NEWS +++ b/src/glib/NEWS @@ -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-glib 0.11 - Matt Birkholz, 2018-11-27 +======================================================= + +New release upstream supporting Unicode and plugins. + mit-scheme-pucked-glib 0.10 - Matt Birkholz, 2018-09-25 ======================================================= diff --git a/src/glib/configure.ac b/src/glib/configure.ac index 5d7fab32c..3336d41b8 100644 --- a/src/glib/configure.ac +++ b/src/glib/configure.ac @@ -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 glib plugin], - [0.10], + [0.11], [matt@birchwood-abbey.net], [mit-scheme-pucked-glib]) AC_CONFIG_SRCDIR([glib.pkg]) diff --git a/src/glib/debian/changelog b/src/glib/debian/changelog index 13baa3b71..cde320e1e 100644 --- a/src/glib/debian/changelog +++ b/src/glib/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-glib (0.11) birchwood; urgency=low + + * New release upstream supporting Unicode and plugins. + + -- Matt Birkholz Tue, 27 Nov 2018 00:00:00 -0000 + mit-scheme-pucked-glib (0.10) birchwood; urgency=low * Use new (further-load-options #t) added upstream. diff --git a/src/glib/debian/control b/src/glib/debian/control index 03bcb5e07..575790e01 100644 --- a/src/glib/debian/control +++ b/src/glib/debian/control @@ -3,7 +3,7 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, - mit-scheme-pucked (>= 9.2.18), + mit-scheme-pucked (>= 10.1.2), texinfo, texlive, libglib2.0-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-glib Architecture: any -Depends: mit-scheme-pucked (>= 9.2.18), +Depends: mit-scheme-pucked (>= 10.1.2), ${shlibs:Depends}, ${misc:Depends} Description: GLib/GIO plugin for MIT/GNU Scheme Pucked This package provides mit-scheme-pucked with a dynamically loadable diff --git a/src/glib/make.scm b/src/glib/make.scm index 3d9830b77..162a17f4f 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 10)) +(add-subsystem-identification! "GLib" '(0 11)) ((access glib-start (->environment '(glib main)))) \ No newline at end of file diff --git a/src/gtk-screen/NEWS b/src/gtk-screen/NEWS index 17af8d57d..7202bf0de 100644 --- a/src/gtk-screen/NEWS +++ b/src/gtk-screen/NEWS @@ -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-gtk-screen 0.6 - Matt Birkholz, 2018-11-27 +============================================================ + +New release upstream supporting Unicode and plugins. + mit-scheme-pucked-gtk-screen 0.5 - Matt Birkholz, 2018-09-25 ============================================================ diff --git a/src/gtk-screen/configure.ac b/src/gtk-screen/configure.ac index 354a1ce6b..f4b388b9a 100644 --- a/src/gtk-screen/configure.ac +++ b/src/gtk-screen/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([MIT/GNU Scheme Pucked gtk-screen plugin], - [0.5], + [0.6], [matt@birchwood-abbey.net], [mit-scheme-pucked-gtk-screen]) AC_CONFIG_SRCDIR([gtk-screen.pkg]) diff --git a/src/gtk-screen/debian/changelog b/src/gtk-screen/debian/changelog index f8a6a308a..d9e96f9fd 100644 --- a/src/gtk-screen/debian/changelog +++ b/src/gtk-screen/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-gtk-screen (0.6) birchwood; urgency=low + + * New release upstream supporting Unicode and plugins. + + -- Matt Birkholz Tue, 27 Nov 2018 00:00:00 -0000 + mit-scheme-pucked-gtk-screen (0.5) birchwood; urgency=low * Use new (further-load-options #t) added upstream. diff --git a/src/gtk-screen/debian/control b/src/gtk-screen/debian/control index 28a1d926c..5a3d55d5f 100644 --- a/src/gtk-screen/debian/control +++ b/src/gtk-screen/debian/control @@ -3,12 +3,12 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), - mit-scheme-pucked (>= 9.2.18), - mit-scheme-pucked-edwin (>= 3.116.4), - mit-scheme-pucked-glib (>= 0.9), - mit-scheme-pucked-pango (>= 0.8), - mit-scheme-pucked-cairo (>= 0.8), - mit-scheme-pucked-gtk (>= 0.8) + mit-scheme-pucked (>= 10.1.2), + mit-scheme-pucked-edwin (>= 3.117.2), + mit-scheme-pucked-glib (>= 0.11), + mit-scheme-pucked-pango (>= 0.10), + mit-scheme-pucked-cairo (>= 0.10), + mit-scheme-pucked-gtk (>= 0.10) Standards-Version: 3.9.4 Homepage: http://birchwood-abbey.net/~matt/Scheme/ Vcs-Git: git://birchwood-abbey.net/~matt/mit-scheme.git @@ -16,11 +16,11 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary Package: mit-scheme-pucked-gtk-screen Architecture: any -Depends: mit-scheme-pucked (>= 9.2.18), - mit-scheme-pucked-edwin (>= 3.116.4), - mit-scheme-pucked-glib (>= 0.9), - mit-scheme-pucked-pango (>= 0.8), - mit-scheme-pucked-cairo (>= 0.8), - mit-scheme-pucked-gtk (>= 0.8) +Depends: mit-scheme-pucked (>= 10.1.2), + mit-scheme-pucked-edwin (>= 3.117.2), + mit-scheme-pucked-glib (>= 0.11), + mit-scheme-pucked-pango (>= 0.10), + mit-scheme-pucked-cairo (>= 0.10), + mit-scheme-pucked-gtk (>= 0.10) Description: Gtk screen plugin for MIT/GNU Scheme Pucked This package provides a Gtk-based screen type for Edwin. diff --git a/src/gtk-screen/make.scm b/src/gtk-screen/make.scm index 30192d312..a695e9645 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 5)) \ No newline at end of file +(add-subsystem-identification! "Gtk-Screen" '(0 6)) \ No newline at end of file diff --git a/src/gtk/NEWS b/src/gtk/NEWS index 62e38434e..6fdabe4a6 100644 --- a/src/gtk/NEWS +++ b/src/gtk/NEWS @@ -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-gtk 0.10 - Matt Birkholz, 2018-11-27 +======================================================= + +New release upstream supporting Unicode and plugins. + mit-scheme-pucked-gtk 0.9 - Matt Birkholz, 2018-09-25 ====================================================== diff --git a/src/gtk/configure.ac b/src/gtk/configure.ac index e3de544bd..3f79db592 100644 --- a/src/gtk/configure.ac +++ b/src/gtk/configure.ac @@ -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 gtk plugin], - [0.9], + [0.10], [matt@birchwood-abbey.net], [mit-scheme-pucked-gtk]) AC_CONFIG_SRCDIR([gtk.pkg]) diff --git a/src/gtk/debian/changelog b/src/gtk/debian/changelog index 748587cd4..f23791493 100644 --- a/src/gtk/debian/changelog +++ b/src/gtk/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-gtk (0.10) birchwood; urgency=low + + * New release upstream supporting Unicode and plugins. + + -- Matt Birkholz Tue, 27 Nov 2018 00:00:00 -0000 + mit-scheme-pucked-gtk (0.9) birchwood; urgency=low * Use new (further-load-options #t) added upstream. diff --git a/src/gtk/debian/control b/src/gtk/debian/control index a1deda045..515aa56ca 100644 --- a/src/gtk/debian/control +++ b/src/gtk/debian/control @@ -3,10 +3,10 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, - mit-scheme-pucked (>= 9.2.18), - mit-scheme-pucked-glib (>= 0.9), - mit-scheme-pucked-pango (>= 0.8), - mit-scheme-pucked-cairo (>= 0.8), + mit-scheme-pucked (>= 10.1.2), + mit-scheme-pucked-glib (>= 0.11), + mit-scheme-pucked-pango (>= 0.10), + mit-scheme-pucked-cairo (>= 0.10), texinfo, texlive, libgtk-3-dev Standards-Version: 3.9.4 @@ -16,10 +16,10 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary Package: mit-scheme-pucked-gtk Architecture: any -Depends: mit-scheme-pucked (>= 9.2.18), - mit-scheme-pucked-glib (>= 0.9), - mit-scheme-pucked-pango (>= 0.8), - mit-scheme-pucked-cairo (>= 0.8), +Depends: mit-scheme-pucked (>= 10.1.2), + mit-scheme-pucked-glib (>= 0.11), + mit-scheme-pucked-pango (>= 0.10), + mit-scheme-pucked-cairo (>= 0.10), ${shlibs:Depends}, ${misc:Depends} Description: Gtk plugin for MIT/GNU Scheme Pucked This package provides mit-scheme-pucked with a dynamically loadable diff --git a/src/gtk/make.scm b/src/gtk/make.scm index c0c55c11c..2460ca068 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 9)) +(add-subsystem-identification! "Gtk" '(0 10)) ((access gtk-start (->environment '(gtk main)))) \ No newline at end of file diff --git a/src/imail/NEWS b/src/imail/NEWS index 065be9ec3..14c15ce25 100644 --- a/src/imail/NEWS +++ b/src/imail/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-imail 1.22.2 - Matt Birkholz, 2018-11-27 +========================================================== + +New release upstream supporting Unicode and plugins. + mit-scheme-pucked-imail 1.22.1 - Matt Birkholz, 2018-10-10 ========================================================== diff --git a/src/imail/configure.ac b/src/imail/configure.ac index c3fa84426..63313b937 100644 --- a/src/imail/configure.ac +++ b/src/imail/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([MIT/GNU Scheme Pucked imail plugin], - [1.22.1], + [1.22.2], [matt@birchwood-abbey.net], [mit-scheme-pucked-imail]) AC_CONFIG_SRCDIR([imail.pkg]) diff --git a/src/imail/debian/changelog b/src/imail/debian/changelog index 299943f3d..db869e8f8 100644 --- a/src/imail/debian/changelog +++ b/src/imail/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-imail (1.22.2) birchwood; urgency=low + + * New release upstream supporting Unicode and plugins. + + -- Matt Birkholz Tue, 27 Nov 2018 00:00:00 -0000 + mit-scheme-pucked-imail (1.22.1) birchwood; urgency=low * New upstream with Imail as a separately installable project. diff --git a/src/imail/debian/control b/src/imail/debian/control index d62b7ae78..11e2c08c8 100644 --- a/src/imail/debian/control +++ b/src/imail/debian/control @@ -3,8 +3,8 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), - mit-scheme-pucked (>= 9.2.15), - mit-scheme-pucked-edwin (>= 3.116.4), + mit-scheme-pucked (>= 10.1.2), + mit-scheme-pucked-edwin (>= 3.117.2), texinfo, texlive Standards-Version: 3.9.4 Homepage: http://birchwood-abbey.net/~matt/Scheme/ @@ -13,8 +13,8 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary Package: mit-scheme-pucked-imail Architecture: any -Depends: mit-scheme-pucked (>= 9.2.15), - mit-scheme-pucked-edwin (>= 3.116.4) +Depends: mit-scheme-pucked (>= 10.1.2), + mit-scheme-pucked-edwin (>= 3.117.2) Description: IMail plugin for MIT/GNU Scheme Pucked This package provides mit-scheme-pucked-edwin with an imail command for reading email on IMAP servers. diff --git a/src/imail/make.scm b/src/imail/make.scm index 7190dc501..b79f53e58 100644 --- a/src/imail/make.scm +++ b/src/imail/make.scm @@ -33,4 +33,4 @@ along with IMail; if not, write to the Free Software Foundation, Inc., (lambda () (fluid-let ((*allow-package-redefinition?* #t)) (load-package-set "imail")))) -(add-subsystem-identification! "IMAIL" '(1 22 1)) \ No newline at end of file +(add-subsystem-identification! "IMAIL" '(1 22 2)) \ No newline at end of file diff --git a/src/mcrypt/NEWS b/src/mcrypt/NEWS index 6536b52b4..f22461572 100644 --- a/src/mcrypt/NEWS +++ b/src/mcrypt/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-mcrypt 1.0.2 - Matt Birkholz, 2018-11-27 +========================================================== + +New release upstream supporting Unicode and plugins. + mit-scheme-pucked-mcrypt 1.0.1 - Matt Birkholz, 2018-09-25 ========================================================== diff --git a/src/mcrypt/configure.ac b/src/mcrypt/configure.ac index 46b4c896e..b3221dd68 100644 --- a/src/mcrypt/configure.ac +++ b/src/mcrypt/configure.ac @@ -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 mcrypt plugin], - [1.0.1], + [1.0.2], [matt@birchwood-abbey.net], [mit-scheme-pucked-mcrypt]) AC_CONFIG_SRCDIR([mcrypt.pkg]) diff --git a/src/mcrypt/debian/changelog b/src/mcrypt/debian/changelog index fb01c57a3..3c4cbae5a 100644 --- a/src/mcrypt/debian/changelog +++ b/src/mcrypt/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-mcrypt (1.0.2) birchwood; urgency=low + + * New release upstream supporting Unicode and plugins. + + -- Matt Birkholz Tue, 27 Nov 2018 00:00:00 -0000 + mit-scheme-pucked-mcrypt (1.0.1) birchwood; urgency=low * Use new (further-load-options #t) added upstream. diff --git a/src/mcrypt/debian/control b/src/mcrypt/debian/control index 057df4fc0..fc51e5098 100644 --- a/src/mcrypt/debian/control +++ b/src/mcrypt/debian/control @@ -3,7 +3,7 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, - mit-scheme-pucked (>= 9.2.18), + mit-scheme-pucked (>= 10.1.2), libmcrypt-dev Standards-Version: 3.9.4 Homepage: http://birchwood-abbey.net/~matt/Scheme/ @@ -12,7 +12,7 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary Package: mit-scheme-pucked-mcrypt Architecture: any -Depends: mit-scheme-pucked (>= 9.2.18), +Depends: mit-scheme-pucked (>= 10.1.2), ${shlibs:Depends}, ${misc:Depends} Description: MCrypt plugin for MIT/GNU Scheme Pucked This package provides mit-scheme-pucked with a dynamically loadable diff --git a/src/mcrypt/make.scm b/src/mcrypt/make.scm index fa994a668..c164cb9a9 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 1)) +(add-subsystem-identification! "mcrypt" '(1 0 2)) ;; "Export" these to the (runtime crypto) package bindings. (let ((crypto (->environment '(runtime crypto))) diff --git a/src/pango/NEWS b/src/pango/NEWS index 01fbcf6a4..a1d46932e 100644 --- a/src/pango/NEWS +++ b/src/pango/NEWS @@ -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-pango 0.10 - Matt Birkholz, 2018-11-27 +======================================================== + +New release upstream supporting Unicode and plugins. + mit-scheme-pucked-pango 0.9 - Matt Birkholz, 2018-09-25 ======================================================= diff --git a/src/pango/configure.ac b/src/pango/configure.ac index 45017d5df..68c1f13d6 100644 --- a/src/pango/configure.ac +++ b/src/pango/configure.ac @@ -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 pango plugin], - [0.9], + [0.10], [matt@birchwood-abbey.net], [mit-scheme-pucked-pango]) AC_CONFIG_SRCDIR([pango.pkg]) diff --git a/src/pango/debian/changelog b/src/pango/debian/changelog index 18e4600d2..5880e05ce 100644 --- a/src/pango/debian/changelog +++ b/src/pango/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-pango (0.10) birchwood; urgency=low + + * New release upstream supporting Unicode and plugins. + + -- Matt Birkholz Tue, 27 Nov 2018 00:00:00 -0000 + mit-scheme-pucked-pango (0.9) birchwood; urgency=low * Use new (further-load-options #t) added upstream. diff --git a/src/pango/debian/control b/src/pango/debian/control index 1a37cbe09..7ff89c1ac 100644 --- a/src/pango/debian/control +++ b/src/pango/debian/control @@ -3,8 +3,8 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, - mit-scheme-pucked (>= 9.2.18), - mit-scheme-pucked-glib (>= 0.9), + mit-scheme-pucked (>= 10.1.2), + mit-scheme-pucked-glib (>= 0.11), texinfo, texlive, libpango1.0-dev Standards-Version: 3.9.4 @@ -14,8 +14,8 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary Package: mit-scheme-pucked-pango Architecture: any -Depends: mit-scheme-pucked (>= 9.2.18), - mit-scheme-pucked-glib (>= 0.9), +Depends: mit-scheme-pucked (>= 10.1.2), + mit-scheme-pucked-glib (>= 0.11), ${shlibs:Depends}, ${misc:Depends} Description: Pango plugin for MIT/GNU Scheme Pucked This package provides mit-scheme-pucked with a dynamically loadable diff --git a/src/pango/make.scm b/src/pango/make.scm index 05cb21f6a..77316fbb9 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 9)) \ No newline at end of file +(add-subsystem-identification! "Pango" '(0 10)) \ No newline at end of file diff --git a/src/pgsql/NEWS b/src/pgsql/NEWS index 791e08c27..c01f85ee8 100644 --- a/src/pgsql/NEWS +++ b/src/pgsql/NEWS @@ -22,6 +22,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-pgsql 1.0.2 - Matt Birkholz, 2018-11-27 +========================================================= + +New release upstream supporting Unicode and plugins. + mit-scheme-pucked-pgsql 1.0.1 - Matt Birkholz, 2018-09-25 ========================================================= diff --git a/src/pgsql/configure.ac b/src/pgsql/configure.ac index be2e7059b..013cacf87 100644 --- a/src/pgsql/configure.ac +++ b/src/pgsql/configure.ac @@ -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 pgsql plugin], - [1.0.1], + [1.0.2], [matt@birchwood-abbey.net], [mit-scheme-pucked-pgsql]) AC_CONFIG_SRCDIR([pgsql.pkg]) diff --git a/src/pgsql/debian/changelog b/src/pgsql/debian/changelog index 600dc372e..7b4f61968 100644 --- a/src/pgsql/debian/changelog +++ b/src/pgsql/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-pgsql (1.0.2) birchwood; urgency=low + + * New release upstream supporting Unicode and plugins. + + -- Matt Birkholz Tue, 27 Nov 2018 00:00:00 -0000 + mit-scheme-pucked-pgsql (1.0.1) birchwood; urgency=low * Use new (further-load-options #t) added upstream. diff --git a/src/pgsql/debian/control b/src/pgsql/debian/control index b747fe325..b1ec1cc35 100644 --- a/src/pgsql/debian/control +++ b/src/pgsql/debian/control @@ -3,7 +3,7 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, - mit-scheme-pucked (>= 9.2.18), + mit-scheme-pucked (>= 10.1.2), libpq-dev Standards-Version: 3.9.4 Homepage: http://birchwood-abbey.net/~matt/Scheme/ @@ -12,7 +12,7 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary Package: mit-scheme-pucked-pgsql Architecture: any -Depends: mit-scheme-pucked (>= 9.2.18), +Depends: mit-scheme-pucked (>= 10.1.2), ${shlibs:Depends}, ${misc:Depends} Description: PostgreSQL plugin for MIT/GNU Scheme Pucked This package provides mit-scheme-pucked with a dynamically loadable diff --git a/src/pgsql/make.scm b/src/pgsql/make.scm index a75fad9aa..c2b257946 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 1)) \ No newline at end of file +(add-subsystem-identification! "PostgreSQL" '(1 0 2)) \ No newline at end of file diff --git a/src/planetarium/NEWS b/src/planetarium/NEWS index 5f431afa7..6dde52be0 100644 --- a/src/planetarium/NEWS +++ b/src/planetarium/NEWS @@ -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-planetarium 0.8 - Matt Birkholz, 2018-11-27 +============================================================= + +New release upstream supporting Unicode and plugins. + mit-scheme-pucked-planetarium 0.7 - Matt Birkholz, 2018-09-25 ============================================================= diff --git a/src/planetarium/configure.ac b/src/planetarium/configure.ac index 4f23d0f74..d599edee2 100644 --- a/src/planetarium/configure.ac +++ b/src/planetarium/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([MIT/GNU Scheme Pucked planetarium plugin], - [0.7], + [0.8], [matt@birchwood-abbey.net], [mit-scheme-pucked-planetarium]) AC_CONFIG_SRCDIR([mit.pkg]) diff --git a/src/planetarium/debian/changelog b/src/planetarium/debian/changelog index ec343dd97..a88b74381 100644 --- a/src/planetarium/debian/changelog +++ b/src/planetarium/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-planetarium (0.8) birchwood; urgency=low + + * New release upstream supporting Unicode and plugins. + + -- Matt Birkholz Tue, 27 Nov 2018 00:00:00 -0000 + mit-scheme-pucked-planetarium (0.7) birchwood; urgency=low * Use new (further-load-options #t) added upstream. diff --git a/src/planetarium/debian/control b/src/planetarium/debian/control index 7d0d38c5e..031c10b33 100644 --- a/src/planetarium/debian/control +++ b/src/planetarium/debian/control @@ -3,10 +3,10 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), - mit-scheme-pucked (>= 9.2.18), - mit-scheme-pucked-glib (>= 0.9), - mit-scheme-pucked-gtk (>= 0.8), - mit-scheme-pucked-gl (>= 0.6), + mit-scheme-pucked (>= 10.1.2), + mit-scheme-pucked-glib (>= 0.11), + mit-scheme-pucked-gtk (>= 0.10), + mit-scheme-pucked-gl (>= 0.8), texinfo, texlive Standards-Version: 3.9.4 Homepage: http://birchwood-abbey.net/~matt/Scheme/ @@ -15,10 +15,10 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary Package: mit-scheme-pucked-planetarium Architecture: any -Depends: mit-scheme-pucked (>= 9.2.18), - mit-scheme-pucked-glib (>= 0.9), - mit-scheme-pucked-gtk (>= 0.8), - mit-scheme-pucked-gl (>= 0.6) +Depends: mit-scheme-pucked (>= 10.1.2), + mit-scheme-pucked-glib (>= 0.11), + mit-scheme-pucked-gtk (>= 0.10), + mit-scheme-pucked-gl (>= 0.8) Description: A Planetarium for MIT/GNU Scheme Pucked This package currently contains: . diff --git a/src/planetarium/mit-make.scm b/src/planetarium/mit-make.scm index 145b9050c..79b8dfa30 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 7)) \ No newline at end of file +(add-subsystem-identification! "Planetarium" '(0 8)) \ No newline at end of file diff --git a/src/x11-screen/NEWS b/src/x11-screen/NEWS index 6ca18a088..cbbd8b1ac 100644 --- a/src/x11-screen/NEWS +++ b/src/x11-screen/NEWS @@ -28,6 +28,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-x11-screen 1.0.2 - Matt Birkholz, 2018-11-27 +============================================================== + +New release upstream supporting Unicode and plugins. + mit-scheme-pucked-x11-screen 1.0.1 - Matt Birkholz, 2018-09-25 ============================================================== diff --git a/src/x11-screen/configure.ac b/src/x11-screen/configure.ac index 90bad0dac..4dcdd57d0 100644 --- a/src/x11-screen/configure.ac +++ b/src/x11-screen/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([MIT/GNU Scheme Pucked Edwin X11 Screen plugin], - [1.0.1], + [1.0.2], [matt@birchwood-abbey.net], [mit-scheme-pucked-x11-screen]) AC_CONFIG_SRCDIR([x11-screen.pkg]) diff --git a/src/x11-screen/debian/changelog b/src/x11-screen/debian/changelog index d79597bd2..11d6511ce 100644 --- a/src/x11-screen/debian/changelog +++ b/src/x11-screen/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-x11-screen (1.0.2) birchwood; urgency=low + + * New release upstream supporting Unicode and plugins. + + -- Matt Birkholz Tue, 27 Nov 2018 00:00:00 -0000 + mit-scheme-pucked-x11-screen (1.0.1) birchwood; urgency=low * Use new (further-load-options #t) added upstream. diff --git a/src/x11-screen/debian/control b/src/x11-screen/debian/control index c5d4e9289..ee6de4806 100644 --- a/src/x11-screen/debian/control +++ b/src/x11-screen/debian/control @@ -3,9 +3,9 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), - mit-scheme-pucked (>= 9.2.18), - mit-scheme-pucked-edwin (>= 3.116.4), - mit-scheme-pucked-x11 (>= 1.0.0) + mit-scheme-pucked (>= 10.1.2), + mit-scheme-pucked-edwin (>= 3.117.2), + mit-scheme-pucked-x11 (>= 1.2.2) Standards-Version: 3.9.4 Homepage: http://birchwood-abbey.net/~matt/Scheme/ Vcs-Git: git://birchwood-abbey.net/~matt/mit-scheme.git @@ -13,9 +13,9 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary Package: mit-scheme-pucked-x11-screen Architecture: any -Depends: mit-scheme-pucked (>= 9.2.18), - mit-scheme-pucked-edwin (>= 3.116.4), - mit-scheme-pucked-x11 (>= 1.0.0) +Depends: mit-scheme-pucked (>= 10.1.2), + mit-scheme-pucked-edwin (>= 3.117.2), + mit-scheme-pucked-x11 (>= 1.2.2) Description: Edwin X11 screen plugin for MIT/GNU Scheme Pucked This package provides mit-scheme-pucked with an X11 screen type for Edwin. Install this package to get all of the functionality provided diff --git a/src/x11-screen/make.scm b/src/x11-screen/make.scm index 5a2587c8c..610425507 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 1)) +(add-subsystem-identification! "X11-Screen" '(1 0 2)) ;; Replace stubs in (edwin screen x-screen). (let ((x (->environment '(edwin screen x-screen))) diff --git a/src/x11/NEWS b/src/x11/NEWS index b39671b10..7d574d482 100644 --- a/src/x11/NEWS +++ b/src/x11/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-x11 1.2.2 - Matt Birkholz, 2018-11-27 +======================================================= + +New release upstream supporting Unicode and plugins. + mit-scheme-pucked-x11 1.2.1 - Matt Birkholz, 2018-09-25 ======================================================= diff --git a/src/x11/configure.ac b/src/x11/configure.ac index 0e03c0c2b..d66ad1308 100644 --- a/src/x11/configure.ac +++ b/src/x11/configure.ac @@ -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 x11 plugin], - [1.2.1], + [1.2.2], [matt@birchwood-abbey.net], [mit-scheme-pucked-x11]) AC_CONFIG_SRCDIR([x11.pkg]) diff --git a/src/x11/debian/changelog b/src/x11/debian/changelog index 6e8d77c72..ff53cab34 100644 --- a/src/x11/debian/changelog +++ b/src/x11/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-x11 (1.2.2) birchwood; urgency=low + + * New release upstream supporting Unicode and plugins. + + -- Matt Birkholz Tue, 27 Nov 2018 00:00:00 -0000 + mit-scheme-pucked-x11 (1.2.1) birchwood; urgency=low * Use new (further-load-options #t) added upstream. diff --git a/src/x11/debian/control b/src/x11/debian/control index 82488f67d..0dd1e997b 100644 --- a/src/x11/debian/control +++ b/src/x11/debian/control @@ -3,7 +3,7 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, - mit-scheme-pucked (>= 9.2.18), + mit-scheme-pucked (>= 10.1.2), libx11-dev Standards-Version: 3.9.4 Homepage: http://birchwood-abbey.net/~matt/Scheme/ @@ -12,7 +12,7 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary Package: mit-scheme-pucked-x11 Architecture: any -Depends: mit-scheme-pucked (>= 9.2.18), +Depends: mit-scheme-pucked (>= 10.1.2), ${shlibs:Depends}, ${misc:Depends} Description: X11 plugin for MIT/GNU Scheme Pucked This package provides mit-scheme-pucked with an X11 graphics device diff --git a/src/x11/make.scm b/src/x11/make.scm index 3220db8f4..fbd02e2e9 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 1)) \ No newline at end of file +(add-subsystem-identification! "X11" '(1 2 2)) \ No newline at end of file -- 2.25.1