From: Matt Birkholz Date: Fri, 22 Jun 2018 19:05:45 +0000 (-0700) Subject: plugins: Increment version numbers. X-Git-Tag: mit-scheme-pucked-9.2.15~7 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=af81830f67b1f7a7c200e90b1f401ef93a3441f5;p=mit-scheme.git plugins: Increment version numbers. --- diff --git a/doc/configure.ac b/doc/configure.ac index e94cdbe89..583c396aa 100644 --- a/doc/configure.ac +++ b/doc/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([MIT/GNU Scheme documentation], - [9.2.13], + [9.2.15], [matt@birchwood-abbey.net], [mit-scheme-pucked-doc]) AC_CONFIG_SRCDIR([ref-manual/scheme.texinfo]) diff --git a/doc/ffi/ffi.texinfo b/doc/ffi/ffi.texinfo index 71312dace..d18ee208c 100644 --- a/doc/ffi/ffi.texinfo +++ b/doc/ffi/ffi.texinfo @@ -4,7 +4,7 @@ @comment From automake's version.texi someday: @set VERSION 1.0 @set UPDATED 10 June 2018 -@set SCMVERS 9.2.13 +@set SCMVERS 9.2.15 @settitle MIT/GNU Scheme Pucked FFI Manual @comment %**end of header diff --git a/doc/ref-manual/scheme.texinfo b/doc/ref-manual/scheme.texinfo index 76e735cb4..a62029f9b 100644 --- a/doc/ref-manual/scheme.texinfo +++ b/doc/ref-manual/scheme.texinfo @@ -4,7 +4,7 @@ @comment From automake's version.texi someday: @set EDITION 1.106 @set UPDATED 19 May 2018 -@set SCMVERS 9.2.13 +@set SCMVERS 9.2.15 @settitle MIT/GNU Scheme Pucked Reference Manual @comment %**end of header @setchapternewpage odd diff --git a/doc/sos/sos.texinfo b/doc/sos/sos.texinfo index a4889cb38..cbb387c8d 100644 --- a/doc/sos/sos.texinfo +++ b/doc/sos/sos.texinfo @@ -4,7 +4,7 @@ @comment From automake's version.texi someday: @set VERSION 1.9 @set UPDATED 14 October 2011 -@set SCMVERS 9.2.13 +@set SCMVERS 9.2.15 @settitle MIT/GNU Scheme Pucked SOS Manual @comment %**end of header @setchapternewpage odd diff --git a/doc/user-manual/user.texinfo b/doc/user-manual/user.texinfo index 47dfd534b..444ab59b2 100644 --- a/doc/user-manual/user.texinfo +++ b/doc/user-manual/user.texinfo @@ -4,7 +4,7 @@ @comment From automake's version.texi someday: @set EDITION 1.0 @set UPDATED 5 June 2018 -@set SCMVERS 9.2.13 +@set SCMVERS 9.2.15 @settitle MIT/GNU Scheme Pucked User Manual @comment %**end of header @setchapternewpage odd diff --git a/src/blowfish/blowfish.texi b/src/blowfish/blowfish.texi index dc96eb1d0..e05d173c8 100644 --- a/src/blowfish/blowfish.texi +++ b/src/blowfish/blowfish.texi @@ -2,7 +2,7 @@ @comment %**start of header @setfilename blowfish.info @include version.texi -@set SCMVERS 9.2.13 +@set SCMVERS 9.2.15 @settitle Blowfish Plugin Manual @comment %**end of header diff --git a/src/blowfish/debian/control b/src/blowfish/debian/control index df9c2dddb..b2c823fb0 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.13), + mit-scheme-pucked (>= 9.2.15), 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.13), +Depends: mit-scheme-pucked (>= 9.2.15), ${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 b769fe758..7d8c006f2 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.8 - Matt Birkholz, 2018-06-22 +======================================================= + +New upstream. Install missing .pkg source file. + mit-scheme-pucked-cairo 0.7 - Matt Birkholz, 2018-06-05 ======================================================= diff --git a/src/cairo/cairo.texi b/src/cairo/cairo.texi index ad625384e..c9fb1d4ff 100644 --- a/src/cairo/cairo.texi +++ b/src/cairo/cairo.texi @@ -2,7 +2,7 @@ @comment %**start of header @setfilename cairo.info @include version.texi -@set SCMVERS 9.2.13 +@set SCMVERS 9.2.15 @settitle Cairo Plugin Manual @comment %**end of header diff --git a/src/cairo/configure.ac b/src/cairo/configure.ac index a3e02524f..6d729545a 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.7], + [0.8], [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 e997ea556..ccf4d5a61 100644 --- a/src/cairo/debian/changelog +++ b/src/cairo/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-cairo (0.8) birchwood; urgency=low + + * New upstream; install missing .pkg source file. + + -- Matt Birkholz Fri, 22 Jun 2018 00:00:00 -0000 + mit-scheme-pucked-cairo (0.7) birchwood; urgency=low * New upstream. diff --git a/src/cairo/debian/control b/src/cairo/debian/control index a1d054bbd..614dcdaa0 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.13), - mit-scheme-pucked-glib (>= 0.7), - mit-scheme-pucked-pango (>= 0.6), + mit-scheme-pucked (>= 9.2.15), + mit-scheme-pucked-glib (>= 0.8), + mit-scheme-pucked-pango (>= 0.7), 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.13), - mit-scheme-pucked-glib (>= 0.7), - mit-scheme-pucked-pango (>= 0.6), +Depends: mit-scheme-pucked (>= 9.2.15), + mit-scheme-pucked-glib (>= 0.8), + mit-scheme-pucked-pango (>= 0.7), ${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 555557d23..15b8a01f4 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 7)) \ No newline at end of file +(add-subsystem-identification! "Cairo" '(0 8)) \ No newline at end of file diff --git a/src/devops/NEWS b/src/devops/NEWS index 2e93faa5d..28e7d762f 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.8 - Matt Birkholz, 2018-06-22 +======================================================== + +New upstream with more deprecated bindings. + mit-scheme-pucked-devops 0.7 - Matt Birkholz, 2018-06-05 ======================================================== diff --git a/src/devops/configure.ac b/src/devops/configure.ac index 8038202f4..e6543f03b 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.7], + [0.8], [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 2608fe75d..ac622085a 100644 --- a/src/devops/debian/changelog +++ b/src/devops/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-devops (0.8) birchwood; urgency=low + + * New upstream with more deprecated bindings. + + -- Matt Birkholz Fri, 22 Jun 2018 00:00:00 -0000 + mit-scheme-pucked-devops (0.7) birchwood; urgency=low * New upstream. diff --git a/src/devops/debian/control b/src/devops/debian/control index f8c63e3d7..2bf4c03c2 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.13), + mit-scheme-pucked (>= 9.2.15), 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.13) +Depends: mit-scheme-pucked (>= 9.2.15) 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/devops.texi b/src/devops/devops.texi index 88fd053a6..b18fa081f 100644 --- a/src/devops/devops.texi +++ b/src/devops/devops.texi @@ -2,7 +2,7 @@ @comment %**start of header @setfilename devops.info @include version.texi -@set SCMVERS 9.2.13 +@set SCMVERS 9.2.15 @settitle Developer Operations Plugin Manual @comment %**end of header diff --git a/src/devops/make.scm b/src/devops/make.scm index 784332752..a733f0ce5 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 7)) \ No newline at end of file +(add-subsystem-identification! "DevOps" '(0 8)) \ No newline at end of file diff --git a/src/edwin/NEWS b/src/edwin/NEWS index 88c938a6d..564dd67f4 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.4 - Matt Birkholz, 2018-06-22 +=========================================================== + +New upstream. + mit-scheme-pucked-edwin 3.116.3 - Matt Birkholz, 2018-06-05 =========================================================== diff --git a/src/edwin/configure.ac b/src/edwin/configure.ac index bfeebd369..ca04c485b 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.3], + [3.116.4], [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 e91c8503e..cac2fff05 100644 --- a/src/edwin/debian/changelog +++ b/src/edwin/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-edwin (3.116.4) birchwood; urgency=low + + * New upstream. + + -- Matt Birkholz Fri, 22 Jun 2018 00:00:00 -0000 + mit-scheme-pucked-edwin (3.116.3) birchwood; urgency=low * New upstream. diff --git a/src/edwin/debian/control b/src/edwin/debian/control index 993ab3866..0aeb0343b 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.13), - mit-scheme-pucked-blowfish (>= 0.1), - mit-scheme-pucked-gdbm (>= 0.1) + mit-scheme-pucked (>= 9.2.15), + mit-scheme-pucked-blowfish (>= 1.0.0), + mit-scheme-pucked-gdbm (>= 1.0.0) 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.13), - mit-scheme-pucked-blowfish (>= 0.1), - mit-scheme-pucked-gdbm (>= 0.1) +Depends: mit-scheme-pucked (>= 9.2.15), + mit-scheme-pucked-blowfish (>= 1.0.0), + mit-scheme-pucked-gdbm (>= 1.0.0) 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 2cbeff52e..1d0a2ed12 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 3)) \ No newline at end of file +(add-subsystem-identification! "Edwin" '(3 116 4)) \ No newline at end of file diff --git a/src/gdbm/debian/control b/src/gdbm/debian/control index d0fe18af4..62c083405 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.13), + mit-scheme-pucked (>= 9.2.15), 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.13), +Depends: mit-scheme-pucked (>= 9.2.15), ${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/gdbm.texi b/src/gdbm/gdbm.texi index 31323d567..7eea530ce 100644 --- a/src/gdbm/gdbm.texi +++ b/src/gdbm/gdbm.texi @@ -2,7 +2,7 @@ @comment %**start of header @setfilename gdbm.info @include version.texi -@set SCMVERS 9.2.13 +@set SCMVERS 9.2.15 @settitle GDBM Plugin Manual @comment %**end of header diff --git a/src/gl/debian/control b/src/gl/debian/control index 8029b6272..62ffd9308 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.13), - mit-scheme-pucked-glib (>= 0.7), - mit-scheme-pucked-pango (>= 0.6), - mit-scheme-pucked-cairo (>= 0.6), - mit-scheme-pucked-gtk (>= 0.6), + mit-scheme-pucked (>= 9.2.15), + mit-scheme-pucked-glib (>= 0.8), + mit-scheme-pucked-pango (>= 0.7), + mit-scheme-pucked-cairo (>= 0.7), + mit-scheme-pucked-gtk (>= 0.8), texinfo, texlive, libglu1-mesa-dev Standards-Version: 3.9.4 @@ -17,9 +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.13), - mit-scheme-pucked-glib (>= 0.7), - mit-scheme-pucked-gtk (>= 0.6), +Depends: mit-scheme-pucked (>= 9.2.15), + mit-scheme-pucked-glib (>= 0.8), + mit-scheme-pucked-pango (>= 0.7), + mit-scheme-pucked-cairo (>= 0.7), + mit-scheme-pucked-gtk (>= 0.8), ${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/glib/NEWS b/src/glib/NEWS index af395ca4c..38529f8fa 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.9 - Matt Birkholz, 2018-06-22 +====================================================== + +New upstream. Install missing .pkg source file. + mit-scheme-pucked-glib 0.8 - Matt Birkholz, 2018-06-05 ====================================================== diff --git a/src/glib/configure.ac b/src/glib/configure.ac index 68a5d4cb1..a73104be7 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.8], + [0.9], [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 d600904ea..e1fe239bc 100644 --- a/src/glib/debian/changelog +++ b/src/glib/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-glib (0.9) birchwood; urgency=low + + * New upstream. Install missing .pkg source file. + + -- Matt Birkholz Fri, 22 Jun 2018 00:00:00 -0000 + mit-scheme-pucked-glib (0.8) birchwood; urgency=low * New upstream. diff --git a/src/glib/debian/control b/src/glib/debian/control index 9ac4ce3a5..b97335bf5 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.13), + mit-scheme-pucked (>= 9.2.15), 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.13), +Depends: mit-scheme-pucked (>= 9.2.15), ${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/glib.texi b/src/glib/glib.texi index 8d3c38e4a..5e94e7366 100644 --- a/src/glib/glib.texi +++ b/src/glib/glib.texi @@ -2,7 +2,7 @@ @comment %**start of header @setfilename glib.info @include version.texi -@set SCMVERS 9.2.13 +@set SCMVERS 9.2.15 @settitle GLib Plugin Manual @comment %**end of header diff --git a/src/glib/make.scm b/src/glib/make.scm index 8c54bbc8c..9a1d684c3 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 8)) +(add-subsystem-identification! "GLib" '(0 9)) ((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 6434b721a..aec686826 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.4 - Matt Birkholz, 2018-06-22 +============================================================ + +New upstream. Install missing .pkg source file. + mit-scheme-pucked-gtk-screen 0.3 - Matt Birkholz, 2018-06-05 ============================================================ diff --git a/src/gtk-screen/configure.ac b/src/gtk-screen/configure.ac index 0530bcf52..13cfee9cd 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.3], + [0.4], [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 88492ee7b..d4099337d 100644 --- a/src/gtk-screen/debian/changelog +++ b/src/gtk-screen/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-gtk-screen (0.4) birchwood; urgency=low + + * New upstream. Install missing .pkg source file. + + -- Matt Birkholz Fri, 22 Jun 2018 00:00:00 -0000 + mit-scheme-pucked-gtk-screen (0.3) birchwood; urgency=low * New upstream. diff --git a/src/gtk-screen/debian/control b/src/gtk-screen/debian/control index 304238a0d..8e94f314d 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.13), - mit-scheme-pucked-edwin (>= 3.116.1), - mit-scheme-pucked-glib (>= 0.7), - mit-scheme-pucked-pango (>= 0.6), - mit-scheme-pucked-cairo (>= 0.6), - mit-scheme-pucked-gtk (>= 0.6) + mit-scheme-pucked (>= 9.2.15), + mit-scheme-pucked-edwin (>= 3.116.4), + mit-scheme-pucked-glib (>= 0.8), + mit-scheme-pucked-pango (>= 0.7), + mit-scheme-pucked-cairo (>= 0.7), + mit-scheme-pucked-gtk (>= 0.7) 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.13), - mit-scheme-pucked-edwin (>= 3.116.1), - mit-scheme-pucked-glib (>= 0.7), - mit-scheme-pucked-pango (>= 0.6), - mit-scheme-pucked-cairo (>= 0.6), - mit-scheme-pucked-gtk (>= 0.6) +Depends: mit-scheme-pucked (>= 9.2.15), + mit-scheme-pucked-edwin (>= 3.116.4), + mit-scheme-pucked-glib (>= 0.8), + mit-scheme-pucked-pango (>= 0.7), + mit-scheme-pucked-cairo (>= 0.7), + mit-scheme-pucked-gtk (>= 0.7) 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 cb183fa90..5254d9f01 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 3)) \ No newline at end of file +(add-subsystem-identification! "Gtk-Screen" '(0 4)) \ No newline at end of file diff --git a/src/gtk/NEWS b/src/gtk/NEWS index ac6157bdc..4f1df6122 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.8 - Matt Birkholz, 2018-06-22 +====================================================== + +New upstream. Install missing .pkg source file. + mit-scheme-pucked-gtk 0.7 - Matt Birkholz, 2018-06-05 ====================================================== diff --git a/src/gtk/configure.ac b/src/gtk/configure.ac index 1bfc61eea..1a14bd877 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.7], + [0.8], [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 c35709791..944f4b8f0 100644 --- a/src/gtk/debian/changelog +++ b/src/gtk/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-gtk (0.8) birchwood; urgency=low + + * New upstream. Install missing .pkg source file. + + -- Matt Birkholz Fri, 22 Jun 2018 00:00:00 -0000 + mit-scheme-pucked-gtk (0.7) birchwood; urgency=low * New upstream. diff --git a/src/gtk/debian/control b/src/gtk/debian/control index 4c1410463..e472e66fb 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.13), - mit-scheme-pucked-glib (>= 0.7), - mit-scheme-pucked-pango (>= 0.6), - mit-scheme-pucked-cairo (>= 0.6), + mit-scheme-pucked (>= 9.2.15), + mit-scheme-pucked-glib (>= 0.8), + mit-scheme-pucked-pango (>= 0.7), + mit-scheme-pucked-cairo (>= 0.7), 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.13), - mit-scheme-pucked-glib (>= 0.7), - mit-scheme-pucked-pango (>= 0.6), - mit-scheme-pucked-cairo (>= 0.6), +Depends: mit-scheme-pucked (>= 9.2.15), + mit-scheme-pucked-glib (>= 0.8), + mit-scheme-pucked-pango (>= 0.7), + mit-scheme-pucked-cairo (>= 0.7), ${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/gtk.texi b/src/gtk/gtk.texi index 8a7a7730d..e35ad6526 100644 --- a/src/gtk/gtk.texi +++ b/src/gtk/gtk.texi @@ -2,7 +2,7 @@ @comment %**start of header @setfilename gtk.info @include version.texi -@set SCMVERS 9.2.13 +@set SCMVERS 9.2.15 @settitle Gtk Plugin Manual @comment %**end of header diff --git a/src/gtk/make.scm b/src/gtk/make.scm index 3099e1862..4a0a4d57b 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 7)) +(add-subsystem-identification! "Gtk" '(0 8)) ((access gtk-start (->environment '(gtk main)))) \ No newline at end of file diff --git a/src/imail/NEWS b/src/imail/NEWS index faa69c9b1..92bb51d0a 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.21.4 - Matt Birkholz, 2018-06-22 +========================================================== + +New upstream core. + mit-scheme-pucked-imail 1.21.3 - Matt Birkholz, 2018-06-05 ========================================================== diff --git a/src/imail/configure.ac b/src/imail/configure.ac index bb659c6a0..3aea8da8f 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.21.3], + [1.21.4], [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 1f032b202..7f96281bb 100644 --- a/src/imail/debian/changelog +++ b/src/imail/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-imail (1.21.4) birchwood; urgency=low + + * New upstream core. + + -- Matt Birkholz Fri, 22 Jun 2018 00:00:00 -0000 + mit-scheme-pucked-imail (1.21.3) birchwood; urgency=low * New upstream. diff --git a/src/imail/debian/control b/src/imail/debian/control index fbc51e19a..d62b7ae78 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.13), - mit-scheme-pucked-edwin (>= 3.116.1), + mit-scheme-pucked (>= 9.2.15), + mit-scheme-pucked-edwin (>= 3.116.4), 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.13), - mit-scheme-pucked-edwin (>= 3.116.1) +Depends: mit-scheme-pucked (>= 9.2.15), + mit-scheme-pucked-edwin (>= 3.116.4) 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/imail.texi b/src/imail/imail.texi index 0e328be50..bd24427ed 100644 --- a/src/imail/imail.texi +++ b/src/imail/imail.texi @@ -2,7 +2,7 @@ @comment %**start of header @setfilename imail.info @include version.texi -@set SCMVERS 9.2.13 +@set SCMVERS 9.2.15 @settitle IMAIL Plugin Manual @comment %**end of header @setchapternewpage on diff --git a/src/imail/make.scm b/src/imail/make.scm index 06b322561..0e19a8aa7 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 21 3)) \ No newline at end of file +(add-subsystem-identification! "IMAIL" '(1 21 4)) \ No newline at end of file diff --git a/src/mcrypt/debian/control b/src/mcrypt/debian/control index cc127bbe2..32ef4a8d7 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.13), + mit-scheme-pucked (>= 9.2.15), 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.13), +Depends: mit-scheme-pucked (>= 9.2.15), ${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 bd0e6187e..b61056a50 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.8 - Matt Birkholz, 2018-06-22 +======================================================= + +New upstream. Install missing .pkg source file. + mit-scheme-pucked-pango 0.7 - Matt Birkholz, 2018-06-05 ======================================================= diff --git a/src/pango/configure.ac b/src/pango/configure.ac index f95e756fd..cd045dacb 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.7], + [0.8], [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 fc8ccbb31..9ddb4b594 100644 --- a/src/pango/debian/changelog +++ b/src/pango/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-pango (0.8) birchwood; urgency=low + + * New upstream. Install missing .pkg source file. + + -- Matt Birkholz Fri, 22 Jun 2018 00:00:00 -0000 + mit-scheme-pucked-pango (0.7) birchwood; urgency=low * New upstream. diff --git a/src/pango/debian/control b/src/pango/debian/control index 85cbf4033..3621d16d1 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.13), - mit-scheme-pucked-glib (>= 0.7), + mit-scheme-pucked (>= 9.2.15), + mit-scheme-pucked-glib (>= 0.8), 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.13), - mit-scheme-pucked-glib (>= 0.7), +Depends: mit-scheme-pucked (>= 9.2.15), + mit-scheme-pucked-glib (>= 0.8), ${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 094a06967..437a7f751 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 7)) \ No newline at end of file +(add-subsystem-identification! "Pango" '(0 8)) \ No newline at end of file diff --git a/src/pango/pango.texi b/src/pango/pango.texi index 44cc2c121..ebbb96f5d 100644 --- a/src/pango/pango.texi +++ b/src/pango/pango.texi @@ -2,7 +2,7 @@ @comment %**start of header @setfilename pango.info @include version.texi -@set SCMVERS 9.2.13 +@set SCMVERS 9.2.15 @settitle Pango Plugin Manual @comment %**end of header diff --git a/src/pgsql/debian/control b/src/pgsql/debian/control index edda9901e..9a7d3913c 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.13), + mit-scheme-pucked (>= 9.2.15), 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.13), +Depends: mit-scheme-pucked (>= 9.2.15), ${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/debian/control b/src/planetarium/debian/control index aaa95e510..611beb146 100644 --- a/src/planetarium/debian/control +++ b/src/planetarium/debian/control @@ -3,9 +3,9 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), - mit-scheme-pucked (>= 9.2.13), - mit-scheme-pucked-glib (>= 0.7), - mit-scheme-pucked-gtk (>= 0.6), + mit-scheme-pucked (>= 9.2.15), + mit-scheme-pucked-glib (>= 0.8), + mit-scheme-pucked-gtk (>= 0.7), mit-scheme-pucked-gl (>= 0.1), texinfo, texlive 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-planetarium Architecture: any -Depends: mit-scheme-pucked (>= 9.2.13), - mit-scheme-pucked-glib (>= 0.7), - mit-scheme-pucked-gtk (>= 0.6), +Depends: mit-scheme-pucked (>= 9.2.15), + mit-scheme-pucked-glib (>= 0.8), + mit-scheme-pucked-gtk (>= 0.7), mit-scheme-pucked-gl (>= 0.1) Description: A Planetarium for MIT/GNU Scheme Pucked This package currently contains: diff --git a/src/planetarium/planetarium.texi b/src/planetarium/planetarium.texi index fcd2a2918..9a586a57a 100644 --- a/src/planetarium/planetarium.texi +++ b/src/planetarium/planetarium.texi @@ -2,7 +2,7 @@ @comment %**start of header @setfilename planetarium.info @include version.texi -@set SCMVERS 9.2.13 +@set SCMVERS 9.2.15 @settitle Planetarium Plugin Manual @comment %**end of header diff --git a/src/x11-screen/debian/control b/src/x11-screen/debian/control index 8106e9867..732df11c7 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.13), - mit-scheme-pucked-edwin (>= 3.116.1), - mit-scheme-pucked-x11 (>= 0.1) + mit-scheme-pucked (>= 9.2.15), + mit-scheme-pucked-edwin (>= 3.116.4), + mit-scheme-pucked-x11 (>= 1.0.0) 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.13), - mit-scheme-pucked-edwin (>= 3.116.1), - mit-scheme-pucked-x11 (>= 0.1) +Depends: mit-scheme-pucked (>= 9.2.15), + mit-scheme-pucked-edwin (>= 3.116.4), + mit-scheme-pucked-x11 (>= 1.0.0) 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/debian/control b/src/x11/debian/control index a3d9b147e..befaa6434 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.13), + mit-scheme-pucked (>= 9.2.15), 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.13), +Depends: mit-scheme-pucked (>= 9.2.15), ${shlibs:Depends}, ${misc:Depends} Description: X11 plugin for MIT/GNU Scheme Pucked This package provides mit-scheme-pucked with an X11 graphics device