[janino] Rebuilt RHBZ #842604 (compile with -target 1.5 or greater)

gil gil at fedoraproject.org
Tue Jul 24 14:51:48 UTC 2012


commit 30ea0a394db7377692b286d956d276ace193b97e
Author: gil <puntogil at libero.it>
Date:   Tue Jul 24 16:50:50 2012 +0200

    Rebuilt RHBZ #842604 (compile with -target 1.5 or greater)

 janino.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/janino.spec b/janino.spec
index d6c1992..7ad014c 100644
--- a/janino.spec
+++ b/janino.spec
@@ -29,7 +29,7 @@
 #
 Name:          janino
 Version:       2.6.1
-Release:       13%{?dist}
+Release:       14%{?dist}
 Summary:       An embedded Java compiler
 Group:         Development/Tools
 License:       BSD
@@ -110,6 +110,10 @@ cp -p %{SOURCE2} commons-compiler/pom.xml
 cp -p %{SOURCE3} commons-compiler-jdk/pom.xml
 cp -p %{SOURCE4} %{name}/pom.xml
 
+# RHBZ #842604
+sed -i 's#<source>1.2</source>#<source>1.5</source>#' pom.xml
+sed -i 's#<target>1.1</target>#<target>1.5</target>#' pom.xml
+
 %patch0 -p1
 
 perl -pi -e 's/\r$//g' new_bsd_license.txt README.txt
@@ -149,6 +153,9 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
 %doc new_bsd_license.txt
 
 %changelog
+* Tue Jul 24 2012 gil cattaneo <puntogil at libero.it> 2.6.1-14
+- Rebuilt RHBZ #842604 (compile with -target 1.5 or greater)
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.6.1-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list