Accepting request 228308 from devel:languages:misc

- 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/request/show/228308
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guile?expand=0&rev=41
This commit is contained in:
Stephan Kulow 2014-04-03 14:38:37 +00:00 committed by Git OBS Bridge
commit abade750c5
4 changed files with 23 additions and 6 deletions

3
guile-2.0.11.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e6786c934346fa2e38e46d8d81a622bb1c16d130153523f6129fcd79ef1fb040
size 7516053

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b24a112456702bf479395a1ac0b038fecafc8a252f6af798006312a7251315e7
size 7335306

View File

@ -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

View File

@ -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