[scheme2js/el6] Revert "Merge branch 'master' into el6"

Michel Alexandre Salim salimma at fedoraproject.org
Fri Jul 15 11:03:05 UTC 2011


commit 69ee6661dc3a63661f202aa9dc4695693764c501
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Fri Jul 15 12:59:23 2011 +0200

    Revert "Merge branch 'master' into el6"
    
    EL6's bigloo is too old; reverting update
    
    This reverts commit ab6204c0866dea0a5541dd85ea06bc55c1b3512d, reversing
    changes made to 83699d9d80ecdd8aef36f0c800bbdbeb48fe8a81.

 .gitignore     |    3 +--
 scheme2js.spec |   19 ++-----------------
 sources        |    3 +--
 3 files changed, 4 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c0a0ea6..a7efd73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/scheme2js-20110424.tar.gz
-/scheme2js-hop-2.2.0-dsssl.js
+scheme2js-20090717.tar.gz
diff --git a/scheme2js.spec b/scheme2js.spec
index f067390..c17b993 100644
--- a/scheme2js.spec
+++ b/scheme2js.spec
@@ -2,17 +2,14 @@
 %global debug_package %{nil}
 
 Name:           scheme2js
-Version:        20110424
-Release:        1%{?dist}
+Version:        20090717
+Release:        2%{?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
@@ -32,9 +29,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,15 +61,6 @@ 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
-
 * Fri Jul  2 2010 Michel Salim <salimma at fedoraproject.org> - 20090717-2
 - Bump for Bigloo update
 
diff --git a/sources b/sources
index 86ba25f..287533d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-705b35a4065f68a881169ceb145fa308  scheme2js-20110424.tar.gz
-4862dc9cdabe32885cfcefc0fbd6cf3a  scheme2js-hop-2.2.0-dsssl.js
+3cc52444a0da3b91eede4b64fd2e2696  scheme2js-20090717.tar.gz


More information about the scm-commits mailing list