[java-sig-commits] [sat4j] Make 1.5-level bytecode

Andrew Overholt overholt at fedoraproject.org
Mon Aug 29 14:08:45 UTC 2011


commit c17c1ebbbe8c60143590d77ecec868507ca8ef60
Author: Andrew Overholt <overholt at redhat.com>
Date:   Mon Aug 29 10:07:43 2011 -0400

    Make 1.5-level bytecode
    
    This enables bootstrapping of Eclipse with OpenJDK 7.

 sat4j.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/sat4j.spec b/sat4j.spec
index fb90ca5..81ad018 100644
--- a/sat4j.spec
+++ b/sat4j.spec
@@ -4,7 +4,7 @@
 
 Name:           sat4j
 Version:        2.3.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A library of SAT solvers written in Java
 
 Group:          Development/Libraries
@@ -38,7 +38,7 @@ without worrying about the details.
 rm lib/commons-cli.jar
 
 %build
-ant -Dbuild.compiler=modern -Drelease=%{version} -DBUILD_DATE=%{qualifier} p2 
+ant -Dbuild.compiler=modern -Drelease=%{version} -DBUILD_DATE=%{qualifier} -Dtarget=1.5 p2 
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -57,6 +57,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_javadir}/org.sat4j*
 
 %changelog
+* Thu Aug 25 2011 Andrew Overholt <overholt at redhat.com> 2.3.0-2
+- Make 1.5-level bytecode.  This enables bootstrapping of Eclipse
+  with OpenJDK 7.
+
 * Mon Apr 04 2011 Chris Aniszczyk <zx at redhat.com> 2.3.0-1
 - Update to 2.3.0.
 


More information about the java-sig-commits mailing list