[js-of-ocaml/f18] don't use release 0 since that's for prereleases

Scott Tsai scottt at fedoraproject.org
Mon Nov 26 14:22:41 UTC 2012


commit 73cafd0a7a4a398944730dddda7bba6214705093
Author: Scott Tsai <scottt.tw at gmail.com>
Date:   Mon Nov 26 22:22:10 2012 +0800

    don't use release 0 since that's for prereleases

 js-of-ocaml.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js-of-ocaml.spec b/js-of-ocaml.spec
index 4abd2ab..faef61d 100644
--- a/js-of-ocaml.spec
+++ b/js-of-ocaml.spec
@@ -4,7 +4,7 @@
 
 Name:           js-of-ocaml
 Version:        1.2
-Release:        0%{?dist}
+Release:        1%{?dist}
 Summary:        An OCaml to Javascript compiler
 
 License:        LGPLv2+ with exceptions
@@ -91,7 +91,7 @@ cp -p %{SOURCE1} examples/Makefile.common
 
 
 %changelog
-* Mon Nov 26 2012 Scott Tsai <scottt.tw at gmail.com> 1.2-0
+* Mon Nov 26 2012 Scott Tsai <scottt.tw at gmail.com> 1.2-1
 - Upstream 1.2
 
 * Fri Jun 15 2012 Scott Tsai <scottt.tw at gmail.com> 1.0.9-4


More information about the scm-commits mailing list