- updated to 2.0.9:
** New keyword arguments for procedures that open files ** Numerics improvements ** New optimizations ** `peek-char' no longer consumes EOF ** SLIB compatibility restored ** Better ,trace REPL command ** Better docstring syntax supported for `case-lambda' ** Improved handling of Unicode byte order marks etc. see NEWS for more/details OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=62
This commit is contained in:
@@ -33,7 +33,7 @@ BuildRequires: libltdl-devel
|
||||
BuildRequires: libunistring-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: readline-devel
|
||||
Version: %{guilevers}.7
|
||||
Version: %{guilevers}.9
|
||||
Release: 0
|
||||
Summary: GNU's Ubiquitous Intelligent Language for Extension
|
||||
License: GFDL-1.3 and GPL-3.0+ and LGPL-3.0+
|
||||
@@ -45,7 +45,6 @@ Patch1: %{name}-64bit.patch
|
||||
Patch2: %{name}-1.6.10-mktemp.patch
|
||||
Patch3: %{name}-threads-test.patch
|
||||
Patch4: %{name}-net-db-test.patch
|
||||
Patch5: %{name}-gc-test.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
PreReq: fileutils sh-utils
|
||||
PreReq: %install_info_prereq
|
||||
@@ -116,7 +115,6 @@ linked in as a library when building extensible programs.
|
||||
%patch2
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
# force rebuild with non-broken makeinfo
|
||||
#rm -f doc/*/*.info
|
||||
|
||||
|
Reference in New Issue
Block a user