Changelog for
guile1-debuginfo-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
Sat Feb 7 13:00:00 2009 schwabAATTsuse.de
- Rebuild broken info files.
- Fix %post scripts.
Fri Jan 16 13:00:00 2009 crrodriguezAATTsuse.de
- remove static libraries
- run make check
Sun Sep 7 14:00:00 2008 schwabAATTsuse.de
- Fix conflicting options.
Mon Jul 7 14:00:00 2008 pgajdosAATTsuse.cz
- updated to 1.8.5:
* new modules `(srfi srfi-88)\'
* New `postfix\' read option, for SRFI-88 keyword syntax
* Some I/O primitives have been inlined, which improves I/O performance
* New object-based traps infrastructure
* New support for working on Guile code from within Emacs
* bug fixes
Thu Mar 13 13:00:00 2008 schwabAATTsuse.de
- Use autoreconf.
Thu Feb 28 13:00:00 2008 roAATTsuse.de
- update to 1.8.4:
* New modules (srfi srfi-69)
* Bug fixes
- fix code for recent gcc by checking for __GNUC_GNU_INLINE__
instead of __GNUC__ for inline specifics (thanks, richi)
Mon Feb 4 13:00:00 2008 pgajdosAATTsuse.cz
- guile conflicts with slib < 3a5 [#354936]
Wed Dec 12 13:00:00 2007 pgajdosAATTsuse.cz
- upgraded to 1.8.3:
* New modules (srfi srfi-35), (srfi srfi-37)
* Bug fixes
* The reader is now faster, which reduces startup time
* Procedures returned by `record-accessor\' and `record-modifier\'
are faster
* New procedures set-program-arguments, make-vtable
* Incompatible change:
~~~~~~~~~~~~~~~~~~~~
The body of a top-level `define\' no longer sees the binding
being created. In a top-level `define\', the binding being
created is no longer visible from the `define\' body. This
breaks code like \"(define foo (begin (set! foo 1) (+ foo 1)))\",
where `foo\' is now unbound in the body. However, such code
was not R5RS-compliant anyway, per Section 5.2.1.
- removed getcontext.patch -- no longer needed because
of code change
Mon Mar 5 13:00:00 2007 sbrabecAATTsuse.cz
- Slib guile library installation moved from guile to slib.
Thu Jan 11 13:00:00 2007 sbrabecAATTsuse.cz
- More spec file cleanups.
Fri Dec 8 13:00:00 2006 mawAATTsuse.de
- Clean up the spec, removing some hardcoded paths.
Tue Nov 28 13:00:00 2006 sbrabecAATTsuse.cz
- Build as user and do not alter root filesystem.
Mon Nov 27 13:00:00 2006 sbrabecAATTsuse.cz
- Created empty directory for site packages (#223837).
Thu Nov 23 13:00:00 2006 sbrabecAATTsuse.cz
- Fixed slib installation scriptlets (#214940).
Wed Nov 8 13:00:00 2006 anickaAATTsuse.cz
- moved .la files to the base package (#218032).
Wed Oct 25 14:00:00 2006 sbrabecAATTsuse.cz
- Moved .so files to the base package (#214940).
Mon Oct 16 14:00:00 2006 anickaAATTsuse.cz
- move /usr/share/guile from devel to main package
(fixes ##212545)
Sun Oct 15 14:00:00 2006 schwabAATTsuse.de
- Make sure config.rpath is present.
Fri Oct 13 14:00:00 2006 schwabAATTsuse.de
- Add split provide.
Fri Oct 13 14:00:00 2006 ajAATTsuse.de
- Split up devel subpackage.
Tue Oct 10 14:00:00 2006 sbrabecAATTsuse.cz
- Updated to version 1.8.1:
* LFS functions are now used to access 64-bit files on 32-bit
systems.
* New procedures and functions.
* New modules and module merges.
* API changes.
* Bugs fixed.
* Guile is now licensed with the GNU Lesser General
Public License.
* The manual is now licensed with the GNU Free Documentation
License.
* Guile now requires GNU MP.
* Guile now has separate private and public configuration
headers.
* Thread implementation has changed.
* Command line syntax changes.
Fri Oct 6 14:00:00 2006 anickaAATTsuse.cz
- update to 1.6.8
* gcc 4.0 fixes
* Guile now allows multiple line comments to end without
a trailing newline.
* better support for new versions of SLIB
* changes in C interface
Fri Sep 8 14:00:00 2006 anickaAATTsuse.cz
- rewrite SuSEconfig.guile to RPM triggers
Sun Jul 16 14:00:00 2006 schwabAATTsuse.de
- Mark ia64_getcontext as returning twice.
Wed Jan 25 13:00:00 2006 mlsAATTsuse.de
- converted neededforbuild to BuildRequires
Tue Jan 17 13:00:00 2006 roAATTsuse.de
- add aclocal in libltdl
Wed May 18 14:00:00 2005 sbrabecAATTsuse.cz
- Disabled randomly failing make -j.
Tue Apr 5 14:00:00 2005 sbrabecAATTsuse.cz
- Fixed incomplete array element type.
Thu Mar 24 13:00:00 2005 uliAATTsuse.de
- fixed to build on ARM
Fri Jan 21 13:00:00 2005 sbrabecAATTsuse.cz
- Updated to version 1.6.7.
Fri Dec 10 13:00:00 2004 meissnerAATTsuse.de
- make -j , added make check.
Tue Mar 30 14:00:00 2004 sbrabecAATTsuse.cz
- Fixed tempfile creation in guile-snarf (#36367).
- Build with -fno-strict-aliasing.
Thu Nov 6 13:00:00 2003 schwabAATTsuse.de
- Fix syntax in configure script.
Tue Jul 8 14:00:00 2003 sbrabecAATTsuse.cz
- Updated to version 1.6.4.
Thu Apr 24 14:00:00 2003 roAATTsuse.de
- fix install_info --delete call and move from preun to postun
Wed Mar 12 13:00:00 2003 sbrabecAATTsuse.cz
- Workaround guile-config info version bug (symlink, fixes bug 25190).
Tue Feb 11 13:00:00 2003 sbrabecAATTsuse.cz
- Fixed GUILEVERSION datadir path.
Mon Feb 10 13:00:00 2003 sbrabecAATTsuse.cz
- Updated to version 1.6.2.
- Use %install_info (bug #23423).
Wed Dec 11 13:00:00 2002 garloffAATTsuse.de
- Make slib integration work independent of guile version number.
Wed Dec 4 13:00:00 2002 sbrabecAATTsuse.cz
- Change error message for unknown platform to warning. It allows to
compile guile on all platforms, but there is no guarantee to
functionallity. (guile-platforms.diff)
Tue Dec 3 13:00:00 2002 sbrabecAATTsuse.cz
- Fixed typo, which breaks TeXmacs
(guile-1.6.0-top_srcdir_absolute.diff).
Wed Oct 30 13:00:00 2002 sbrabecAATTsuse.cz
- Update to version 1.6.0.
Tue Aug 20 14:00:00 2002 mmjAATTsuse.de
- Correct PreReq
Tue Jul 30 14:00:00 2002 mciharAATTsuse.cz
- fixed SuSEconfig.guile for new version
Wed Jul 17 14:00:00 2002 tiwaiAATTsuse.de
- updated to version 1.4.1.
Tue Jun 11 14:00:00 2002 mciharAATTsuse.cz
- disabled qthreads for ppc64
Mon Apr 29 14:00:00 2002 sfAATTsuse.de
- disabled qthreads for x86_64
Thu Apr 4 14:00:00 2002 pmladekAATTsuse.cz
- moved AC_LIBOBJ after AC_PROG_CC because AC_LIBOBJ uses $ac_objext
Wed Apr 3 14:00:00 2002 pmladekAATTsuse.cz
- fixed to compile with autoconf-2.53 (AC_LIBOBJ vs. LIBOBJS)
Fri Feb 8 13:00:00 2002 pmladekAATTsuse.cz
- used -a option with automake to fix for PLUS distribution
- added back guile-doc-snarf: work around problem with cpp on ia64
bebause of 7.2-ia64+kde distribution
Wed Feb 6 13:00:00 2002 schwabAATTsuse.de
- Don\'t add /usr/include and /usr/local/include to include search path.
- Avoid trigraph.
- Add support for ia64 register backing store (from cvs).
- Don\'t build with -O0 on ia64.
Mon Dec 17 13:00:00 2001 frohAATTsuse.de
- added %{_libdir} to the specfile where appropriate to make it lib64
clean.
Fri Dec 7 13:00:00 2001 pmladekAATTsuse.cz
- fixed for new position of slib library
- SuSEconfig.guile uses check_md5_and_move now
- removed unused package scheme from neededforbuild
Tue Nov 6 13:00:00 2001 pmladekAATTsuse.cz
- fixed to compile with automake 1.5:
* OMIT_DEPENDENCIES are not supported now
Sat Sep 15 14:00:00 2001 schwabAATTsuse.de
- Fix libtool configuration.
- Remove ia64 cpp workaround.
- Fix hash functions for 64-bit architectures.
Fri Aug 31 14:00:00 2001 pmladekAATTsuse.cz
- fixed creating of SLIB catalog (#8997):
- moved from triggerin to SuSEconfig because
there were problems with update when rpm was
updated after guile
Mon Aug 27 14:00:00 2001 pmladekAATTsuse.cz
- fixed to compile on axp:
* fixed file numbering in qt/md/axp.s
* fixed end of block qt_vstart in qt/md/axp.s
Fri Aug 10 14:00:00 2001 roAATTsuse.de
- fixed to build with current autoconf and libtool
Thu Jun 14 14:00:00 2001 pmladekAATTsuse.cz
- fixed to more correctly compile with new autoconf
Mon Jun 11 14:00:00 2001 pmladekAATTsuse.cz
- fixed to compile with new autoconf
Sat May 12 14:00:00 2001 schwabAATTsuse.de
- Fix readline interface.
Thu Feb 22 13:00:00 2001 roAATTsuse.de
- added readline/readline-devel to neededforbuild (split from bash)
Wed Dec 6 13:00:00 2000 schwabAATTsuse.de
- guile-doc-snarf: work around problem with cpp on ia64.
- Build with -O0 on ia64.
Thu Nov 23 13:00:00 2000 cihlarAATTsuse.cz
- fixed to compile on older distros
Sun Nov 12 13:00:00 2000 roAATTsuse.de
- don\'t redeclare inet_aton
Wed Nov 8 13:00:00 2000 roAATTsuse.de
- changed %post to %triggerin -- scheme
Tue Nov 7 13:00:00 2000 cihlarAATTsuse.cz
- added postinstall and link to /usr/lib/scheme/slib
Fri Nov 3 13:00:00 2000 cihlarAATTsuse.cz
- bzipped sources
- clean up spec file
Mon Oct 23 14:00:00 2000 roAATTsuse.de
- use macro for infodir
Wed Aug 2 14:00:00 2000 cihlarAATTsuse.cz
- update to version 1.4
Fri Apr 7 14:00:00 2000 bkAATTsuse.de
- And no QuickThreads yet on s390 too ;-)
Thu Apr 6 14:00:00 2000 schwabAATTsuse.de
- No QuickThreads yet on ia64.
Mon Mar 6 13:00:00 2000 schwabAATTsuse.de
- Update config.{guess,sub} from automake.
Sun Feb 6 13:00:00 2000 keAATTsuse.de
- Add group tag.
- /configure -> %build.
- use /usr/share/info.
Sun Oct 3 14:00:00 1999 keAATTsuse.de
- update: 1.3.4.
Mon Sep 13 14:00:00 1999 bsAATTsuse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
Tue Sep 7 14:00:00 1999 uliAATTsuse.de
- no QuickThreads on PPC, disabled them
Wed Aug 25 14:00:00 1999 roAATTsuse.de
- fixed configuration for alpha-Quickthreads again
Wed Aug 25 14:00:00 1999 keAATTsuse.de
- update: 1.3.2.
Wed Mar 17 13:00:00 1999 roAATTsuse.de
- fixed patch-call
Wed Feb 10 13:00:00 1999 keAATTsuse.de
- apply guile-slow-read-fix.patch (by Harvey J. Stein
).
- fix lib perms.
Fri Feb 5 13:00:00 1999 roAATTsuse.de
- changed config to detect alpha(ev56) as alpha
Wed Oct 21 14:00:00 1998 keAATTsuse.de
- update: version 1.3.
- build libqthreads.
Wed Sep 23 14:00:00 1998 keAATTsuse.de
- update: snapshot 1998-09-23 (1.3a).
Sun Aug 23 14:00:00 1998 keAATTsuse.de
- update: snapshot 1998-08-23 (1.3a).
Fri Nov 21 13:00:00 1997 bsAATTsuse.de
- don\'t call ldconfig in spec file
Tue Jul 15 14:00:00 1997 Karl Eichwalder
* initial package: version 1.2.