From c82fc07a211203e7b3ecfd527624358d012422b3 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Sun, 2 Oct 2022 11:03:31 -0600 Subject: [PATCH] pango 1.15 --- 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/pango/pango.texi | 2 +- 6 files changed, 18 insertions(+), 7 deletions(-) diff --git a/src/pango/NEWS b/src/pango/NEWS index b73cf5244..4acbf5656 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.15 - Matt Birkholz, 2022-10-02 +======================================================== + +New binary format. Requires core version 12.2. + mit-scheme-pucked-pango 0.14 - Matt Birkholz, 2020-07-18 ======================================================== diff --git a/src/pango/configure.ac b/src/pango/configure.ac index 819b545e9..14b47416e 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.14], + [0.15], [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 776b64155..fdbc096eb 100644 --- a/src/pango/debian/changelog +++ b/src/pango/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-pango (0.15) birchwood; urgency=low + + * New binary format. Requires core version 12.2. + + -- Matt Birkholz Sun, 02 Oct 2022 00:00:00 -0000 + mit-scheme-pucked-pango (0.14) birchwood; urgency=low * New binary format. Requires core version 12. diff --git a/src/pango/debian/control b/src/pango/debian/control index fd0b38a09..78de1a7d9 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 (>= 12), - mit-scheme-pucked-glib (>= 0.15), + mit-scheme-pucked (>= 12.2), + mit-scheme-pucked-glib (>= 0.16), 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 (>= 12), - mit-scheme-pucked-glib (>= 0.15), +Depends: mit-scheme-pucked (>= 12.2), + mit-scheme-pucked-glib (>= 0.16), ${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 eab96053c..e08c8a69d 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 14)) \ No newline at end of file +(add-subsystem-identification! "Pango" '(0 15)) \ No newline at end of file diff --git a/src/pango/pango.texi b/src/pango/pango.texi index d637b9223..645069d64 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 10.1.20 +@set SCMVERS 12.2 @settitle Pango Plugin Manual @comment %**end of header -- 2.47.3