Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77c578e979 | ||
|
|
6062ece347 | ||
|
|
f7db30da0b | ||
|
|
e6be96f895 | ||
|
|
80e3881507 | ||
|
|
2708c274ab | ||
|
|
38bdf99ef6 |
4 changed files with 31 additions and 7 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -13,3 +13,9 @@ macros.zip
|
|||
/ij153r-src.zip
|
||||
/ij153v-src.zip
|
||||
/ij154c-src.zip
|
||||
/ij154d-src.zip
|
||||
/ij154e-src.zip
|
||||
/ij154f-src.zip
|
||||
/ij154g-src.zip
|
||||
/ij154h-src.zip
|
||||
/ij154i-src.zip
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
diff -Naur old/source/build.xml new/source/build.xml
|
||||
--- old/source/build.xml 2022-03-28 17:29:56.000000000 -0400
|
||||
+++ new/source/build.xml 2022-05-30 08:47:23.391364179 -0400
|
||||
diff -Naur imagej-1.54g-original/source/build.xml imagej-1.54g/source/build.xml
|
||||
--- imagej-1.54g-original/source/build.xml 2023-08-01 15:33:36.000000000 -0400
|
||||
+++ imagej-1.54g/source/build.xml 2023-10-19 11:24:27.643291642 -0400
|
||||
@@ -24,8 +24,6 @@
|
||||
<copy file="IJ_Props.txt" todir="${build.dir}" />
|
||||
<copy file="images/microscope.gif" tofile="${build.dir}/microscope.gif" />
|
||||
|
|
@ -8,5 +8,5 @@ diff -Naur old/source/build.xml new/source/build.xml
|
|||
- <copy file="plugins/MacAdapter.class" tofile="${build.dir}/ij/plugin/MacAdapter.class" />
|
||||
- <copy file="plugins/MacAdapter9.class" tofile="${build.dir}/ij/plugin/MacAdapter9.class" />
|
||||
<copy todir="${build.dir}/macros"><fileset dir="macros"/></copy>
|
||||
<copy file="functions.html" todir="${build.dir}" />
|
||||
<!-- Build ij.jar. -->
|
||||
<jar jarfile="${jarfile}" basedir="${build.dir}"
|
||||
22
imagej.spec
22
imagej.spec
|
|
@ -1,5 +1,5 @@
|
|||
Name: imagej
|
||||
Version: 1.54c
|
||||
Version: 1.54i
|
||||
Release: 1%{?dist}
|
||||
Summary: Image Processing and Analysis in Java
|
||||
|
||||
|
|
@ -24,7 +24,7 @@ BuildArch: noarch
|
|||
ExclusiveArch: %{java_arches} noarch
|
||||
|
||||
# Do not copy class files.
|
||||
Patch: imagej-1.53r-do-not-copy-class-files.patch
|
||||
Patch: imagej-1.54g-do-not-copy-class-files.patch
|
||||
# Modify imagej.sh (as intended by upstream) for Fedora compatibility.
|
||||
Patch: imagej-1.53r-unix-script.patch
|
||||
# Set javac source / target version to 1.8 to fix building with Java 11.
|
||||
|
|
@ -128,6 +128,24 @@ desktop-file-install --vendor='' \
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 04 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1.54i-1
|
||||
- Update to 1.54i (close RHBZ#2267596)
|
||||
|
||||
* Fri Dec 22 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.54h-1
|
||||
- Update to 1.54h (close RHBZ#2254747)
|
||||
|
||||
* Thu Oct 19 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.54g-1
|
||||
- Update to 1.54g (close RHBZ#2244933)
|
||||
|
||||
* Fri Jun 30 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.54f-1
|
||||
- Update to 1.54f (close RHBZ#2212252)
|
||||
|
||||
* Mon Jun 05 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.54f-1
|
||||
- Update to 1.54e (close RHBZ#2212252)
|
||||
|
||||
* Tue Apr 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.54d-1
|
||||
- Update to 1.54d (close RHBZ#2183396)
|
||||
|
||||
* Fri Mar 10 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.54c-1
|
||||
- Update to 1.54c (close RHBZ#2175999)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (ij154c-src.zip) = 392f134b05aef266e735e2936bddda9b92c952a935a679f279adb7691581cca41c5537ec8f3ce7a0698af639c2b1a23ad0568a2b75c50148fb2cf32bf9427d56
|
||||
SHA512 (ij154i-src.zip) = ee36c336ea1d93144798d7bcf326a1fa1325e27d755c61953c7076be7d258113ddf128383a03037203e8ccce32fed8f0d48efe6a91f1fc111bbb3d8323de771c
|
||||
SHA512 (macros.zip) = 383dd4131c3bc9f810c297f2846105592bcf34a09cbaa590c5ffb8a71217bb6eba7b0cbab4ab259feb740ac87e05d439e19cfb17fc67c9150f60a1711657bfd3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue