OBS User unknown 2008-07-08 16:47:20 +00:00 committed by Git OBS Bridge
parent 2e31c01ca3
commit f8dbc209aa
5 changed files with 31 additions and 59 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6dfeaeccd4e67ea30b0fd215b5b4e915444661d1a4304fcf9bb6da43d4dc2991
size 2970291

3
guile-1.8.5.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aeac5ada5ecc10fbc56b5afbb41a0b3acc30e0447396c73c6a3637426407978e
size 3054305

View File

@ -1,47 +0,0 @@
--- libguile/inline.h
+++ libguile/inline.h
@@ -58,7 +58,7 @@
#if defined SCM_C_INLINE && ! defined SCM_INLINE_C_INCLUDING_INLINE_H
/* definitely inlining */
#ifdef __GNUC__
-extern
+extern __attribute__((gnu_inline))
#else
static
#endif
@@ -134,7 +134,7 @@
#if defined SCM_C_INLINE && ! defined SCM_INLINE_C_INCLUDING_INLINE_H
/* definitely inlining */
#ifdef __GNUC__
-extern
+extern __attribute__((gnu_inline))
#else
static
#endif
@@ -209,7 +209,7 @@
#if defined SCM_C_INLINE && ! defined SCM_INLINE_C_INCLUDING_INLINE_H
/* definitely inlining */
#ifdef __GNUC__
-extern
+extern __attribute__((gnu_inline))
#else
static
#endif
@@ -224,7 +224,7 @@
#if defined SCM_C_INLINE && ! defined SCM_INLINE_C_INCLUDING_INLINE_H
/* definitely inlining */
#ifdef __GNUC__
-extern
+extern __attribute__((gnu_inline))
#else
static
#endif
@@ -239,7 +239,7 @@
#if defined SCM_C_INLINE && ! defined SCM_INLINE_C_INCLUDING_INLINE_H
/* definitely inlining */
#ifdef __GNUC__
-extern
+extern __attribute__((gnu_inline))
#else
static
#endif

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jul 7 16:48:39 CEST 2008 - pgajdos@suse.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 14:27:07 CET 2008 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package guile (Version 1.8.4)
# spec file for package guile (Version 1.8.5)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -16,15 +16,14 @@ BuildRequires: gmp-devel readline-devel
License: LGPL v2.1 or later
Group: Development/Languages/Scheme
AutoReqProv: on
Version: 1.8.4
Release: 5
Version: 1.8.5
Release: 1
%define GUILEVERSION 1.8
Summary: GNU's Ubiquitous Intelligent Language for Extension
Url: http://www.gnu.org/software/guile/
Source0: %{name}-%{version}.tar.bz2
Patch1: %{name}-64bit.patch
Patch2: %{name}-1.6.10-mktemp.patch
Patch3: guile-gnuc_inline.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: fileutils sh-utils
PreReq: %install_info_prereq
@ -52,6 +51,7 @@ Authors:
Tom Tromey <tromey@cygnus.com>
%package devel
License: LGPL v2.1 or later
Group: Development/Languages/Scheme
Summary: GNU's Ubiquitous Intelligent Language for Extension
Requires: %{name} = %{version} gmp-devel readline-devel ncurses-devel
@ -81,7 +81,6 @@ Authors:
%setup -q
%patch1
%patch2
%patch3
# guile-1.8.1: The code is not so good for -Werror (unused results of write()).
sed -i s/-Werror// configure.in configure
@ -122,8 +121,8 @@ rm -f usr/share/guile/site/slibcat.SuSEconfig
%files
%defattr(-,root,root)
%doc ABOUT-NLS ANON-CVS AUTHORS COPYING* ChangeLog GUILE-VERSION HACKING
%doc LICENSE NEWS README THANKS SNAPSHOTS
%doc ABOUT-NLS AUTHORS COPYING* FAQ ChangeLog GUILE-VERSION HACKING
%doc LICENSE NEWS README THANKS
%{_bindir}/*
%{_datadir}/guile
%{_libdir}/libguile*.so.*
@ -141,8 +140,17 @@ rm -f usr/share/guile/site/slibcat.SuSEconfig
%doc %{_infodir}/guile-tut.info.gz
%doc %{_infodir}/r5rs.info.gz
%{_libdir}/libguile*.a
%{_libdir}/pkgconfig/*
%changelog
* Mon Jul 07 2008 pgajdos@suse.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 2008 schwab@suse.de
- Use autoreconf.
* Thu Feb 28 2008 ro@suse.de
@ -254,7 +262,7 @@ rm -f usr/share/guile/site/slibcat.SuSEconfig
* Mon Feb 10 2003 sbrabec@suse.cz
- Updated to version 1.6.2.
- Use %%install_info (bug #23423).
* Wed Dec 11 2002 garloff@suse.de
* Thu Dec 12 2002 garloff@suse.de
- Make slib integration work independent of guile version number.
* Wed Dec 04 2002 sbrabec@suse.cz
- Change error message for unknown platform to warning. It allows to
@ -283,7 +291,7 @@ rm -f usr/share/guile/site/slibcat.SuSEconfig
- 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 06 2002 schwab@suse.de
* Thu Feb 07 2002 schwab@suse.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).