Package Release Info

guile1-1.8.8-bp154.2.50

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

guile1
libguile-srfi-srfi-1-v-3-3
libguile-srfi-srfi-13-14-v-3-3
libguile-srfi-srfi-4-v-3-3
libguile-srfi-srfi-60-v-2-2
libguile1-devel
libguile17
libguilereadline-v-17-17

Change Logs

* Mon Jun 08 2020 Dave Plater <davejplater@gmail.com>
- Fix build with gcc10 by removing optimization from the build flags
  Thanks to the lilypond devs.
* Sat Nov 23 2019 Dave Plater <davejplater@gmail.com>
- Fix build with new texinfo, which now assumes UTF8 in the texi
  files with guile1-fix-texinfo-default-utf8.patch.
* Fri Sep 06 2019 Dave Plater <davejplater@gmail.com>
- Disable link time optimisation to fix build.
Version: 1.8.8-bp150.2.4
* Mon Jan 16 2017 bwiedemann@suse.com
- Add reproducible.patch to allow for reproducible builds
* Mon Oct 17 2016 pgajdos@suse.com
- security update
  * CVE-2016-8605 [bsc#1004221]
    + guile1-CVE-2016-8605.patch
* Sat Mar 14 2015 mpluskal@suse.com
- Add gpg signature
- Use url for source
- Cleanup spec file with spec-cleaner
- Fix failures with texinfo 5.2
  * guile-texinfo.patch
* Sat Dec 14 2013 uweigand@de.ibm.com
- Make `socket.test' more robust
  * guile-socket-test.patch (from git branch_release-1-8)
* Mon Jun 17 2013 pgajdos@suse.com
- do not run test simultaneously
* Fri Apr 26 2013 mmeister@suse.com
- Added makeinfo BuildRequire to fix build with new automake
* Mon Mar 04 2013 pgajdos@suse.com
- build with new automake
  * automake-1.13.patch
* Mon Sep 10 2012 dimstar@opensuse.org
- Reauire the library packages from the main package: having the
  * .so symlinks in the main package forces us to install the libs
  as well, or we end up with dangling symlinks (thus, failing to
  actually dlopen the .so file, which was the main reason to move
  them to the main package. Fixes issues like bnc#779458).
* Tue Jul 31 2012 pgajdos@suse.com
- move *.so files into main package [bnc#772490]
* Tue Jan 31 2012 coolo@suse.com
- fix requires of devel package
* Wed Jan 25 2012 pgajdos@suse.com
- package /usr/share/aclocal/guile1.m4 (gnucash uses autoreconf)
  (GUILE_* macros renamed to GUILE1_*) [bnc#724917]
* Tue Jan 10 2012 pgajdos@suse.com
- added automake and libtool into buildrequires
- make guile1 and guile1-devel instalable along with guile and
  guile-devel [bnc#724917]:
  * removed info pages
  * removed /usr/share/aclocal/guile.m4
  * /usr/bin/guile* renamed to /usr/bin/guile1*
* Wed Sep 28 2011 davejplater@gmail.com
- Changed name to guile1 to create new package for factory, based
  on the 11.4 guile-1.8.7, to enable lilypond to build.
  Split off libraries and updated to version 1.8.8.
- Removed guile-testsuite-build.patch now incorporated in sources.
  Upstream changes :
  * Fix possible buffer overruns when parsing numbers
  * Fix random number generator on 64-bit platforms
  Previously the `scm_c_random' function would crash or return
  only 32-bit worth of randomness.  In addition, the new
  `scm_c_random64' function explicitly returns 64 bits of randomness.
  * Add missing range checks in `vector-move-left!' and
  `vector-move-right!'Previously these procedures could write past
  the end of a vector.
  * Avoid clash with system setjmp/longjmp on IA64
  * Don't dynamically link an extension that is already registered
  * Fix `wrong type arg' exceptions with IPv6 addresses
  * Fix typos in `(srfi srfi-19)'
  * Have `(srfi srfi-35)' provide named struct vtables
  * Fix C documentation extraction ("snarfing") with recent GCC
  versions
  * Fix some Interix build problems
  * Fix Tru64 build problems
  * Fix GC-related build issues on Solaris 10 x86 with Sun Studio 12.
  * Several small documentation fixes.
* Mon Mar 22 2010 pgajdos@suse.cz
- fixed build with new gcc
* Tue Jan 26 2010 pgajdos@suse.cz
- fixed build:
  "Earlier versions of ltdl would look for extensions under $PWD; this
  behavior changed in 2.2.6b."
  * testsuite-build.patch taken from guile git (1.8 branch)
* Mon Nov 30 2009 pgajdos@suse.cz
- updated to 1.8.7 (see NEWS)
- fixed testsuite with patch taken from Fedora
  * popen-test.patch
* Tue Nov 03 2009 coolo@novell.com
- updated patches to apply with fuzz=0
* Tue Jun 16 2009 pgajdos@suse.cz
- Updated to 1.8.6 (see NEWS)
  - removed ac.patch
* Sat Feb 07 2009 schwab@suse.de
- Rebuild broken info files.
- Fix %post scripts.
* Fri Jan 16 2009 crrodriguez@suse.de
-  remove static libraries
- run make check