- 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
This commit is contained in:
2014-03-31 11:35:45 +00:00
committed by Git OBS Bridge
parent 0ed3cab3b5
commit faff252f94
4 changed files with 23 additions and 6 deletions

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