Update to upstream release 1.9.0-alpha15
Update to require JDK 1.8
This commit is contained in:
parent
d5682ff6f3
commit
65992a0c28
3 changed files with 11 additions and 10 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -14,3 +14,4 @@
|
|||
/clojure-1.7.0.zip
|
||||
/clojure-1.8.0-beta1.zip
|
||||
/clojure-1.8.0.zip
|
||||
/clojure-1.9.0-alpha15.zip
|
||||
|
|
|
|||
18
clojure.spec
18
clojure.spec
|
|
@ -2,12 +2,12 @@
|
|||
%global groupId org.clojure
|
||||
%global artifactId clojure
|
||||
%global archivename %{project}-%{artifactId}
|
||||
%global full_version %{version}
|
||||
%global full_version %{version}-alpha15
|
||||
|
||||
Name: clojure
|
||||
Epoch: 1
|
||||
Version: 1.8.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.9.0
|
||||
Release: 0.alpha15.1%{?dist}
|
||||
Summary: A dynamic programming language that targets the Java Virtual Machine
|
||||
|
||||
License: EPL-1.0
|
||||
|
|
@ -22,14 +22,10 @@ BuildRequires: javapackages-tools
|
|||
BuildRequires: maven-local
|
||||
BuildRequires: ant >= 1.6
|
||||
BuildRequires: objectweb-asm
|
||||
BuildRequires: java-devel >= 1:1.6.0
|
||||
BuildRequires: java-devel >= 1:1.8.0
|
||||
BuildRequires: sonatype-oss-parent
|
||||
|
||||
%if 0%{?fedora} > 20
|
||||
Requires: java-headless >= 1:1.6
|
||||
%else
|
||||
Requires: java >= 1:1.6
|
||||
%endif
|
||||
Requires: java-headless >= 1:1.8
|
||||
|
||||
Requires: objectweb-asm
|
||||
|
||||
|
|
@ -74,6 +70,10 @@ install -pm 755 %{SOURCE1} %{buildroot}%{_bindir}/%{name}
|
|||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Sat Apr 04 2020 Markku Korkeala <markku.korkeala@iki.fi> - 1:1.9.0-0.alpha15.1
|
||||
- Update to upstream release 1.9.0-alpha15
|
||||
- Update to require JDK 1.8
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (clojure-1.8.0.zip) = 36d95213f35ba182d8f3efb4753a50078a0f19a4ef9084c10c300ea075d11ba7d92dec51347afc5c23424800b9c75f9fcc363b23ead4f836ed193d8913ade0e4
|
||||
SHA512 (clojure-1.9.0-alpha15.zip) = 88d0e0bc4dd85faa6b4d281927e659e0166cc9a9ecc2fb6e363c2f3e291f8506837d5b06143df6d7e0447128d9e7bd6004334775fad8597009cd39f37f3f77b7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue