[scheme2js/f15] Update to 20110717

Michel Alexandre Salim salimma at fedoraproject.org
Mon Jul 25 18:26:44 UTC 2011


commit 9932fed7c793681c74d02ccb66e0e899c52d6add
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Mon Jul 25 20:05:26 2011 +0200

    Update to 20110717

 .gitignore     |    3 +--
 scheme2js.spec |   12 ++++--------
 sources        |    3 +--
 3 files changed, 6 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c0a0ea6..a6a230c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/scheme2js-20110424.tar.gz
-/scheme2js-hop-2.2.0-dsssl.js
+/scheme2js-20110717.tar.gz
diff --git a/scheme2js.spec b/scheme2js.spec
index f067390..b0191e5 100644
--- a/scheme2js.spec
+++ b/scheme2js.spec
@@ -2,7 +2,7 @@
 %global debug_package %{nil}
 
 Name:           scheme2js
-Version:        20110424
+Version:        20110717
 Release:        1%{?dist}
 Summary:        Scheme to JavaScript compiler
 
@@ -10,10 +10,6 @@ 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
 #Requires:       
@@ -32,9 +28,6 @@ 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
@@ -67,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul 25 2011 Michel Salim <salimma at fedoraproject.org> - 20110717-1
+- Update to 20110717
+
 * Fri Jul 15 2011 Michel Salim <salimma at fedoraproject.org> - 20110424-1
 - Update to 20110424
 
diff --git a/sources b/sources
index 86ba25f..1ca66b4 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-705b35a4065f68a881169ceb145fa308  scheme2js-20110424.tar.gz
-4862dc9cdabe32885cfcefc0fbd6cf3a  scheme2js-hop-2.2.0-dsssl.js
+62b7c511148880acfdb9ae81a8f4069c  scheme2js-20110717.tar.gz


More information about the scm-commits mailing list