diff --git a/guile-2.0.7.tar.gz b/guile-2.0.7.tar.gz deleted file mode 100644 index f91f1e9..0000000 --- a/guile-2.0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:043ae7a44aefaec2b2fe6cd09b0e31e206340633aa4b53df88684d808890fc63 -size 7163916 diff --git a/guile-2.0.9.tar.gz b/guile-2.0.9.tar.gz new file mode 100644 index 0000000..7f23d5b --- /dev/null +++ b/guile-2.0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b24a112456702bf479395a1ac0b038fecafc8a252f6af798006312a7251315e7 +size 7335306 diff --git a/guile.changes b/guile.changes index 4087fd4..fa1fd2c 100644 --- a/guile.changes +++ b/guile.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Apr 15 06:51:08 UTC 2013 - pgajdos@suse.com + +- 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 + ------------------------------------------------------------------- Tue Feb 5 18:36:49 UTC 2013 - dmitry_r@opensuse.org diff --git a/guile.spec b/guile.spec index 3b5cefc..677603e 100644 --- a/guile.spec +++ b/guile.spec @@ -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