Changelog for
libguilereadline-v-17-17-1.8.8-44.1.x86_64.rpm :
Fri Jul 12 14:00:00 2013 Rene.vanPaassenAATTgmail.com
- make the adjustments for automake 1.13 depend on installed automake
version
Mon Jun 17 14:00:00 2013 pgajdosAATTsuse.com
- do not run test simultaneously
Fri Apr 26 14:00:00 2013 mmeisterAATTsuse.com
- Added makeinfo BuildRequire to fix build with new automake
Mon Mar 4 13:00:00 2013 pgajdosAATTsuse.com
- build with new automake
* automake-1.13.patch
Mon Sep 10 14:00:00 2012 dimstarAATTopensuse.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 14:00:00 2012 pgajdosAATTsuse.com
- move
*.so files into main package [bnc#772490]
Tue Jan 31 13:00:00 2012 cooloAATTsuse.com
- fix requires of devel package
Wed Jan 25 13:00:00 2012 pgajdosAATTsuse.com
- package /usr/share/aclocal/guile1.m4 (gnucash uses autoreconf)
(GUILE_
* macros renamed to GUILE1_
*) [bnc#724917]
Tue Jan 10 13:00:00 2012 pgajdosAATTsuse.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 14:00:00 2011 davejplaterAATTgmail.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 13:00:00 2010 pgajdosAATTsuse.cz
- fixed build with new gcc
Tue Jan 26 13:00:00 2010 pgajdosAATTsuse.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 13:00:00 2009 pgajdosAATTsuse.cz
- updated to 1.8.7 (see NEWS)
- fixed testsuite with patch taken from Fedora
* popen-test.patch
Tue Nov 3 13:00:00 2009 cooloAATTnovell.com
- updated patches to apply with fuzz=0
Tue Jun 16 14:00:00 2009 pgajdosAATTsuse.cz
- Updated to 1.8.6 (see NEWS)
- removed ac.patch