Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jgraphx for openSUSE:Factory checked in at 2022-03-22 19:41:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jgraphx (Old) and /work/SRC/openSUSE:Factory/.jgraphx.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jgraphx" Tue Mar 22 19:41:17 2022 rev:7 rq:964026 version:4.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/jgraphx/jgraphx.changes 2018-03-02 21:11:36.689149364 +0100 +++ /work/SRC/openSUSE:Factory/.jgraphx.new.25692/jgraphx.changes 2022-03-22 19:41:30.819172579 +0100 @@ -1,0 +2,8 @@ +Tue Mar 22 16:43:15 UTC 2022 - Fridrich Strba <fst...@suse.com> + +- Upgrade to version 4.2.2 +- Build with source and target levels 8 +- Fetch tarball from github.com, since the other location gives + error 404 + +------------------------------------------------------------------- Old: ---- jgraphx-3_9_2.zip New: ---- v4.2.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jgraphx.spec ++++++ --- /var/tmp/diff_new_pack.Fh2UMy/_old 2022-03-22 19:41:35.067177035 +0100 +++ /var/tmp/diff_new_pack.Fh2UMy/_new 2022-03-22 19:41:35.071177039 +0100 @@ -1,7 +1,7 @@ # # spec file for package jgraphx # -# Copyright (c) 2018 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,24 +12,22 @@ # 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 src_ver 3_9_2 Name: jgraphx -Version: 3.9.2 +Version: 4.2.2 Release: 0 Summary: Java-based Diagram Component and Editor License: BSD-3-Clause Group: Development/Libraries/Java -Url: http://www.jgraph.com/ -Source0: http://downloads.jgraph.com/downloads/jgraphx/archive/jgraphx-%{src_ver}.zip +URL: https://github.com/jgraph +Source0: https://github.com/jgraph/%{name}/archive/refs/tags/v%{version}.tar.gz BuildRequires: ant -BuildRequires: java-devel +BuildRequires: java-devel >= 1.8 BuildRequires: jpackage-utils -BuildRequires: unzip -Requires: java +Requires: java >= 1.8 Requires: jpackage-utils BuildArch: noarch @@ -40,7 +38,7 @@ via provided zoomable component. %prep -%setup -q -n %{name} +%setup -q # fix executable permissions chmod 644 docs/manual/images/mx_man_graph_analysis.jpg @@ -49,7 +47,7 @@ find -type f -name "*.jar" | xargs -t rm %build -ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 +ant -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 # Remove copies of source so that we don't confuse # the debuginfo finder @@ -66,7 +64,7 @@ popd %files -%doc license.txt +%license license.txt %{_javadir}/%{name}.jar %{_javadir}/%{name}-%{version}.jar