From faff252f940e9da3177447ebfd08c1b17698efa3f6ad1ea2ef6c77f87de9fb4f Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 31 Mar 2014 11:35:45 +0000 Subject: [PATCH] - updated to 2.0.11: ** New GDB extension to support Guile ** Improved integration between R6RS and native Guile exceptions ** Support for HTTP proxies ** Lexical syntax improvements *** Support |...| symbol notation *** Support '#true' and '#false' notation for booleans. *** Recognize '#\escape' character name. *** Accept "\|" in string literals. ** Custom binary input ports now support 'setvbuf'. ** SRFI-4 predicates and length accessors no longer accept arrays. ** GUILE_PROGS now supports specifying a minimum required version. etc, see NEWS. OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=66 --- guile-2.0.11.tar.gz | 3 +++ guile-2.0.9.tar.gz | 3 --- guile.changes | 17 +++++++++++++++++ guile.spec | 6 +++--- 4 files changed, 23 insertions(+), 6 deletions(-) create mode 100644 guile-2.0.11.tar.gz delete mode 100644 guile-2.0.9.tar.gz diff --git a/guile-2.0.11.tar.gz b/guile-2.0.11.tar.gz new file mode 100644 index 0000000..58db663 --- /dev/null +++ b/guile-2.0.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6786c934346fa2e38e46d8d81a622bb1c16d130153523f6129fcd79ef1fb040 +size 7516053 diff --git a/guile-2.0.9.tar.gz b/guile-2.0.9.tar.gz deleted file mode 100644 index 7f23d5b..0000000 --- a/guile-2.0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b24a112456702bf479395a1ac0b038fecafc8a252f6af798006312a7251315e7 -size 7335306 diff --git a/guile.changes b/guile.changes index bfa4637..b5e1b8b 100644 --- a/guile.changes +++ b/guile.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Mar 31 11:33:15 UTC 2014 - pgajdos@suse.com + +- updated to 2.0.11: + ** New GDB extension to support Guile + ** Improved integration between R6RS and native Guile exceptions + ** Support for HTTP proxies + ** Lexical syntax improvements + *** Support |...| symbol notation + *** Support '#true' and '#false' notation for booleans. + *** Recognize '#\escape' character name. + *** Accept "\|" in string literals. + ** Custom binary input ports now support 'setvbuf'. + ** SRFI-4 predicates and length accessors no longer accept arrays. + ** GUILE_PROGS now supports specifying a minimum required version. + etc, see NEWS. + ------------------------------------------------------------------- Mon Apr 15 06:51:08 UTC 2013 - pgajdos@suse.com diff --git a/guile.spec b/guile.spec index 677603e..577faad 100644 --- a/guile.spec +++ b/guile.spec @@ -1,7 +1,7 @@ # # spec file for package guile # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,13 +33,13 @@ BuildRequires: libltdl-devel BuildRequires: libunistring-devel BuildRequires: pkg-config BuildRequires: readline-devel -Version: %{guilevers}.9 +Version: %{guilevers}.11 Release: 0 Summary: GNU's Ubiquitous Intelligent Language for Extension License: GFDL-1.3 and GPL-3.0+ and LGPL-3.0+ Group: Development/Languages/Scheme Url: http://www.gnu.org/software/guile/ -Source0: %{name}-%{version}.tar.gz +Source0: ftp://ftp.gnu.org/gnu/guile/%{name}-%{version}.tar.gz Source1: guile-rpmlintrc Patch1: %{name}-64bit.patch Patch2: %{name}-1.6.10-mktemp.patch