[hevea] New upstream release. Unbreak bytecode build.

Jerry James jjames at fedoraproject.org
Mon Mar 31 15:35:04 UTC 2014


commit fcefdfd5a1fe1caaf55880e5eeaa0a36210ca337
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Mon Mar 31 09:35:07 2014 -0600

    New upstream release.
    Unbreak bytecode build.

 .gitignore |    4 ++--
 hevea.spec |   11 +++++++++--
 sources    |    4 ++--
 3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1f2a672..351c80a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-/hevea-2.12.tar.gz
-/hevea-2.12-manual.pdf
+/hevea-2.13.tar.gz
+/hevea-2.13-manual.pdf
diff --git a/hevea.spec b/hevea.spec
index 6022600..2d41183 100644
--- a/hevea.spec
+++ b/hevea.spec
@@ -1,9 +1,12 @@
 %global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
 %global _texmf %{_datadir}/texmf
+%if !%{opt}
+%global debug_package %{nil}
+%endif
 
 Name:		hevea
-Version:	2.12
-Release:	2%{?dist}
+Version:	2.13
+Release:	1%{?dist}
 Summary:	LaTeX to HTML translator
 Group:		Applications/Publishing
 License:	QPL
@@ -65,6 +68,10 @@ make install \
 
 
 %changelog
+* Mon Mar 31 2014 Jerry James <loganjerry at gmail.com> - 2.13-1
+- New upstream release
+- Unbreak bytecode build
+
 * Thu Jan 16 2014 Jerry James <loganjerry at gmail.com> - 2.12-2
 - Unlimit the stack to fix the ppc64 build (really fixes bz 879050)
 
diff --git a/sources b/sources
index 22240ad..caabbf0 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-8330f7c1c1615242b13a894737ca5992  hevea-2.12.tar.gz
-3edbfe95f7d12ea386a0ef1d3d4fd667  hevea-2.12-manual.pdf
+22bc39ad0c64d966f3b387d4072ed987  hevea-2.13.tar.gz
+3df48cde30fdde4eb77de3f704ca63ad  hevea-2.13-manual.pdf


More information about the scm-commits mailing list