2014-02-07 03:03:45 +00:00
|
|
|
# Using -O2 on ppc64 triggers ICE with gcc < 4.6.4
|
2012-03-31 02:57:30 +00:00
|
|
|
# http://www.iro.umontreal.ca/~gambit/bugzilla/show_bug.cgi?id=155
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=808285
|
|
|
|
# Use --with ppc64opt2 when rebuilding to see if this is fixed
|
|
|
|
%bcond_with ppc64opt2
|
|
|
|
|
2014-02-07 03:03:45 +00:00
|
|
|
%if 0%{?el6}
|
2012-03-31 02:57:30 +00:00
|
|
|
%ifarch ppc64
|
2014-02-07 03:04:32 +00:00
|
|
|
%if ! %{with ppc64opt2}
|
2015-09-06 15:10:46 +00:00
|
|
|
%global disable_c_opt 1
|
2012-03-31 02:57:30 +00:00
|
|
|
%global optflags %(echo %{optflags} | sed 's/-O2 /-O1 /')
|
|
|
|
%endif
|
2014-02-07 03:03:45 +00:00
|
|
|
%endif # ppc64
|
|
|
|
%endif # el6
|
2012-03-30 03:44:17 +00:00
|
|
|
|
2008-06-19 05:56:46 +00:00
|
|
|
Name: gambit-c
|
2019-05-28 00:53:12 +00:00
|
|
|
Version: 4.9.3
|
2020-01-28 19:14:43 +00:00
|
|
|
Release: 3%{?dist}
|
2010-07-12 09:39:57 +00:00
|
|
|
Summary: Scheme programming system
|
2008-06-19 05:56:46 +00:00
|
|
|
|
2008-06-19 22:48:50 +00:00
|
|
|
License: ASL 2.0 or LGPLv2
|
2015-09-06 11:15:23 +00:00
|
|
|
URL: http://gambitscheme.org/
|
2017-02-27 03:25:18 +00:00
|
|
|
%global _dirname gambit-v%(echo %{version} | sed -e 's/\\./_/g')-devel
|
2019-05-28 00:53:12 +00:00
|
|
|
Source0: http://www.iro.umontreal.ca/~gambit/download/gambit/v4.9/source/%{_dirname}.tgz
|
2012-03-29 10:30:23 +00:00
|
|
|
Source1: gambit-init.el
|
2008-06-19 05:56:46 +00:00
|
|
|
Patch0: gambc-v4_2_8-modtime.patch
|
|
|
|
|
2018-07-09 17:06:44 +00:00
|
|
|
BuildRequires: gcc
|
2010-07-12 09:39:57 +00:00
|
|
|
BuildRequires: emacs
|
2008-06-19 05:56:46 +00:00
|
|
|
Requires: gcc
|
2015-09-06 11:15:23 +00:00
|
|
|
Requires: emacs-filesystem >= %{_emacs_version}
|
2008-06-19 05:56:46 +00:00
|
|
|
|
2016-02-21 16:14:31 +00:00
|
|
|
|
2008-06-19 05:56:46 +00:00
|
|
|
%description
|
|
|
|
Gambit-C includes a Scheme interpreter and a Scheme compiler which can
|
|
|
|
be used to build standalone executables. Because the compiler
|
|
|
|
generates portable C code it is fairly easy to port to any platform
|
|
|
|
with a decent C compiler.
|
|
|
|
|
|
|
|
The Gambit-C system conforms to the R4RS, R5RS and IEEE Scheme
|
|
|
|
standards. The full numeric tower is implemented, including: infinite
|
|
|
|
precision integers (bignums), rationals, inexact reals (floating point
|
|
|
|
numbers), and complex numbers.
|
|
|
|
|
|
|
|
|
|
|
|
%package doc
|
|
|
|
Summary: Documentation for %{name}
|
2010-07-12 09:39:57 +00:00
|
|
|
|
|
|
|
BuildArch: noarch
|
2008-06-19 05:56:46 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires(post): info
|
|
|
|
Requires(preun): info
|
2010-07-12 09:59:45 +00:00
|
|
|
# switch to noarch
|
2012-02-01 12:40:26 +00:00
|
|
|
Obsoletes: gambit-c-doc < %{version}-%{release}
|
2008-06-19 05:56:46 +00:00
|
|
|
|
|
|
|
%description doc
|
|
|
|
Gambit-C includes a Scheme interpreter and a Scheme compiler which can
|
|
|
|
be used to build standalone executables. Because the compiler
|
|
|
|
generates portable C code it is fairly easy to port to any platform
|
|
|
|
with a decent C compiler.
|
|
|
|
|
|
|
|
This package contains the Gambit-C user manual in HTML and PDF formats.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2016-02-21 16:14:31 +00:00
|
|
|
%autosetup -n %{_dirname} -p1
|
2019-05-28 00:53:12 +00:00
|
|
|
# Gambit tries to do a git update-index if a git repo is detected
|
|
|
|
rm -rf .git
|
2012-03-31 03:15:46 +00:00
|
|
|
|
2008-06-19 05:56:46 +00:00
|
|
|
# Permission fixes
|
2012-03-29 10:30:23 +00:00
|
|
|
chmod -x lib/*.{c,h}
|
2008-06-19 05:56:46 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2015-09-06 11:15:23 +00:00
|
|
|
# disable expensive optimizations on specified platforms
|
|
|
|
# see INSTALL.txt
|
2015-09-06 15:10:46 +00:00
|
|
|
%ifarch s390 %{arm}
|
|
|
|
%global disable_gcc_opts 1
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
%if 0%{?rhel} <= 7
|
|
|
|
%global disable_gcc_opts 1
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
2008-06-19 05:56:46 +00:00
|
|
|
%configure --enable-single-host \
|
2015-09-06 15:10:46 +00:00
|
|
|
%if 0%{?disable_c_opt:1}
|
|
|
|
%else
|
2015-09-06 11:15:23 +00:00
|
|
|
--enable-c-opt \
|
2015-09-06 15:10:46 +00:00
|
|
|
%endif
|
|
|
|
%if 0%{?disable_gcc_opts:1}
|
|
|
|
%else
|
2008-06-19 05:56:46 +00:00
|
|
|
--enable-gcc-opts \
|
2015-09-06 11:15:23 +00:00
|
|
|
%endif
|
2010-07-12 09:39:57 +00:00
|
|
|
--bindir=%{_libdir}/%{name}/bin \
|
|
|
|
--libdir=%{_libdir}/%{name}
|
2008-06-19 05:56:46 +00:00
|
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
# Compile emacs module
|
2015-09-06 11:15:23 +00:00
|
|
|
(cd misc && %{_emacs_bytecompile} gambit.el)
|
2008-06-19 05:56:46 +00:00
|
|
|
|
|
|
|
|
|
|
|
%check
|
2019-05-28 00:53:12 +00:00
|
|
|
# tests fail on s390x:
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1714392
|
|
|
|
%ifnarch s390x
|
2008-06-19 05:56:46 +00:00
|
|
|
make check
|
2019-05-28 00:53:12 +00:00
|
|
|
%endif
|
2008-06-19 05:56:46 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2010-07-12 09:39:57 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2008-06-19 05:56:46 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
|
|
|
for i in gsc gsi
|
|
|
|
do
|
2010-07-12 09:39:57 +00:00
|
|
|
ln -sf ../%{_lib}/%{name}/bin/$i $RPM_BUILD_ROOT%{_bindir}/$i
|
2008-06-19 05:56:46 +00:00
|
|
|
done
|
|
|
|
cat > $RPM_BUILD_ROOT%{_bindir}/gsix <<EOF
|
|
|
|
#!/bin/sh
|
2010-07-12 09:39:57 +00:00
|
|
|
%{_libdir}/%{name}/bin/six $@
|
2008-06-19 05:56:46 +00:00
|
|
|
EOF
|
|
|
|
chmod +x $RPM_BUILD_ROOT%{_bindir}/gsix
|
|
|
|
|
2008-06-19 22:48:50 +00:00
|
|
|
# Remove duplicate docs
|
2010-07-12 09:39:57 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT%{_prefix}/doc
|
2008-06-19 05:56:46 +00:00
|
|
|
|
2008-06-19 22:48:50 +00:00
|
|
|
# Emacs mode files
|
2010-07-12 09:39:57 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_emacs_sitestartdir}
|
|
|
|
cp -p misc/gambit.elc $RPM_BUILD_ROOT%{_emacs_sitelispdir}
|
2012-03-29 10:30:23 +00:00
|
|
|
cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_emacs_sitestartdir}
|
2008-06-19 05:56:46 +00:00
|
|
|
|
2008-10-15 17:21:01 +00:00
|
|
|
# Link static libs
|
2010-07-12 09:39:57 +00:00
|
|
|
(cd $RPM_BUILD_ROOT%{_libdir} && ln -s %{name}/*.a .)
|
2008-10-15 17:21:01 +00:00
|
|
|
|
2008-06-19 05:56:46 +00:00
|
|
|
|
|
|
|
%files
|
2018-08-25 19:08:55 +00:00
|
|
|
%license LGPL.txt LICENSE-2.0.txt
|
|
|
|
%doc README
|
2008-06-19 05:56:46 +00:00
|
|
|
%{_bindir}/*
|
2008-07-14 21:07:26 +00:00
|
|
|
%{_includedir}/*.h
|
2010-07-12 09:39:57 +00:00
|
|
|
%{_mandir}/man1/gsi.*
|
2008-06-19 05:56:46 +00:00
|
|
|
%{_libdir}/%{name}
|
2008-07-15 14:41:36 +00:00
|
|
|
%{_libdir}/*.a
|
2015-09-06 11:15:23 +00:00
|
|
|
%{_emacs_sitelispdir}/*.el
|
2010-07-12 09:39:57 +00:00
|
|
|
%{_emacs_sitelispdir}/*.elc
|
|
|
|
%{_emacs_sitestartdir}/gambit-init.el
|
|
|
|
|
2008-06-19 05:56:46 +00:00
|
|
|
|
|
|
|
%files doc
|
2016-02-21 16:14:31 +00:00
|
|
|
%doc doc/gambit.html doc/gambit.pdf
|
2010-07-12 09:39:57 +00:00
|
|
|
# don't package examples until makefiles are fixed
|
|
|
|
# examples
|
2008-06-19 05:56:46 +00:00
|
|
|
%{_infodir}/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2020-01-28 19:14:43 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 01:16:21 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-05-28 00:53:12 +00:00
|
|
|
* Mon May 27 2019 Michel Alexandre Salim <salimma@fedoraproject.org> - 4.9.3-1
|
|
|
|
- Update to 4.9.3
|
2018-08-25 19:08:55 +00:00
|
|
|
- Move license files to /usr/share/licenses
|
|
|
|
|
2018-07-13 01:00:34 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.8-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 10:25:59 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.8-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-02 20:54:48 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.8-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 08:58:23 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-27 03:25:18 +00:00
|
|
|
* Sun Feb 26 2017 Michel Alexandre Salim <salimma@fedoraproject.org> - 4.8.8-1
|
|
|
|
- Update to 4.8.8
|
|
|
|
- Automatically calculate _dirname
|
|
|
|
|
2017-02-10 10:08:46 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-09 03:50:55 +00:00
|
|
|
* Mon Jan 9 2017 Michel Alexandre Salim <salimma@fedoraproject.org> - 4.8.7-1
|
|
|
|
- Update to 4.8.7
|
|
|
|
|
2017-01-09 02:51:19 +00:00
|
|
|
* Mon Jan 9 2017 Michel Alexandre Salim <salimma@fedoraproject.org> - 4.8.6-1
|
|
|
|
- Update to 4.8.6
|
|
|
|
|
2016-02-29 01:49:05 +00:00
|
|
|
* Sun Feb 28 2016 Michel Alexandre Salim <salimma@fedoraproject.org> - 4.8.4-2
|
|
|
|
- Re-enable ARM build with upstream cast fix
|
|
|
|
|
2016-02-21 16:14:31 +00:00
|
|
|
* Sun Feb 21 2016 Michel Alexandre Salim <salimma@fedoraproject.org> - 4.8.4-1
|
|
|
|
- Update to 4.8.4
|
|
|
|
|
2016-02-03 20:57:41 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.7.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-09-06 11:15:23 +00:00
|
|
|
* Sun Sep 6 2015 Michel Alexandre Salim <salimma@fedoraproject.org> - 4.7.9-1
|
|
|
|
- Update to 4.7.9
|
|
|
|
- Update home page link
|
|
|
|
- Adjust to new Emacs packaging guidelines, no longer shipping separate packages
|
|
|
|
- Further reduce expensive optimizations on resource-limited arches
|
|
|
|
|
2015-07-28 09:26:52 +00:00
|
|
|
* Tue Jul 28 2015 Peter Robinson <pbrobinson@fedoraproject.org> 4.7.7-1
|
|
|
|
- Update to 4.7.7
|
|
|
|
|
2015-06-17 06:56:08 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-04 08:37:53 +00:00
|
|
|
* Sun May 3 2015 Peter Robinson <pbrobinson@fedoraproject.org> 4.7.5-1
|
|
|
|
- Update to 4.7.5
|
|
|
|
|
2014-11-04 09:54:09 +00:00
|
|
|
* Tue Nov 04 2014 Jakub Čajka <jcajka@redhat.com> - 4.7.3-2
|
|
|
|
- Fix build OOM on s390
|
|
|
|
|
2014-10-30 08:45:23 +00:00
|
|
|
* Thu Oct 30 2014 Michel Alexandre Salim <salimma@fedoraproject.org> - 4.7.3-1
|
|
|
|
- Update to 4.7.3
|
|
|
|
|
2014-08-16 13:37:38 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 13:17:49 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-02-07 03:03:45 +00:00
|
|
|
* Fri Feb 7 2014 Michel Salim <salimma@fedoraproject.org> - 4.7.2-1
|
|
|
|
- Update to 4.7.2
|
|
|
|
|
2013-11-06 01:34:29 +00:00
|
|
|
* Tue Nov 05 2013 Kyle McMartin <kyle@fedoraproject.org>
|
|
|
|
- Fix FTBFS because of dirname macro, use _dirname instead.
|
|
|
|
|
2013-08-03 12:21:08 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6.6-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-13 22:14:33 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6.6-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-19 03:49:08 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-05 07:15:57 +00:00
|
|
|
* Tue Jun 5 2012 Michel Salim <salimma@fedoraproject.org> - 4.6.6-1
|
|
|
|
- Update to 4.6.6
|
|
|
|
|
2012-03-31 02:57:30 +00:00
|
|
|
* Sat Mar 31 2012 Michel Salim <salimma@fedoraproject.org> - 4.6.5-2
|
|
|
|
- Reduce optimization level on ppc64 to work around gcc compilation error
|
|
|
|
|
2012-03-29 10:30:23 +00:00
|
|
|
* Thu Mar 29 2012 Michel Salim <salimma@fedoraproject.org> - 4.6.5-1
|
|
|
|
- Update to 4.6.5
|
|
|
|
- Drop termite subpackages, they have been disabled for many releases
|
2012-03-30 03:44:17 +00:00
|
|
|
- Disable ppc64 target for now; broken since 4.6.4
|
2012-03-29 10:30:23 +00:00
|
|
|
|
2012-02-15 11:28:58 +00:00
|
|
|
* Wed Feb 15 2012 Michel Salim <salimma@fedoraproject.org> - 4.6.4-1
|
|
|
|
- Update to 4.6.4
|
|
|
|
|
2012-02-01 12:40:26 +00:00
|
|
|
* Wed Feb 1 2012 Michel Salim <salimma@fedoraproject.org> - 4.6.3-1
|
|
|
|
- Update to 4.6.3
|
|
|
|
|
2012-01-13 02:55:22 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-07-27 15:00:41 +00:00
|
|
|
* Wed Jul 27 2011 Michel Salim <salimma@fedoraproject.org> - 4.6.1-1
|
|
|
|
- Update to 4.6.1
|
|
|
|
|
2011-02-08 22:44:07 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-07-12 09:59:45 +00:00
|
|
|
* Mon Jul 12 2010 Michel Salim <salimma@fedoraproject.org> - 4.6.0-2
|
|
|
|
- noarch -doc subpackage properly obsoletes older, arched variant
|
|
|
|
|
2010-07-12 09:39:57 +00:00
|
|
|
* Mon Jul 12 2010 Michel Salim <salimma@fedoraproject.org> - 4.6.0-1
|
|
|
|
- Update to 4.6.0
|
|
|
|
- Bundle license text with independent Emacs subpackage
|
|
|
|
|
2009-07-24 23:29:13 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-24 19:27:03 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-29 03:29:38 +00:00
|
|
|
* Wed Jan 28 2009 Michel Salim <salimma@fedoraproject.org> - 4.3.2-2
|
|
|
|
- If termite packages are disabled, the corresponding gambit-c packages
|
|
|
|
Provides: and Obsoletes: them
|
|
|
|
|
2008-12-19 21:20:29 +00:00
|
|
|
* Fri Dec 19 2008 Michel Salim <salimma@fedoraproject.org> - 4.3.2-1
|
|
|
|
- Update to 4.3.2
|
|
|
|
|
2008-10-15 17:21:01 +00:00
|
|
|
* Tue Oct 14 2008 Michel Salim <salimma@fedoraproject.org> - 4.2.9-1
|
|
|
|
- Update to 4.2.9
|
|
|
|
- Disable Termite for now; still broken
|
|
|
|
- When built on EL-5, depend directly on emacs binary rather than emacs(bin)
|
|
|
|
|
|
|
|
* Mon Jul 14 2008 Michel Salim <salimma@fedoraproject.org> - 4.2.8-6
|
2008-07-14 21:07:26 +00:00
|
|
|
- Put include files and libraries in standard paths
|
|
|
|
|
2008-10-15 17:21:01 +00:00
|
|
|
* Thu Jun 19 2008 Michel Salim <salimma@fedoraproject.org> - 4.2.8-5
|
2008-06-19 22:48:50 +00:00
|
|
|
- Package Termite as a module instead of bundling a custom Gambit-C with it
|
|
|
|
|
2008-10-15 17:21:01 +00:00
|
|
|
* Thu Jun 19 2008 Michel Salim <salimma@fedoraproject.org> - 4.2.8-4
|
2008-06-19 17:28:34 +00:00
|
|
|
- Permission fixes for Termite subpackage
|
|
|
|
|
2008-10-15 17:21:01 +00:00
|
|
|
* Wed Jun 18 2008 Michel Salim <salimma@fedoraproject.org> - 4.2.8-3
|
2008-06-19 05:56:46 +00:00
|
|
|
- Bundle Termite as a subpackage
|
|
|
|
|
2008-10-15 17:21:01 +00:00
|
|
|
* Sat Jun 7 2008 Michel Salim <salimma@fedoraproject.org> - 4.2.8-2
|
2008-06-19 05:56:46 +00:00
|
|
|
- Rename six symlink to avoid clash with existing six package
|
|
|
|
|
2008-10-15 17:21:01 +00:00
|
|
|
* Mon Jun 2 2008 Michel Salim <salimma@fedoraproject.org> - 4.2.8-1
|
2008-06-19 05:56:46 +00:00
|
|
|
- Update to 4.2.8
|
|
|
|
- Rename to gambit-c
|
|
|
|
|
|
|
|
* Fri Dec 28 2007 Gerard Milmeister <gemi@bluewin.ch> - 4.1.2-1
|
|
|
|
- new release 4.1.2
|
|
|
|
|
|
|
|
* Sat Apr 14 2007 Gerard Milmeister <gemi@bluewin.ch> - 4.0-1.b22
|
|
|
|
- new version 4.0b22
|
|
|
|
|
|
|
|
* Sun Oct 15 2006 Gerard Milmeister <gemi@bluewin.ch> - 4.0-1.b20
|
|
|
|
- new version 4.0b20
|
|
|
|
|
|
|
|
* Sat Feb 4 2006 Gerard Milmeister <gemi@bluewin.ch> - 4.0-1.b17
|
|
|
|
- new version 4.0b17
|
|
|
|
|
|
|
|
* Mon Nov 7 2005 Gerard Milmeister <gemi@bluewin.ch> - 4.0-1.b15
|
|
|
|
- New Version 4.0b15
|
|
|
|
|
|
|
|
* Fri Aug 12 2005 Gerard Milmeister <gemi@bluewin.ch> - 4.0-1.b14
|
|
|
|
- First Fedora release
|
|
|
|
|