Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
98af8793de | ||
|
|
47abcba827 | ||
|
|
d7b15410bc |
3 changed files with 20 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -24,3 +24,5 @@
|
|||
/clojure-1.11.2.zip
|
||||
/clojure-1.11.3.zip
|
||||
/clojure-1.12.0.zip
|
||||
/clojure-1.12.3.zip
|
||||
/clojure-1.12.4.zip
|
||||
|
|
|
|||
20
clojure.spec
20
clojure.spec
|
|
@ -2,11 +2,12 @@
|
|||
%global groupId org.clojure
|
||||
%global artifactId clojure
|
||||
%global archivename %{project}-%{artifactId}
|
||||
%define add_determinism_options --handler=-jar
|
||||
|
||||
Name: clojure
|
||||
Epoch: 1
|
||||
Version: 1.12.0
|
||||
Release: 4%{?dist}
|
||||
Version: 1.12.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A dynamic programming language that targets the Java Virtual Machine
|
||||
|
||||
License: EPL-1.0
|
||||
|
|
@ -41,7 +42,9 @@ can avoid reflection.
|
|||
%setup -q -n %{archivename}-%{version}
|
||||
|
||||
%pom_remove_plugin :maven-release-plugin
|
||||
%pom_remove_plugin :nexus-staging-maven-plugin
|
||||
%pom_remove_plugin :central-publishing-maven-plugin
|
||||
%pom_remove_plugin :maven-javadoc-plugin
|
||||
|
||||
|
||||
%build
|
||||
%mvn_build -f -j
|
||||
|
|
@ -59,6 +62,17 @@ can avoid reflection.
|
|||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Thu Jan 15 2026 Markku Korkeala <markku.korkeala@iki.fi> - 1:1.12.4-1
|
||||
- Update to upstream release 1.12.4, closes rhbz#2369851
|
||||
|
||||
* Tue Dec 09 2025 Markku Korkeala <markku.korkeala@iki.fi> - 1:1.12.3-2
|
||||
- Remove timestamp modifications from jar, closes to rhbz#2355949
|
||||
|
||||
* Sun Nov 23 2025 Markku Korkeala <markku.korkeala@iki.fi> - 1:1.12.3-1
|
||||
- Update to upstream release 1.12.3, closes rhbz#2186974
|
||||
- Remove central-publishing-maven-plugin from pom
|
||||
- Remove maven-javadoc-plugin from pom
|
||||
|
||||
* Tue Jul 29 2025 jiri vanek <jvanek@redhat.com> - 1:1.12.0-4
|
||||
- Rebuilt for java-25-openjdk as preffered jdk
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (clojure-1.12.0.zip) = d0f36491bf2fee9906951f84591c9462d2ef2e36bd22cf1856c724f92d055ad1cd790e50e702f192f0d911d0ff4f8bf8e4c360c0ded94e317fec2f657731b5d4
|
||||
SHA512 (clojure-1.12.4.zip) = e1629a330426f694ec9da11957a17fce1504175a0e801402ddc053a695e7f95c0fdc1af746897c80a37f5d2084a571034027e869a683dfebfef92b7af3598320
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue