From b00a7de349839bcf1161ef6ab5b8c938288ba899 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Tue, 25 Sep 2018 10:29:36 -0700 Subject: [PATCH] Increment all the versions. --- src/blowfish/NEWS | 5 +++++ src/blowfish/configure.ac | 2 +- src/blowfish/debian/changelog | 6 ++++++ src/blowfish/debian/control | 4 ++-- src/cairo/NEWS | 5 +++++ src/cairo/configure.ac | 2 +- src/cairo/debian/changelog | 6 ++++++ src/cairo/debian/control | 4 ++-- src/devops/NEWS | 5 +++++ src/devops/configure.ac | 2 +- src/devops/debian/changelog | 6 ++++++ src/devops/debian/control | 4 ++-- src/gdbm/NEWS | 5 +++++ src/gdbm/configure.ac | 2 +- src/gdbm/debian/changelog | 6 ++++++ src/gdbm/debian/control | 4 ++-- src/gl/NEWS | 5 +++++ src/gl/configure.ac | 2 +- src/gl/debian/changelog | 6 ++++++ src/gl/debian/control | 4 ++-- src/glib/NEWS | 5 +++++ src/glib/configure.ac | 2 +- src/glib/debian/changelog | 6 ++++++ src/glib/debian/control | 4 ++-- src/gtk-screen/NEWS | 5 +++++ src/gtk-screen/configure.ac | 2 +- src/gtk-screen/debian/changelog | 6 ++++++ src/gtk-screen/debian/control | 4 ++-- src/gtk/NEWS | 5 +++++ src/gtk/configure.ac | 2 +- src/gtk/debian/changelog | 6 ++++++ src/gtk/debian/control | 4 ++-- src/mcrypt/NEWS | 5 +++++ src/mcrypt/configure.ac | 2 +- src/mcrypt/debian/changelog | 6 ++++++ src/mcrypt/debian/control | 4 ++-- src/pango/NEWS | 5 +++++ src/pango/configure.ac | 2 +- src/pango/debian/changelog | 6 ++++++ src/pango/debian/control | 4 ++-- src/pgsql/NEWS | 5 +++++ src/pgsql/configure.ac | 2 +- src/pgsql/debian/changelog | 6 ++++++ src/pgsql/debian/control | 4 ++-- src/planetarium/NEWS | 5 +++++ src/planetarium/configure.ac | 2 +- src/planetarium/debian/changelog | 6 ++++++ src/planetarium/debian/control | 4 ++-- src/runtime/version.scm | 2 +- src/x11-screen/NEWS | 5 +++++ src/x11-screen/configure.ac | 2 +- src/x11-screen/debian/changelog | 6 ++++++ src/x11-screen/debian/control | 4 ++-- src/x11/NEWS | 5 +++++ src/x11/configure.ac | 2 +- src/x11/debian/changelog | 6 ++++++ src/x11/debian/control | 4 ++-- 57 files changed, 197 insertions(+), 43 deletions(-) diff --git a/src/blowfish/NEWS b/src/blowfish/NEWS index 4bf639126..69569c313 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.1 - Matt Birkholz, 2018-09-25 +============================================================ + +Use new (further-load-options #t) added upstream. + mit-scheme-pucked-blowfish 1.1.0 - Matt Birkholz, 2018-07-29 ============================================================ diff --git a/src/blowfish/configure.ac b/src/blowfish/configure.ac index 0be1467f6..a850a683b 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.0], + [1.1.1], [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 8a0a54587..3934a90f4 100644 --- a/src/blowfish/debian/changelog +++ b/src/blowfish/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-blowfish (1.1.1) birchwood; urgency=low + + * Use new (further-load-options #t) added upstream. + + -- Matt Birkholz Tue, 25 Sep 2018 00:00:00 -0000 + mit-scheme-pucked-blowfish (1.1.0) birchwood; urgency=low * New upstream has removed the boast from the ancient description in diff --git a/src/blowfish/debian/control b/src/blowfish/debian/control index b2c823fb0..da91b17f5 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.15), + mit-scheme-pucked (>= 9.2.18), 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.15), +Depends: mit-scheme-pucked (>= 9.2.18), ${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/cairo/NEWS b/src/cairo/NEWS index 7d8c006f2..0bd015f6c 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.9 - Matt Birkholz, 2018-09-25 +======================================================= + +Use new (further-load-options #t) added upstream. + mit-scheme-pucked-cairo 0.8 - Matt Birkholz, 2018-06-22 ======================================================= diff --git a/src/cairo/configure.ac b/src/cairo/configure.ac index 6d729545a..5dcc6f962 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.8], + [0.9], [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 ccf4d5a61..4c9c6b54b 100644 --- a/src/cairo/debian/changelog +++ b/src/cairo/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-cairo (0.9) birchwood; urgency=low + + * Use new (further-load-options #t) added upstream. + + -- Matt Birkholz Tue, 25 Sep 2018 00:00:00 -0000 + mit-scheme-pucked-cairo (0.8) birchwood; urgency=low * New upstream; install missing .pkg source file. diff --git a/src/cairo/debian/control b/src/cairo/debian/control index e5db17a3f..077071f67 100644 --- a/src/cairo/debian/control +++ b/src/cairo/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.15), + mit-scheme-pucked (>= 9.2.18), mit-scheme-pucked-glib (>= 0.9), mit-scheme-pucked-pango (>= 0.8), texinfo, texlive, @@ -15,7 +15,7 @@ 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.15), +Depends: mit-scheme-pucked (>= 9.2.18), mit-scheme-pucked-glib (>= 0.9), mit-scheme-pucked-pango (>= 0.8), ${shlibs:Depends}, ${misc:Depends} diff --git a/src/devops/NEWS b/src/devops/NEWS index 28e7d762f..5ff24e46a 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.9 - Matt Birkholz, 2018-09-25 +======================================================== + +Use new (further-load-options #t) added upstream. + mit-scheme-pucked-devops 0.8 - Matt Birkholz, 2018-06-22 ======================================================== diff --git a/src/devops/configure.ac b/src/devops/configure.ac index e6543f03b..ecb85c167 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.8], + [0.9], [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 ac622085a..153786544 100644 --- a/src/devops/debian/changelog +++ b/src/devops/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-devops (0.9) birchwood; urgency=low + + * Use new (further-load-options #t) added upstream. + + -- Matt Birkholz Tue, 25 Sep 2018 00:00:00 -0000 + mit-scheme-pucked-devops (0.8) birchwood; urgency=low * New upstream with more deprecated bindings. diff --git a/src/devops/debian/control b/src/devops/debian/control index 2bf4c03c2..c36fc17fe 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.15), + mit-scheme-pucked (>= 9.2.18), 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.15) +Depends: mit-scheme-pucked (>= 9.2.18) 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/gdbm/NEWS b/src/gdbm/NEWS index 389ce4b5d..7aeb13e48 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.1 - Matt Birkholz, 2018-09-25 +======================================================== + +Use new (further-load-options #t) added upstream. + mit-scheme-pucked-gdbm 1.0.0 - Matt Birkholz, 2018-06-22 ======================================================== diff --git a/src/gdbm/configure.ac b/src/gdbm/configure.ac index 8c58e9cd8..0920253a4 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.0], + [1.0.1], [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 93136f69b..c2b7ecd58 100644 --- a/src/gdbm/debian/changelog +++ b/src/gdbm/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-gdbm (1.0.1) birchwood; urgency=low + + * Use new (further-load-options #t) added upstream. + + -- Matt Birkholz Tue, 25 Sep 2018 00:00:00 -0000 + mit-scheme-pucked-gdbm (1.0.0) birchwood; urgency=low * New upstream has replaced the gdbm µmodule, changed the option diff --git a/src/gdbm/debian/control b/src/gdbm/debian/control index 62c083405..f113928f4 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.15), + mit-scheme-pucked (>= 9.2.18), 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.15), +Depends: mit-scheme-pucked (>= 9.2.18), ${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/gl/NEWS b/src/gl/NEWS index 3310a2261..8df86834f 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.7 - Matt Birkholz, 2018-09-25 +==================================================== + +Use new (further-load-options #t) added upstream. + mit-scheme-pucked-gl 0.6 - Matt Birkholz, 2018-06-22 ==================================================== diff --git a/src/gl/configure.ac b/src/gl/configure.ac index bd98cacf7..a068c1c2b 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.6], + [0.7], [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 a474aa6c5..db3f23f78 100644 --- a/src/gl/debian/changelog +++ b/src/gl/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-gl (0.7) birchwood; urgency=low + + * Use new (further-load-options #t) added upstream. + + -- Matt Birkholz Tue, 25 Sep 2018 10:00:00 -0000 + mit-scheme-pucked-gl (0.6) birchwood; urgency=low * New upstream. diff --git a/src/gl/debian/control b/src/gl/debian/control index 0e5323951..066cf751e 100644 --- a/src/gl/debian/control +++ b/src/gl/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.15), + mit-scheme-pucked (>= 9.2.18), mit-scheme-pucked-glib (>= 0.9), mit-scheme-pucked-pango (>= 0.8), mit-scheme-pucked-cairo (>= 0.8), @@ -17,7 +17,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 (>= 9.2.15), +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), diff --git a/src/glib/NEWS b/src/glib/NEWS index 38529f8fa..48ea05115 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.10 - Matt Birkholz, 2018-09-25 +======================================================= + +Use new (further-load-options #t) added upstream. + mit-scheme-pucked-glib 0.9 - Matt Birkholz, 2018-06-22 ====================================================== diff --git a/src/glib/configure.ac b/src/glib/configure.ac index a73104be7..20d9a445e 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.9], + [0.10], [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 e1fe239bc..13baa3b71 100644 --- a/src/glib/debian/changelog +++ b/src/glib/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-glib (0.10) birchwood; urgency=low + + * Use new (further-load-options #t) added upstream. + + -- Matt Birkholz Tue, 25 Sep 2018 00:00:00 -0000 + mit-scheme-pucked-glib (0.9) birchwood; urgency=low * New upstream. Install missing .pkg source file. diff --git a/src/glib/debian/control b/src/glib/debian/control index b97335bf5..03bcb5e07 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.15), + mit-scheme-pucked (>= 9.2.18), 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.15), +Depends: mit-scheme-pucked (>= 9.2.18), ${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/gtk-screen/NEWS b/src/gtk-screen/NEWS index aec686826..17af8d57d 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.5 - Matt Birkholz, 2018-09-25 +============================================================ + +Use new (further-load-options #t) added upstream. + mit-scheme-pucked-gtk-screen 0.4 - Matt Birkholz, 2018-06-22 ============================================================ diff --git a/src/gtk-screen/configure.ac b/src/gtk-screen/configure.ac index 13cfee9cd..750ed1ca9 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.4], + [0.5], [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 d4099337d..f8a6a308a 100644 --- a/src/gtk-screen/debian/changelog +++ b/src/gtk-screen/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-gtk-screen (0.5) birchwood; urgency=low + + * Use new (further-load-options #t) added upstream. + + -- Matt Birkholz Tue, 25 Sep 2018 00:00:00 -0000 + mit-scheme-pucked-gtk-screen (0.4) birchwood; urgency=low * New upstream. Install missing .pkg source file. diff --git a/src/gtk-screen/debian/control b/src/gtk-screen/debian/control index abc544e74..28a1d926c 100644 --- a/src/gtk-screen/debian/control +++ b/src/gtk-screen/debian/control @@ -3,7 +3,7 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), - mit-scheme-pucked (>= 9.2.15), + 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), @@ -16,7 +16,7 @@ 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.15), +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), diff --git a/src/gtk/NEWS b/src/gtk/NEWS index 4f1df6122..62e38434e 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.9 - Matt Birkholz, 2018-09-25 +====================================================== + +Use new (further-load-options #t) added upstream. + mit-scheme-pucked-gtk 0.8 - Matt Birkholz, 2018-06-22 ====================================================== diff --git a/src/gtk/configure.ac b/src/gtk/configure.ac index 1a14bd877..378d0ab83 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.8], + [0.9], [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 944f4b8f0..748587cd4 100644 --- a/src/gtk/debian/changelog +++ b/src/gtk/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-gtk (0.9) birchwood; urgency=low + + * Use new (further-load-options #t) added upstream. + + -- Matt Birkholz Tue, 25 Sep 2018 00:00:00 -0000 + mit-scheme-pucked-gtk (0.8) birchwood; urgency=low * New upstream. Install missing .pkg source file. diff --git a/src/gtk/debian/control b/src/gtk/debian/control index 7a89e2523..a1deda045 100644 --- a/src/gtk/debian/control +++ b/src/gtk/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.15), + mit-scheme-pucked (>= 9.2.18), mit-scheme-pucked-glib (>= 0.9), mit-scheme-pucked-pango (>= 0.8), mit-scheme-pucked-cairo (>= 0.8), @@ -16,7 +16,7 @@ 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.15), +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), diff --git a/src/mcrypt/NEWS b/src/mcrypt/NEWS index 6d9fd6814..6536b52b4 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.1 - Matt Birkholz, 2018-09-25 +========================================================== + +Use new (further-load-options #t) added upstream. + mit-scheme-pucked-mcrypt 1.0.0 - Matt Birkholz, 2018-06-22 ========================================================== diff --git a/src/mcrypt/configure.ac b/src/mcrypt/configure.ac index 2de8a762c..6630b61b5 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.0], + [1.0.1], [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 aa8cf0039..fb01c57a3 100644 --- a/src/mcrypt/debian/changelog +++ b/src/mcrypt/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-mcrypt (1.0.1) birchwood; urgency=low + + * Use new (further-load-options #t) added upstream. + + -- Matt Birkholz Tue, 25 Sep 2018 00:00:00 -0000 + mit-scheme-pucked-mcrypt (1.0.0) birchwood; urgency=low * New upstream has replaced the mcrypt µmodule, and deprecated the diff --git a/src/mcrypt/debian/control b/src/mcrypt/debian/control index 32ef4a8d7..057df4fc0 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.15), + mit-scheme-pucked (>= 9.2.18), 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.15), +Depends: mit-scheme-pucked (>= 9.2.18), ${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/pango/NEWS b/src/pango/NEWS index b61056a50..01fbcf6a4 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.9 - Matt Birkholz, 2018-09-25 +======================================================= + +Use new (further-load-options #t) added upstream. + mit-scheme-pucked-pango 0.8 - Matt Birkholz, 2018-06-22 ======================================================= diff --git a/src/pango/configure.ac b/src/pango/configure.ac index cd045dacb..8325a53fc 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.8], + [0.9], [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 9ddb4b594..18e4600d2 100644 --- a/src/pango/debian/changelog +++ b/src/pango/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-pango (0.9) birchwood; urgency=low + + * Use new (further-load-options #t) added upstream. + + -- Matt Birkholz Tue, 25 Sep 2018 00:00:00 -0000 + mit-scheme-pucked-pango (0.8) birchwood; urgency=low * New upstream. Install missing .pkg source file. diff --git a/src/pango/debian/control b/src/pango/debian/control index 80a487ad7..1a37cbe09 100644 --- a/src/pango/debian/control +++ b/src/pango/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.15), + mit-scheme-pucked (>= 9.2.18), mit-scheme-pucked-glib (>= 0.9), texinfo, texlive, libpango1.0-dev @@ -14,7 +14,7 @@ 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.15), +Depends: mit-scheme-pucked (>= 9.2.18), mit-scheme-pucked-glib (>= 0.9), ${shlibs:Depends}, ${misc:Depends} Description: Pango plugin for MIT/GNU Scheme Pucked diff --git a/src/pgsql/NEWS b/src/pgsql/NEWS index 1888316e7..791e08c27 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.1 - Matt Birkholz, 2018-09-25 +========================================================= + +Use new (further-load-options #t) added upstream. + mit-scheme-pucked-pgsql 1.0.0 - Matt Birkholz, 2018-06-22 ========================================================= diff --git a/src/pgsql/configure.ac b/src/pgsql/configure.ac index 49f8c6187..cd96a68b6 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.0], + [1.0.1], [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 8e648c890..600dc372e 100644 --- a/src/pgsql/debian/changelog +++ b/src/pgsql/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-pgsql (1.0.1) birchwood; urgency=low + + * Use new (further-load-options #t) added upstream. + + -- Matt Birkholz Tue, 25 Sep 2018 00:00:00 -0000 + mit-scheme-pucked-pgsql (1.0.0) birchwood; urgency=low * New upstream has replaced the pgsql µmodule, changed the option diff --git a/src/pgsql/debian/control b/src/pgsql/debian/control index 9a7d3913c..b747fe325 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.15), + mit-scheme-pucked (>= 9.2.18), 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.15), +Depends: mit-scheme-pucked (>= 9.2.18), ${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/planetarium/NEWS b/src/planetarium/NEWS index f2c58b746..5f431afa7 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.7 - Matt Birkholz, 2018-09-25 +============================================================= + +Use new (further-load-options #t) added upstream. + mit-scheme-pucked-planetarium 0.6 - Matt Birkholz, 2018-07-12 ============================================================= diff --git a/src/planetarium/configure.ac b/src/planetarium/configure.ac index e3e58cf99..b4d1da8f7 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.6], + [0.7], [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 1a807e4f5..ec343dd97 100644 --- a/src/planetarium/debian/changelog +++ b/src/planetarium/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-planetarium (0.7) birchwood; urgency=low + + * Use new (further-load-options #t) added upstream. + + -- Matt Birkholz Tue, 25 Sep 2018 00:00:00 -0000 + mit-scheme-pucked-planetarium (0.6) birchwood; urgency=low * Adjust to 9.2.16's syntactic keywords. diff --git a/src/planetarium/debian/control b/src/planetarium/debian/control index a67f54f09..7d0d38c5e 100644 --- a/src/planetarium/debian/control +++ b/src/planetarium/debian/control @@ -3,7 +3,7 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), - mit-scheme-pucked (>= 9.2.16), + mit-scheme-pucked (>= 9.2.18), mit-scheme-pucked-glib (>= 0.9), mit-scheme-pucked-gtk (>= 0.8), mit-scheme-pucked-gl (>= 0.6), @@ -15,7 +15,7 @@ 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.16), +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) diff --git a/src/runtime/version.scm b/src/runtime/version.scm index 388bc7df2..bcb178db4 100644 --- a/src/runtime/version.scm +++ b/src/runtime/version.scm @@ -39,7 +39,7 @@ USA. (let ((now last-copyright-year) (then 1986)) (iota (+ (- now then) 1) then))) - (add-subsystem-identification! "Release" '(9 2 17)) + (add-subsystem-identification! "Release" '(9 2 18)) (snarf-microcode-version!) (add-event-receiver! event:after-restore snarf-microcode-version!) (add-subsystem-identification! "Runtime" '(15 8)))) diff --git a/src/x11-screen/NEWS b/src/x11-screen/NEWS index b0cc490d6..6ca18a088 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.1 - Matt Birkholz, 2018-09-25 +============================================================== + +Use new (further-load-options #t) added upstream. + mit-scheme-pucked-x11-screen 1.0.0 - Matt Birkholz, 2018-06-22 ============================================================== diff --git a/src/x11-screen/configure.ac b/src/x11-screen/configure.ac index 1dc1b0af5..b0cbc9d8b 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.0], + [1.0.1], [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 124f37752..d79597bd2 100644 --- a/src/x11-screen/debian/changelog +++ b/src/x11-screen/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-x11-screen (1.0.1) birchwood; urgency=low + + * Use new (further-load-options #t) added upstream. + + -- Matt Birkholz Tue, 25 Sep 2018 00:00:00 -0000 + mit-scheme-pucked-x11-screen (1.0.0) birchwood; urgency=low * New upstream cooperates with Edwin's x-display-type which diff --git a/src/x11-screen/debian/control b/src/x11-screen/debian/control index 732df11c7..c5d4e9289 100644 --- a/src/x11-screen/debian/control +++ b/src/x11-screen/debian/control @@ -3,7 +3,7 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), - mit-scheme-pucked (>= 9.2.15), + mit-scheme-pucked (>= 9.2.18), mit-scheme-pucked-edwin (>= 3.116.4), mit-scheme-pucked-x11 (>= 1.0.0) 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-x11-screen Architecture: any -Depends: mit-scheme-pucked (>= 9.2.15), +Depends: mit-scheme-pucked (>= 9.2.18), mit-scheme-pucked-edwin (>= 3.116.4), mit-scheme-pucked-x11 (>= 1.0.0) Description: Edwin X11 screen plugin for MIT/GNU Scheme Pucked diff --git a/src/x11/NEWS b/src/x11/NEWS index 6d2370bac..b39671b10 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.1 - Matt Birkholz, 2018-09-25 +======================================================= + +Use new (further-load-options #t) added upstream. + mit-scheme-pucked-x11 1.2.0 - Matt Birkholz, 2018-07-29 ======================================================= diff --git a/src/x11/configure.ac b/src/x11/configure.ac index e34ef0e48..e3498f605 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.0], + [1.2.1], [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 ed297907e..6e8d77c72 100644 --- a/src/x11/debian/changelog +++ b/src/x11/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-x11 (1.2.1) birchwood; urgency=low + + * Use new (further-load-options #t) added upstream. + + -- Matt Birkholz Tue, 25 Sep 2018 00:00:00 -0000 + mit-scheme-pucked-x11 (1.2.0) birchwood; urgency=low * Upstream fixed the x-list-fonts procedure. diff --git a/src/x11/debian/control b/src/x11/debian/control index befaa6434..82488f67d 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.15), + mit-scheme-pucked (>= 9.2.18), 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.15), +Depends: mit-scheme-pucked (>= 9.2.18), ${shlibs:Depends}, ${misc:Depends} Description: X11 plugin for MIT/GNU Scheme Pucked This package provides mit-scheme-pucked with an X11 graphics device -- 2.25.1