[scheme2js] Update to 20110424

Michel Alexandre Salim salimma at fedoraproject.org
Fri Jul 15 09:55:01 UTC 2011


commit 7ad6c6df47866a32358f9d40e5f80c87b8df8de1
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Fri Jul 15 11:54:43 2011 +0200

    Update to 20110424

 .gitignore     |    3 ++-
 scheme2js.spec |   16 ++++++++++++++--
 sources        |    3 ++-
 3 files changed, 18 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a7efd73..c0a0ea6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-scheme2js-20090717.tar.gz
+/scheme2js-20110424.tar.gz
+/scheme2js-hop-2.2.0-dsssl.js
diff --git a/scheme2js.spec b/scheme2js.spec
index 0b18cfb..f067390 100644
--- a/scheme2js.spec
+++ b/scheme2js.spec
@@ -2,14 +2,17 @@
 %global debug_package %{nil}
 
 Name:           scheme2js
-Version:        20090717
-Release:        3%{?dist}
+Version:        20110424
+Release:        1%{?dist}
 Summary:        Scheme to JavaScript compiler
 
 Group:          Development/Languages
 License:        LGPLv2+ or CeCILL or CeCILL-C
 URL:            http://www-sop.inria.fr/mimosa/scheme2js/
 Source0:        http://www-sop.inria.fr/mimosa/scheme2js/files/scheme2js-%{version}.tar.gz
+# missing file; taken from scheme2js bundled with HOP:
+# ftp://ftp-sop.inria.fr/indes/fp/Hop/hop-2.2.0.tar.gz
+Source1:	scheme2js-hop-2.2.0-dsssl.js
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  bigloo
@@ -29,6 +32,9 @@ hygienic macros and the eval procedure.
 
 %prep
 %setup -q
+cp -p %{SOURCE1} compiler/runtime/dsssl.js
+# prevent file being regenerated
+touch compiler/runtime/dsssl.js
 # fix non-UTF8 file encodings
 for f in COPYING.CeCILL*; do
   iconv -f iso88591 -t utf8 $f -o $f.utf8
@@ -61,6 +67,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 15 2011 Michel Salim <salimma at fedoraproject.org> - 20110424-1
+- Update to 20110424
+
+* Mon Mar 28 2011 Michel Salim <salimma at fedoraproject.org> - 20101114-1
+- Update to 20101114
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20090717-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 287533d..86ba25f 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-3cc52444a0da3b91eede4b64fd2e2696  scheme2js-20090717.tar.gz
+705b35a4065f68a881169ceb145fa308  scheme2js-20110424.tar.gz
+4862dc9cdabe32885cfcefc0fbd6cf3a  scheme2js-hop-2.2.0-dsssl.js


More information about the scm-commits mailing list