Update to upstream release 1.10.1
Update clojure-spec-alpha and clojure-core-specs-alpha dependency Remove jsr166y pom_remove_dep
This commit is contained in:
parent
93fff0a0da
commit
799faa0e72
3 changed files with 12 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -17,3 +17,4 @@
|
|||
/clojure-1.9.0-alpha15.zip
|
||||
/clojure-1.9.0-beta3.zip
|
||||
/clojure-1.9.0.zip
|
||||
/clojure-1.10.1.zip
|
||||
|
|
|
|||
16
clojure.spec
16
clojure.spec
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
Name: clojure
|
||||
Epoch: 1
|
||||
Version: 1.9.0
|
||||
Version: 1.10.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A dynamic programming language that targets the Java Virtual Machine
|
||||
|
||||
|
|
@ -24,8 +24,8 @@ BuildRequires: ant >= 1.6
|
|||
BuildRequires: objectweb-asm
|
||||
BuildRequires: java-devel >= 1:1.8.0
|
||||
BuildRequires: sonatype-oss-parent
|
||||
BuildRequires: clojure-spec-alpha >= 1:0.1.143
|
||||
BuildRequires: clojure-core-specs-alpha >= 1:0.1.24-2
|
||||
BuildRequires: clojure-spec-alpha >= 1:0.2.176
|
||||
BuildRequires: clojure-core-specs-alpha >= 1:0.2.44
|
||||
BuildRequires: clojure-maven-plugin >= 1.8.1
|
||||
BuildRequires: maven-compiler-plugin
|
||||
BuildRequires: maven-jar-plugin
|
||||
|
|
@ -38,8 +38,8 @@ BuildRequires: maven-antrun-plugin
|
|||
|
||||
Requires: java-headless >= 1:1.8
|
||||
Requires: objectweb-asm
|
||||
Requires: clojure-spec-alpha >= 1:0.1.143
|
||||
Requires: clojure-core-specs-alpha >= 1:0.1.24-2
|
||||
Requires: clojure-spec-alpha >= 1:0.2.176
|
||||
Requires: clojure-core-specs-alpha >= 1:0.2.44
|
||||
|
||||
%description
|
||||
Clojure is a dynamic programming language that targets the Java
|
||||
|
|
@ -55,7 +55,6 @@ can avoid reflection.
|
|||
|
||||
%prep
|
||||
%setup -q -n %{archivename}-%{full_version}
|
||||
%pom_remove_dep org.codehaus.jsr166-mirror:jsr166y
|
||||
%pom_remove_plugin org.sonatype.plugins:nexus-staging-maven-plugin
|
||||
|
||||
%build
|
||||
|
|
@ -74,6 +73,11 @@ install -pm 755 %{SOURCE1} %{buildroot}%{_bindir}/%{name}
|
|||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Apr 15 2020 Markku Korkeala <markku.korkeala@iki.fi> - 1:1.10.1-1
|
||||
- Update to upstream release 1.10.1
|
||||
- Update clojure-spec-alpha and clojure-core-specs-alpha dependency
|
||||
- Remove jsr166y pom_remove_dep
|
||||
|
||||
* Tue Apr 14 2020 Markku Korkeala <markku.korkeala@iki.fi> - 1:1.9.0-1
|
||||
- Update to upstream release 1.9.0, update clojure-spec-alpha dependency
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (clojure-1.9.0.zip) = 217e5cc66901ba67eedaae364fc5492724242da33f0e34ceed923f1664f123ab70a364602ccc20cdf81cbd32a357441cab5b9289c192957e37c384e6cf9d7449
|
||||
SHA512 (clojure-1.10.1.zip) = 75453cbf87c6f129fc21bd130ec0c3093fa84493d1dcee3a55597b13785e3d0e57b3fd77dbc1c9fd46c0c09d1e2c40ec5a3324765015605b0fb77bda921529cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue