From 032735fc42451acdb66e5568463aa7cc85f08fdc Mon Sep 17 00:00:00 2001 From: Jochen Schmitt Date: Thu, 22 Sep 2011 18:57:59 +0200 Subject: [PATCH] New upstrem release Remove no-classpath patch (#684060) Add patch to resolve JDK-1.7 related issues with test suite --- clojure-1.3.0-notest.patch | 19 +++++++++++++++++++ clojure.spec | 6 ++++++ 2 files changed, 25 insertions(+) create mode 100644 clojure-1.3.0-notest.patch diff --git a/clojure-1.3.0-notest.patch b/clojure-1.3.0-notest.patch new file mode 100644 index 0000000..e1d2e26 --- /dev/null +++ b/clojure-1.3.0-notest.patch @@ -0,0 +1,19 @@ +diff -up clojure-1.3.0-RC0/build.xml.notest clojure-1.3.0-RC0/build.xml +--- clojure-1.3.0-RC0/build.xml.notest 2011-09-22 18:36:29.711661366 +0200 ++++ clojure-1.3.0-RC0/build.xml 2011-09-22 18:37:44.862656794 +0200 +@@ -94,6 +94,7 @@ + description="Run clojure tests without recompiling clojure." + depends="compile-tests" + unless="maven.test.skip"> ++ + + + 1:1.3.0-0.1 - New upstrem release - Remove no-classpath patch (#684060) +- Add patch to resolve JDK-1.7 related issues with test suite * Tue Jul 12 2011 Jochen Schmitt 1:1.2.1-1 - New minor bug fixing release from upstream