Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jlatexmath for openSUSE:Factory checked in at 2022-03-22 21:36:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jlatexmath (Old) and /work/SRC/openSUSE:Factory/.jlatexmath.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jlatexmath" Tue Mar 22 21:36:45 2022 rev:5 rq:964030 version:1.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/jlatexmath/jlatexmath.changes 2017-09-20 17:10:44.330043172 +0200 +++ /work/SRC/openSUSE:Factory/.jlatexmath.new.25692/jlatexmath.changes 2022-03-22 21:36:46.684988896 +0100 @@ -1,0 +2,7 @@ +Tue Mar 22 17:03:06 UTC 2022 - Fridrich Strba <[email protected]> + +- Build with java source and target levels 8 +- Fetch the tarball from github, since the other location does + not exist any more + +------------------------------------------------------------------- Old: ---- jlatexmath-src-all-1.0.3.zip New: ---- 1.0.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jlatexmath.spec ++++++ --- /var/tmp/diff_new_pack.myDDi3/_old 2022-03-22 21:36:47.268989354 +0100 +++ /var/tmp/diff_new_pack.myDDi3/_new 2022-03-22 21:36:47.272989358 +0100 @@ -1,7 +1,7 @@ # # spec file for package jlatexmath # -# 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,7 +12,7 @@ # 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/ # @@ -20,20 +20,18 @@ Version: 1.0.3 Release: 0 Summary: Java API to display mathematical formulas written in LaTeX -# FIXME: use correct group, see "https://en.opensuse.org/openSUSE:Package_group_guidelines" -License: GPL-2.0+ -Group: Development/Libraries -Url: http://forge.scilab.org/index.php/p/jlatexmath/ -Source0: http://forge.scilab.org/index.php/p/jlatexmath/downloads/get/%{name}-src-all-%{version}.zip +License: GPL-2.0-or-later +Group: Development/Libraries/Java +URL: https://github.com/opencollab/jlatexmath/ +Source0: https://github.com/opencollab/%{name}/archive/refs/tags/%{version}.tar.gz Source1: patched_fop.properties Patch0: jlatexmath-1.0.3-nosource.patch BuildRequires: ant BuildRequires: fdupes -BuildRequires: java-devel +BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-tools -BuildRequires: unzip BuildRequires: xmlgraphics-fop -Requires: java +Requires: java >= 1.8 Requires: javapackages-tools BuildArch: noarch @@ -45,8 +43,7 @@ %package fop Summary: FOP plug-in for %{name} -# FIXME: use correct group, see "https://en.opensuse.org/openSUSE:Package_group_guidelines" -Group: Development/Libraries +Group: Development/Libraries/Java Requires: %{name} = %{version}-%{release} Requires: javapackages-tools Requires: xmlgraphics-fop @@ -56,8 +53,7 @@ %package javadoc Summary: API Documentation for %{name} -# FIXME: use correct group, see "https://en.opensuse.org/openSUSE:Package_group_guidelines" -Group: Documentation +Group: Documentation/HTML Requires: %{name} = %{version}-%{release} %description javadoc @@ -77,7 +73,7 @@ sed -i '/class-path/I d' plugin/fop/MANIFEST.MF %build -ant -Djava_version=1.6 buildJar fop doc +ant -Djava_version=1.8 buildJar fop doc %install @@ -92,13 +88,13 @@ %files %{_javadir}/%{name}.jar %doc README -%doc COPYING -%doc LICENSE +%license COPYING +%license LICENSE %files fop %{_javadir}/%{name}-fop.jar -%doc plugin/fop/COPYING -%doc plugin/fop/LICENSE +%license plugin/fop/COPYING +%license plugin/fop/LICENSE %files javadoc %{_javadocdir}/%{name}
