Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package imagej for openSUSE:Factory checked 
in at 2022-12-20 20:20:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/imagej (Old)
 and      /work/SRC/openSUSE:Factory/.imagej.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "imagej"

Tue Dec 20 20:20:49 2022 rev:11 rq:1043842 version:1.53t

Changes:
--------
--- /work/SRC/openSUSE:Factory/imagej/imagej.changes    2022-04-08 
22:46:36.342548466 +0200
+++ /work/SRC/openSUSE:Factory/.imagej.new.1835/imagej.changes  2022-12-20 
20:21:32.606225604 +0100
@@ -1,0 +2,6 @@
+Tue Dec  6 20:53:06 UTC 2022 - Dirk Müller <[email protected]>
+
+- update to 1.53v:
+  * too many changes to list here, see https://wsr.imagej.net/notes.html 
+
+-------------------------------------------------------------------

Old:
----
  ij153f-src.zip

New:
----
  ij153t-src.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ imagej.spec ++++++
--- /var/tmp/diff_new_pack.JtumVG/_old  2022-12-20 20:21:33.098228300 +0100
+++ /var/tmp/diff_new_pack.JtumVG/_new  2022-12-20 20:21:33.102228322 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package imagej
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define SrcVersion 153f
-
+%define SrcVersion 153t
 Name:           imagej
-Version:        1.53f
+Version:        1.53t
 Release:        0
 Summary:        A Java image processing program
 License:        SUSE-Public-Domain
 Group:          Productivity/Graphics/Convertors
-Url:            http://rsbweb.nih.gov/ij/
-Source:         http://rsbweb.nih.gov/ij/download/src/ij%{SrcVersion}-src.zip
+URL:            https://rsbweb.nih.gov/ij/
+Source:         https://rsbweb.nih.gov/ij/download/src/ij%{SrcVersion}-src.zip
 Source1:        %{name}.in
 Source2:        %{name}.desktop
 Patch0:         imagej-nosourcetarget.patch
@@ -35,7 +34,6 @@
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
 Requires:       java >= 1.8
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -60,11 +58,11 @@
 compiler.
 
 %prep
-%setup -n source
+%setup -q -n source
 %patch0 -p1
 
 %build
-%ant -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 build
+%{ant} -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 build
 
 %install
 install -d -m 755 %{buildroot}%{_datadir}/%{name}
@@ -97,7 +95,6 @@
 %suse_update_desktop_file %{name}
 
 %files
-%defattr(-,root,root)
 %doc release-notes.html
 %{_bindir}/*
 %{_datadir}/%{name}

++++++ imagej-nosourcetarget.patch ++++++
--- /var/tmp/diff_new_pack.JtumVG/_old  2022-12-20 20:21:33.138228520 +0100
+++ /var/tmp/diff_new_pack.JtumVG/_new  2022-12-20 20:21:33.142228542 +0100
@@ -1,12 +1,14 @@
---- source/build.xml   2022-04-08 15:40:02.598001218 +0200
-+++ source/build.xml   2022-04-08 15:43:15.611177038 +0200
-@@ -6,7 +6,7 @@
+Index: source/build.xml
+===================================================================
+--- source.orig/build.xml
++++ source/build.xml
+@@ -14,7 +14,7 @@
      <!-- First, ensure the build directory exists. -->
-     <mkdir dir="build" />
+     <mkdir dir="${build.dir}" />
      <!-- Build everything; add debug="on" to debug -->
--    <javac srcdir="./ij" destdir="build" optimize="on" source="1.6" 
target="1.6" debug="on" includeantruntime="false" encoding="utf-8">
-+    <javac srcdir="./ij" destdir="build" optimize="on" debug="on" 
includeantruntime="false" encoding="utf-8">
+-    <javac srcdir="./ij" destdir="${build.dir}" optimize="on" source="1.6" 
target="1.6" debug="on" includeantruntime="false" encoding="utf-8">
++    <javac srcdir="./ij" destdir="${build.dir}" optimize="on" debug="on" 
includeantruntime="false" encoding="utf-8">
      </javac>
    </target>
-   
+ 
 

Reply via email to