Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
98af8793de | ||
|
|
47abcba827 | ||
|
|
d7b15410bc | ||
|
|
f8569c26e6 | ||
|
|
5f5460e5db | ||
|
|
2c607699da | ||
|
|
2e29ce9772 | ||
|
|
238583dcf7 | ||
|
|
3183b10e77 |
3 changed files with 40 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -22,3 +22,7 @@
|
|||
/clojure-1.10.3.zip
|
||||
/clojure-1.11.1.zip
|
||||
/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
|
||||
|
|
|
|||
38
clojure.spec
38
clojure.spec
|
|
@ -2,10 +2,11 @@
|
|||
%global groupId org.clojure
|
||||
%global artifactId clojure
|
||||
%global archivename %{project}-%{artifactId}
|
||||
%define add_determinism_options --handler=-jar
|
||||
|
||||
Name: clojure
|
||||
Epoch: 1
|
||||
Version: 1.11.2
|
||||
Version: 1.12.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A dynamic programming language that targets the Java Virtual Machine
|
||||
|
||||
|
|
@ -16,7 +17,7 @@ Source0: https://github.com/%{name}/%{name}/archive/%{name}-%{version}.zi
|
|||
BuildArch: noarch
|
||||
ExclusiveArch: %{java_arches} noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: maven-local-openjdk25
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
||||
|
|
@ -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,35 @@ 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
|
||||
|
||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.12.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.12.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Fri Oct 11 2024 Markku Korkeala <markku.korkeala@iki.fi> - 1:1.12.0-1
|
||||
- Update to upstream release 1.12.0, closes rhbz#2186974
|
||||
|
||||
* Tue Oct 8 2024 Markku Korkeala <markku.korkeala@iki.fi> - 1:1.11.3-1
|
||||
- Update to upstream release 1.11.3
|
||||
|
||||
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.11.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Fri Mar 15 2024 Markku Korkeala <markku.korkeala@iki.fi> - 1:1.11.2-1
|
||||
- Update to upstream release 1.11.2
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (clojure-1.11.2.zip) = 014d7995fc532345fe4251a4644be2fd88f94b79e0d59139aee48f78f5963c2eda53499a26f3af9356eb832ee0207e6e8124a6d03f5b835a14901b67cc15add9
|
||||
SHA512 (clojure-1.12.4.zip) = e1629a330426f694ec9da11957a17fce1504175a0e801402ddc053a695e7f95c0fdc1af746897c80a37f5d2084a571034027e869a683dfebfef92b7af3598320
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue