This commit is contained in:
committed by
Git OBS Bridge
parent
2e31c01ca3
commit
f8dbc209aa
@@ -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
3
guile-1.8.5.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aeac5ada5ecc10fbc56b5afbb41a0b3acc30e0447396c73c6a3637426407978e
|
||||||
|
size 3054305
|
@@ -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
|
|
@@ -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
|
Thu Mar 13 14:27:07 CET 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
26
guile.spec
26
guile.spec
@@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# 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
|
License: LGPL v2.1 or later
|
||||||
Group: Development/Languages/Scheme
|
Group: Development/Languages/Scheme
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 1.8.4
|
Version: 1.8.5
|
||||||
Release: 5
|
Release: 1
|
||||||
%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/
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Patch1: %{name}-64bit.patch
|
Patch1: %{name}-64bit.patch
|
||||||
Patch2: %{name}-1.6.10-mktemp.patch
|
Patch2: %{name}-1.6.10-mktemp.patch
|
||||||
Patch3: guile-gnuc_inline.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
|
||||||
@@ -52,6 +51,7 @@ Authors:
|
|||||||
Tom Tromey <tromey@cygnus.com>
|
Tom Tromey <tromey@cygnus.com>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
License: LGPL v2.1 or later
|
||||||
Group: Development/Languages/Scheme
|
Group: Development/Languages/Scheme
|
||||||
Summary: GNU's Ubiquitous Intelligent Language for Extension
|
Summary: GNU's Ubiquitous Intelligent Language for Extension
|
||||||
Requires: %{name} = %{version} gmp-devel readline-devel ncurses-devel
|
Requires: %{name} = %{version} gmp-devel readline-devel ncurses-devel
|
||||||
@@ -81,7 +81,6 @@ Authors:
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch1
|
%patch1
|
||||||
%patch2
|
%patch2
|
||||||
%patch3
|
|
||||||
# guile-1.8.1: The code is not so good for -Werror (unused results of write()).
|
# guile-1.8.1: The code is not so good for -Werror (unused results of write()).
|
||||||
sed -i s/-Werror// configure.in configure
|
sed -i s/-Werror// configure.in configure
|
||||||
|
|
||||||
@@ -122,8 +121,8 @@ rm -f usr/share/guile/site/slibcat.SuSEconfig
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc ABOUT-NLS ANON-CVS AUTHORS COPYING* ChangeLog GUILE-VERSION HACKING
|
%doc ABOUT-NLS AUTHORS COPYING* FAQ ChangeLog GUILE-VERSION HACKING
|
||||||
%doc LICENSE NEWS README THANKS SNAPSHOTS
|
%doc LICENSE NEWS README THANKS
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_datadir}/guile
|
%{_datadir}/guile
|
||||||
%{_libdir}/libguile*.so.*
|
%{_libdir}/libguile*.so.*
|
||||||
@@ -141,8 +140,17 @@ rm -f usr/share/guile/site/slibcat.SuSEconfig
|
|||||||
%doc %{_infodir}/guile-tut.info.gz
|
%doc %{_infodir}/guile-tut.info.gz
|
||||||
%doc %{_infodir}/r5rs.info.gz
|
%doc %{_infodir}/r5rs.info.gz
|
||||||
%{_libdir}/libguile*.a
|
%{_libdir}/libguile*.a
|
||||||
|
%{_libdir}/pkgconfig/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Mar 13 2008 schwab@suse.de
|
||||||
- Use autoreconf.
|
- Use autoreconf.
|
||||||
* Thu Feb 28 2008 ro@suse.de
|
* 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
|
* 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
|
* Thu Dec 12 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
|
||||||
@@ -283,7 +291,7 @@ rm -f usr/share/guile/site/slibcat.SuSEconfig
|
|||||||
- 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
|
* Thu Feb 07 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).
|
||||||
|
Reference in New Issue
Block a user