[js-of-ocaml] New upstream release 2.4

Scott Tsai scottt at fedoraproject.org
Tue Aug 19 15:20:34 UTC 2014


commit a1a9275fc566cd66a9151795b8ed75a59f02f352
Author: Scott Tsai <scottt.tw at gmail.com>
Date:   Mon Aug 18 07:44:11 2014 +0800

    New upstream release 2.4

 js-of-ocaml.spec |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/js-of-ocaml.spec b/js-of-ocaml.spec
index b6032cc..5c3ce3b 100644
--- a/js-of-ocaml.spec
+++ b/js-of-ocaml.spec
@@ -1,14 +1,16 @@
+%global commit 302e4a93fb40cc48cdb97913dfcadff2809ef024
+
 %global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
 %global __provides_exclude_from ^%{_libdir}/ocaml/stublibs/.*\.so$
 
 Name:           js-of-ocaml
-Version:        1.3.2
-Release:        5%{?dist}
+Version:        2.4
+Release:        1%{?dist}
 Summary:        An OCaml to Javascript compiler
 
 License:        LGPLv2+ with exceptions
 URL:            http://ocsigen.org/js_of_ocaml
-Source0:        http://ocsigen.org/download/js_of_ocaml-%{version}.tar.gz
+Source0:        https://github.com/ocsigen/js_of_ocaml/archive/%{commit}/js_of_ocaml-%{commit}.tar.gz
 
 # Allow examples to be built with the distro packaged js-of-ocaml
 Source1:        Makefile.common.js-of-ocaml.examples
@@ -43,7 +45,7 @@ The %{name}-doc package contains the user manual, API
 reference and examples for %{name}.
  
 %prep
-%setup -q -n js_of_ocaml-%{version}
+%setup -q -n js_of_ocaml-%{commit}
 
 
 %build
@@ -76,16 +78,19 @@ find examples '(' -name '*.cmi' -or -name '*.cmo' -or -name '*.byte' -or -name '
 cp -p %{SOURCE1} examples/Makefile.common
 
 %files
-%doc LICENSE README
+%doc LICENSE
 %{_libdir}/ocaml/js_of_ocaml/
 %{_libdir}/ocaml/stublibs/*.so
 %{_bindir}/js_of_ocaml
 
 %files doc
-%doc LICENSE README examples doc/api-html doc/manual-aux doc/manual-wiki
+%doc LICENSE README.md examples doc/api/html doc/manual
 
 
 %changelog
+* Mon Aug 18 2014 Scott Tsai <scottt.tw at gmail.com> 2.4-1
+- New upstream release 2.4 
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.2-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list