OBS User unknown 2008-02-08 18:16:08 +00:00 committed by Git OBS Bridge
parent a12d51b135
commit 72c3cf355c
2 changed files with 89 additions and 81 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 4 11:34:00 CET 2008 - pgajdos@suse.cz
- guile conflicts with slib < 3a5 [#354936]
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 12 14:52:27 CET 2007 - pgajdos@suse.cz Wed Dec 12 14:52:27 CET 2007 - pgajdos@suse.cz

View File

@ -16,7 +16,7 @@ License: LGPL v2.1 or later
Group: Development/Languages/Scheme Group: Development/Languages/Scheme
AutoReqProv: on AutoReqProv: on
Version: 1.8.3 Version: 1.8.3
Release: 1 Release: 10
%define GUILEVERSION 1.8 %define GUILEVERSION 1.8
Summary: GNU's Ubiquitous Intelligent Language for Extension Summary: GNU's Ubiquitous Intelligent Language for Extension
Url: http://www.gnu.org/software/guile/ Url: http://www.gnu.org/software/guile/
@ -27,6 +27,7 @@ Patch3: guile-gcc4.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: fileutils sh-utils PreReq: fileutils sh-utils
PreReq: %install_info_prereq PreReq: %install_info_prereq
Conflicts: slib < 3a5
%description %description
This is Guile, a portable, embeddable Scheme implementation written in This is Guile, a portable, embeddable Scheme implementation written in
@ -151,7 +152,9 @@ rm -f usr/share/guile/site/slibcat.SuSEconfig
%{_libdir}/libguile*.a %{_libdir}/libguile*.a
%changelog %changelog
* Wed Dec 12 2007 - pgajdos@suse.cz * Mon Feb 04 2008 pgajdos@suse.cz
- guile conflicts with slib < 3a5 [#354936]
* Wed Dec 12 2007 pgajdos@suse.cz
- upgraded to 1.8.3: - upgraded to 1.8.3:
* New modules (srfi srfi-35), (srfi srfi-37) * New modules (srfi srfi-35), (srfi srfi-37)
* Bug fixes * Bug fixes
@ -169,32 +172,32 @@ rm -f usr/share/guile/site/slibcat.SuSEconfig
was not R5RS-compliant anyway, per Section 5.2.1. was not R5RS-compliant anyway, per Section 5.2.1.
- removed getcontext.patch -- no longer needed because - removed getcontext.patch -- no longer needed because
of code change of code change
* Mon Mar 05 2007 - sbrabec@suse.cz * Mon Mar 05 2007 sbrabec@suse.cz
- Slib guile library installation moved from guile to slib. - Slib guile library installation moved from guile to slib.
* Thu Jan 11 2007 - sbrabec@suse.cz * Thu Jan 11 2007 sbrabec@suse.cz
- More spec file cleanups. - More spec file cleanups.
* Fri Dec 08 2006 - maw@suse.de * Fri Dec 08 2006 maw@suse.de
- Clean up the spec, removing some hardcoded paths. - Clean up the spec, removing some hardcoded paths.
* Tue Nov 28 2006 - sbrabec@suse.cz * Tue Nov 28 2006 sbrabec@suse.cz
- Build as user and do not alter root filesystem. - Build as user and do not alter root filesystem.
* Mon Nov 27 2006 - sbrabec@suse.cz * Mon Nov 27 2006 sbrabec@suse.cz
- Created empty directory for site packages (#223837). - Created empty directory for site packages (#223837).
* Thu Nov 23 2006 - sbrabec@suse.cz * Thu Nov 23 2006 sbrabec@suse.cz
- Fixed slib installation scriptlets (#214940). - Fixed slib installation scriptlets (#214940).
* Wed Nov 08 2006 - anicka@suse.cz * Wed Nov 08 2006 anicka@suse.cz
- moved .la files to the base package (#218032). - moved .la files to the base package (#218032).
* Wed Oct 25 2006 - sbrabec@suse.cz * Wed Oct 25 2006 sbrabec@suse.cz
- Moved .so files to the base package (#214940). - Moved .so files to the base package (#214940).
* Mon Oct 16 2006 - anicka@suse.cz * Mon Oct 16 2006 anicka@suse.cz
- move /usr/share/guile from devel to main package - move /usr/share/guile from devel to main package
(fixes ##212545) (fixes ##212545)
* Sun Oct 15 2006 - schwab@suse.de * Mon Oct 16 2006 schwab@suse.de
- Make sure config.rpath is present. - Make sure config.rpath is present.
* Fri Oct 13 2006 - schwab@suse.de * Fri Oct 13 2006 schwab@suse.de
- Add split provide. - Add split provide.
* Fri Oct 13 2006 - aj@suse.de * Fri Oct 13 2006 aj@suse.de
- Split up devel subpackage. - Split up devel subpackage.
* Tue Oct 10 2006 - sbrabec@suse.cz * Tue Oct 10 2006 sbrabec@suse.cz
- Updated to version 1.8.1: - Updated to version 1.8.1:
* LFS functions are now used to access 64-bit files on 32-bit * LFS functions are now used to access 64-bit files on 32-bit
systems. systems.
@ -211,168 +214,168 @@ rm -f usr/share/guile/site/slibcat.SuSEconfig
headers. headers.
* Thread implementation has changed. * Thread implementation has changed.
* Command line syntax changes. * Command line syntax changes.
* Fri Oct 06 2006 - anicka@suse.cz * Fri Oct 06 2006 anicka@suse.cz
- update to 1.6.8 - update to 1.6.8
* gcc 4.0 fixes * gcc 4.0 fixes
* Guile now allows multiple line comments to end without * Guile now allows multiple line comments to end without
a trailing newline. a trailing newline.
* better support for new versions of SLIB * better support for new versions of SLIB
* changes in C interface * changes in C interface
* Fri Sep 08 2006 - anicka@suse.cz * Fri Sep 08 2006 anicka@suse.cz
- rewrite SuSEconfig.guile to RPM triggers - rewrite SuSEconfig.guile to RPM triggers
* Sun Jul 16 2006 - schwab@suse.de * Sun Jul 16 2006 schwab@suse.de
- Mark ia64_getcontext as returning twice. - Mark ia64_getcontext as returning twice.
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Tue Jan 17 2006 - ro@suse.de * Tue Jan 17 2006 ro@suse.de
- add aclocal in libltdl - add aclocal in libltdl
* Wed May 18 2005 - sbrabec@suse.cz * Wed May 18 2005 sbrabec@suse.cz
- Disabled randomly failing make -j. - Disabled randomly failing make -j.
* Tue Apr 05 2005 - sbrabec@suse.cz * Tue Apr 05 2005 sbrabec@suse.cz
- Fixed incomplete array element type. - Fixed incomplete array element type.
* Thu Mar 24 2005 - uli@suse.de * Thu Mar 24 2005 uli@suse.de
- fixed to build on ARM - fixed to build on ARM
* Fri Jan 21 2005 - sbrabec@suse.cz * Fri Jan 21 2005 sbrabec@suse.cz
- Updated to version 1.6.7. - Updated to version 1.6.7.
* Fri Dec 10 2004 - meissner@suse.de * Fri Dec 10 2004 meissner@suse.de
- make -j , added make check. - make -j , added make check.
* Tue Mar 30 2004 - sbrabec@suse.cz * Tue Mar 30 2004 sbrabec@suse.cz
- Fixed tempfile creation in guile-snarf (#36367). - Fixed tempfile creation in guile-snarf (#36367).
- Build with -fno-strict-aliasing. - Build with -fno-strict-aliasing.
* Thu Nov 06 2003 - schwab@suse.de * Thu Nov 06 2003 schwab@suse.de
- Fix syntax in configure script. - Fix syntax in configure script.
* Tue Jul 08 2003 - sbrabec@suse.cz * Tue Jul 08 2003 sbrabec@suse.cz
- Updated to version 1.6.4. - Updated to version 1.6.4.
* Thu Apr 24 2003 - ro@suse.de * Thu Apr 24 2003 ro@suse.de
- fix install_info --delete call and move from preun to postun - fix install_info --delete call and move from preun to postun
* Wed Mar 12 2003 - sbrabec@suse.cz * Wed Mar 12 2003 sbrabec@suse.cz
- Workaround guile-config info version bug (symlink, fixes bug 25190). - Workaround guile-config info version bug (symlink, fixes bug 25190).
* Tue Feb 11 2003 - sbrabec@suse.cz * Tue Feb 11 2003 sbrabec@suse.cz
- Fixed GUILEVERSION datadir path. - Fixed GUILEVERSION datadir path.
* Mon Feb 10 2003 - sbrabec@suse.cz * Mon Feb 10 2003 sbrabec@suse.cz
- Updated to version 1.6.2. - Updated to version 1.6.2.
- Use %%install_info (bug #23423). - Use %%install_info (bug #23423).
* Wed Dec 11 2002 - garloff@suse.de * Wed Dec 11 2002 garloff@suse.de
- Make slib integration work independent of guile version number. - Make slib integration work independent of guile version number.
* Wed Dec 04 2002 - sbrabec@suse.cz * Wed Dec 04 2002 sbrabec@suse.cz
- Change error message for unknown platform to warning. It allows to - Change error message for unknown platform to warning. It allows to
compile guile on all platforms, but there is no guarantee to compile guile on all platforms, but there is no guarantee to
functionallity. (guile-platforms.diff) functionallity. (guile-platforms.diff)
* Tue Dec 03 2002 - sbrabec@suse.cz * Tue Dec 03 2002 sbrabec@suse.cz
- Fixed typo, which breaks TeXmacs - Fixed typo, which breaks TeXmacs
(guile-1.6.0-top_srcdir_absolute.diff). (guile-1.6.0-top_srcdir_absolute.diff).
* Wed Oct 30 2002 - sbrabec@suse.cz * Wed Oct 30 2002 sbrabec@suse.cz
- Update to version 1.6.0. - Update to version 1.6.0.
* Tue Aug 20 2002 - mmj@suse.de * Tue Aug 20 2002 mmj@suse.de
- Correct PreReq - Correct PreReq
* Tue Jul 30 2002 - mcihar@suse.cz * Tue Jul 30 2002 mcihar@suse.cz
- fixed SuSEconfig.guile for new version - fixed SuSEconfig.guile for new version
* Wed Jul 17 2002 - tiwai@suse.de * Wed Jul 17 2002 tiwai@suse.de
- updated to version 1.4.1. - updated to version 1.4.1.
* Tue Jun 11 2002 - mcihar@suse.cz * Tue Jun 11 2002 mcihar@suse.cz
- disabled qthreads for ppc64 - disabled qthreads for ppc64
* Mon Apr 29 2002 - sf@suse.de * Mon Apr 29 2002 sf@suse.de
- disabled qthreads for x86_64 - disabled qthreads for x86_64
* Thu Apr 04 2002 - pmladek@suse.cz * Thu Apr 04 2002 pmladek@suse.cz
- moved AC_LIBOBJ after AC_PROG_CC because AC_LIBOBJ uses $ac_objext - moved AC_LIBOBJ after AC_PROG_CC because AC_LIBOBJ uses $ac_objext
* Wed Apr 03 2002 - pmladek@suse.cz * Wed Apr 03 2002 pmladek@suse.cz
- fixed to compile with autoconf-2.53 (AC_LIBOBJ vs. LIBOBJS) - fixed to compile with autoconf-2.53 (AC_LIBOBJ vs. LIBOBJS)
* Fri Feb 08 2002 - pmladek@suse.cz * Fri Feb 08 2002 pmladek@suse.cz
- used -a option with automake to fix for PLUS distribution - used -a option with automake to fix for PLUS distribution
- added back guile-doc-snarf: work around problem with cpp on ia64 - added back guile-doc-snarf: work around problem with cpp on ia64
bebause of 7.2-ia64+kde distribution bebause of 7.2-ia64+kde distribution
* Wed Feb 06 2002 - schwab@suse.de * Wed Feb 06 2002 schwab@suse.de
- Don't add /usr/include and /usr/local/include to include search path. - Don't add /usr/include and /usr/local/include to include search path.
- Avoid trigraph. - Avoid trigraph.
- Add support for ia64 register backing store (from cvs). - Add support for ia64 register backing store (from cvs).
- Don't build with -O0 on ia64. - Don't build with -O0 on ia64.
* Mon Dec 17 2001 - froh@suse.de * Mon Dec 17 2001 froh@suse.de
- added %%{_libdir} to the specfile where appropriate to make it lib64 - added %%{_libdir} to the specfile where appropriate to make it lib64
clean. clean.
* Fri Dec 07 2001 - pmladek@suse.cz * Fri Dec 07 2001 pmladek@suse.cz
- fixed for new position of slib library - fixed for new position of slib library
- SuSEconfig.guile uses check_md5_and_move now - SuSEconfig.guile uses check_md5_and_move now
- removed unused package scheme from neededforbuild - removed unused package scheme from neededforbuild
* Tue Nov 06 2001 - pmladek@suse.cz * Tue Nov 06 2001 pmladek@suse.cz
- fixed to compile with automake 1.5: - fixed to compile with automake 1.5:
* OMIT_DEPENDENCIES are not supported now * OMIT_DEPENDENCIES are not supported now
* Sat Sep 15 2001 - schwab@suse.de * Sat Sep 15 2001 schwab@suse.de
- Fix libtool configuration. - Fix libtool configuration.
- Remove ia64 cpp workaround. - Remove ia64 cpp workaround.
- Fix hash functions for 64-bit architectures. - Fix hash functions for 64-bit architectures.
* Fri Aug 31 2001 - pmladek@suse.cz * Fri Aug 31 2001 pmladek@suse.cz
- fixed creating of SLIB catalog (#8997): - fixed creating of SLIB catalog (#8997):
- moved from triggerin to SuSEconfig because - moved from triggerin to SuSEconfig because
there were problems with update when rpm was there were problems with update when rpm was
updated after guile updated after guile
* Mon Aug 27 2001 - pmladek@suse.cz * Mon Aug 27 2001 pmladek@suse.cz
- fixed to compile on axp: - fixed to compile on axp:
* fixed file numbering in qt/md/axp.s * fixed file numbering in qt/md/axp.s
* fixed end of block qt_vstart in qt/md/axp.s * fixed end of block qt_vstart in qt/md/axp.s
* Fri Aug 10 2001 - ro@suse.de * Fri Aug 10 2001 ro@suse.de
- fixed to build with current autoconf and libtool - fixed to build with current autoconf and libtool
* Thu Jun 14 2001 - pmladek@suse.cz * Thu Jun 14 2001 pmladek@suse.cz
- fixed to more correctly compile with new autoconf - fixed to more correctly compile with new autoconf
* Mon Jun 11 2001 - pmladek@suse.cz * Mon Jun 11 2001 pmladek@suse.cz
- fixed to compile with new autoconf - fixed to compile with new autoconf
* Sat May 12 2001 - schwab@suse.de * Sat May 12 2001 schwab@suse.de
- Fix readline interface. - Fix readline interface.
* Fri Feb 23 2001 - ro@suse.de * Fri Feb 23 2001 ro@suse.de
- added readline/readline-devel to neededforbuild (split from bash) - added readline/readline-devel to neededforbuild (split from bash)
* Wed Dec 06 2000 - schwab@suse.de * Wed Dec 06 2000 schwab@suse.de
- guile-doc-snarf: work around problem with cpp on ia64. - guile-doc-snarf: work around problem with cpp on ia64.
- Build with -O0 on ia64. - Build with -O0 on ia64.
* Thu Nov 23 2000 - cihlar@suse.cz * Thu Nov 23 2000 cihlar@suse.cz
- fixed to compile on older distros - fixed to compile on older distros
* Sun Nov 12 2000 - ro@suse.de * Mon Nov 13 2000 ro@suse.de
- don't redeclare inet_aton - don't redeclare inet_aton
* Wed Nov 08 2000 - ro@suse.de * Wed Nov 08 2000 ro@suse.de
- changed %%post to %%triggerin -- scheme - changed %%post to %%triggerin -- scheme
* Tue Nov 07 2000 - cihlar@suse.cz * Tue Nov 07 2000 cihlar@suse.cz
- added postinstall and link to /usr/lib/scheme/slib - added postinstall and link to /usr/lib/scheme/slib
* Fri Nov 03 2000 - cihlar@suse.cz * Fri Nov 03 2000 cihlar@suse.cz
- bzipped sources - bzipped sources
- clean up spec file - clean up spec file
* Mon Oct 23 2000 - ro@suse.de * Mon Oct 23 2000 ro@suse.de
- use macro for infodir - use macro for infodir
* Wed Aug 02 2000 - cihlar@suse.cz * Wed Aug 02 2000 cihlar@suse.cz
- update to version 1.4 - update to version 1.4
* Fri Apr 07 2000 - bk@suse.de * Sat Apr 08 2000 bk@suse.de
- And no QuickThreads yet on s390 too ;-) - And no QuickThreads yet on s390 too ;-)
* Thu Apr 06 2000 - schwab@suse.de * Thu Apr 06 2000 schwab@suse.de
- No QuickThreads yet on ia64. - No QuickThreads yet on ia64.
* Mon Mar 06 2000 - schwab@suse.de * Mon Mar 06 2000 schwab@suse.de
- Update config.{guess,sub} from automake. - Update config.{guess,sub} from automake.
* Sun Feb 06 2000 - ke@suse.de * Sun Feb 06 2000 ke@suse.de
- Add group tag. - Add group tag.
- /configure -> %%build. - /configure -> %%build.
- use /usr/share/info. - use /usr/share/info.
* Sun Oct 03 1999 - ke@suse.de * Sun Oct 03 1999 ke@suse.de
- update: 1.3.4. - update: 1.3.4.
* Mon Sep 13 1999 - bs@suse.de * Mon Sep 13 1999 bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec. - ran old prepare_spec on spec file to switch to new prepare_spec.
* Tue Sep 07 1999 - uli@suse.de * Tue Sep 07 1999 uli@suse.de
- no QuickThreads on PPC, disabled them - no QuickThreads on PPC, disabled them
* Wed Aug 25 1999 - ro@suse.de * Wed Aug 25 1999 ro@suse.de
- fixed configuration for alpha-Quickthreads again - fixed configuration for alpha-Quickthreads again
* Wed Aug 25 1999 - ke@suse.de * Wed Aug 25 1999 ke@suse.de
- update: 1.3.2. - update: 1.3.2.
* Wed Mar 17 1999 - ro@suse.de * Wed Mar 17 1999 ro@suse.de
- fixed patch-call - fixed patch-call
* Wed Feb 10 1999 - ke@suse.de * Wed Feb 10 1999 ke@suse.de
- apply guile-slow-read-fix.patch (by Harvey J. Stein - apply guile-slow-read-fix.patch (by Harvey J. Stein
<hjstein@bfr.co.il>). <hjstein@bfr.co.il>).
- fix lib perms. - fix lib perms.
* Fri Feb 05 1999 - ro@suse.de * Fri Feb 05 1999 ro@suse.de
- changed config to detect alpha(ev56) as alpha - changed config to detect alpha(ev56) as alpha
* Wed Oct 21 1998 - ke@suse.de * Wed Oct 21 1998 ke@suse.de
- update: version 1.3. - update: version 1.3.
- build libqthreads. - build libqthreads.
* Wed Sep 23 1998 - ke@suse.de * Wed Sep 23 1998 ke@suse.de
- update: snapshot 1998-09-23 (1.3a). - update: snapshot 1998-09-23 (1.3a).
* Sun Aug 23 1998 - ke@suse.de * Sun Aug 23 1998 ke@suse.de
- update: snapshot 1998-08-23 (1.3a). - update: snapshot 1998-08-23 (1.3a).
* Fri Nov 21 1997 - bs@suse.de * Fri Nov 21 1997 bs@suse.de
- don't call ldconfig in spec file - don't call ldconfig in spec file
* Tue Jul 15 1997 - Karl Eichwalder <ke@suse.de> * Tue Jul 15 1997 Karl Eichwalder <ke@suse.de>
* initial package: version 1.2. * initial package: version 1.2.