[clojure] New upstrem release Remove no-classpath patch (#684060)

Jochen Schmitt s4504kr at fedoraproject.org
Wed Sep 21 15:36:03 UTC 2011


commit f340876f3bfe479acde7ded4d250cf1db5edb9a9
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Wed Sep 21 17:35:53 2011 +0200

    New upstrem release
    Remove no-classpath patch (#684060)

 .gitignore                       |    1 +
 clojure-1.1.0-no_classpath.patch |   23 -----------------------
 clojure.spec                     |   16 ++++++++--------
 sources                          |    2 +-
 4 files changed, 10 insertions(+), 32 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 00900d4..b5953a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 clojure-1.1.0.zip
 /clojure-1.2.0.zip
 /clojure-1.2.1.zip
+/clojure-1.3.0-RC0.zip
diff --git a/clojure.spec b/clojure.spec
index ba7d8c7..933b695 100644
--- a/clojure.spec
+++ b/clojure.spec
@@ -1,18 +1,15 @@
-
 Name:           clojure
 Epoch:		1
-Version:     	1.2.1
-Release:        1%{?dist}
+Version:     	1.3.0
+Release:        0.1%{?dist}
 Summary:        A dynamic programming language that targets the Java Virtual Machine
 
 Group:          Development/Languages
 License:        EPL
 URL:            http://clojure.org/
-Source0:        http://github.com/downloads/clojure/clojure/clojure-%{version}.zip
+Source0:        http://repo1.maven.org/maven2/org/clojure/clojure/%{version}-RC0/clojure-%{version}-RC0.zip
 Source1:        clojure.sh
 
-Patch1:		clojure-1.1.0-no_classpath.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -37,9 +34,8 @@ optional type hints and type inference, to ensure that calls to Java
 can avoid reflection.
 
 %prep
-%setup -q 
+%setup -q -n clojure-%{version}-RC0
 rm -f *.jar
-%patch1 -p1
 
 %build
 ant
@@ -85,6 +81,10 @@ rm -rf %{buildroot}
 %{_mavendepmapfragdir}/*
 
 %changelog
+* Wed Sep 21 2011 Jochen Schmitt <Jochen herr-schmitt de> 1:1.3.0-0.1
+- New upstrem release
+- Remove no-classpath patch (#684060)
+
 * Tue Jul 12 2011 Jochen Schmitt <Jochen herr-schmitt de> 1:1.2.1-1
 - New minor bug fixing release from upstream
 
diff --git a/sources b/sources
index adc2a96..ac4fc78 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c5724c624fd6ce6a1d00252c27d53ebe  clojure-1.2.1.zip
+4944a5537f3008f053b181be2f111ac7  clojure-1.3.0-RC0.zip


More information about the scm-commits mailing list