From 437b3ba90df5cb2667b72b7542cb9cbc88a6e49d Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 27 Jul 2009 06:48:58 +0000 Subject: [PATCH 01/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 4162e60..4542a8c 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification Group: System Environment/Libraries License: MIT @@ -89,6 +89,9 @@ ln -s %{name}-%{version} %{_javadocdir}/%{name} %changelog +* Sun Jul 26 2009 Fedora Release Engineering - 1.14-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Wed Feb 25 2009 Fedora Release Engineering - 1.14-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From 54c81eeb3c97c692e92c1017635bf8959a0db25a Mon Sep 17 00:00:00 2001 From: Jussi Lehtola Date: Wed, 30 Sep 2009 08:51:28 +0000 Subject: [PATCH 02/44] Cleaned up spec file. --- vecmath1.2.spec | 62 +++++++++++++++++++++---------------------------- 1 file changed, 27 insertions(+), 35 deletions(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 4542a8c..79d5b76 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,13 +1,22 @@ Name: vecmath1.2 Version: 1.14 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification Group: System Environment/Libraries License: MIT URL: http://www.objectclub.jp/download/vecmath_e Source0: http://www.objectclub.jp/download/files/vecmath//%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: java-javadoc java-gcj-compat-devel +BuildArch: noarch + +BuildRequires: java-devel >= 1:1.6.0 +BuildRequires: jpackage-utils + +Requires: jpackage-utils +Requires: java >= 1:1.6.0 + +# Necessary due to architecture change to noarch +Obsoletes: %{name} < %{version}-%{release} %description This is an unofficial implementation (java source code) of the javax.vecmath @@ -21,74 +30,57 @@ Generic matrices' LU and SV decomposition are also there. %package javadoc Group: Development/Libraries Summary: Javadoc for %{name} +Requires: %{name} = %{version}-%{release} +# Necessary due to architecture change to noarch +Obsoletes: %{name}-javadoc < %{version}-%{release} %description javadoc -Javadoc for %{name}. +This package contains the API documentation for %{name}. %prep %setup -q +find -name *.jar -delete +find -name *.class -delete %build make -f Makefile.unix all docs pushd classes -jar cf ../%{name}-%{version}.jar . +jar cf ../%{name}.jar . popd %install rm -rf $RPM_BUILD_ROOT -# dirs -mkdir -p $RPM_BUILD_ROOT%{_javadir} -mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}/ - # jar -install -m 644 %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir} -ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar -ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/vecmath.jar +install -D -m 644 %{name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar # javadoc -cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}/ -ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} - -# gcj -%{_bindir}/aot-compile-rpm +mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ +cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %clean rm -rf $RPM_BUILD_ROOT -%post -if [ -x %{_bindir}/rebuild-gcj-db ]; then - %{_bindir}/rebuild-gcj-db -fi - -%postun -if [ -x %{_bindir}/rebuild-gcj-db ]; then - %{_bindir}/rebuild-gcj-db -fi - -%post javadoc -rm -f %{_javadocdir}/%{name} -ln -s %{name}-%{version} %{_javadocdir}/%{name} - - %files %defattr(-,root,root,-) %doc README CHANGES -%{_javadir}/vecmath* -%{_libdir}/gcj/%{name} +%{_javadir}/%{name}.jar %files javadoc %defattr(-,root,root,-) -%doc %{_javadocdir}/%{name}-%{version} -%ghost %doc %{_javadocdir}/%{name} +%{_javadocdir}/%{name}/ %changelog +* Mon Sep 28 2009 Jussi Lehtola - 1.14-5 +- Modernized spec file to conform to Java guidelines. +- Removed clash with vecmath package. + * Sun Jul 26 2009 Fedora Release Engineering - 1.14-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From aa711c18ac54c8722d6f1b93c21fe5f03459b9e8 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:43:20 +0000 Subject: [PATCH 03/44] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e2c9de1..a94308f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := vecmath1.2 SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 31db3396e4f529b1b032598c781c98bbf42c7b27 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 14:57:01 +0000 Subject: [PATCH 04/44] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index a94308f..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: vecmath1.2 -# $Id$ -NAME := vecmath1.2 -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) From 45b047854d8ee176313cd49640bd234096fbe548 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 19:15:05 -0600 Subject: [PATCH 05/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 79d5b76..66e5b58 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification Group: System Environment/Libraries License: MIT @@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 1.14-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Sep 28 2009 Jussi Lehtola - 1.14-5 - Modernized spec file to conform to Java guidelines. - Removed clash with vecmath package. From 76581e99e2240d0bdd8e55dba93d086aa437b96a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 01:50:01 -0600 Subject: [PATCH 06/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 66e5b58..46ba97a 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification Group: System Environment/Libraries License: MIT @@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 1.14-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 1.14-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 7174cdcc4f0321a7f360e25d5190e46cf9ee3114 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 21:33:45 -0500 Subject: [PATCH 07/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 46ba97a..a7e9e4e 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification Group: System Environment/Libraries License: MIT @@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 1.14-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 1.14-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From fc622b3ee310d6bb11929ee91e84308733d66f8d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 20:43:35 -0600 Subject: [PATCH 08/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index a7e9e4e..e186e48 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification Group: System Environment/Libraries License: MIT @@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 1.14-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 1.14-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 54323cc5f418fa146f0ab4ea56231f7e06053282 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 01:05:11 -0500 Subject: [PATCH 09/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index e186e48..4eacb15 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification Group: System Environment/Libraries License: MIT @@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 1.14-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 1.14-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 31fefb25de91b7ed1f8ff44ff1ee33d7b2dff37f Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Fri, 28 Mar 2014 14:44:56 +0100 Subject: [PATCH 10/44] Use Requires: java-headless rebuild (#1067528) Signed-off-by: Michael Simacek Signed-off-by: Mikolaj Izdebski --- vecmath1.2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 4eacb15..91d75b1 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification Group: System Environment/Libraries License: MIT @@ -13,7 +13,7 @@ BuildRequires: java-devel >= 1:1.6.0 BuildRequires: jpackage-utils Requires: jpackage-utils -Requires: java >= 1:1.6.0 +Requires: java-headless >= 1:1.6.0 # Necessary due to architecture change to noarch Obsoletes: %{name} < %{version}-%{release} @@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Mar 28 2014 Michael Simacek - 1.14-11 +- Use Requires: java-headless rebuild (#1067528) + * Sun Aug 04 2013 Fedora Release Engineering - 1.14-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From d6323fdca9f77ee0cbe34735fbc0138989844a47 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 22:31:23 -0500 Subject: [PATCH 11/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 91d75b1..cbe5756 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification Group: System Environment/Libraries License: MIT @@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 1.14-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Fri Mar 28 2014 Michael Simacek - 1.14-11 - Use Requires: java-headless rebuild (#1067528) From ab43416489f1c2ebc82fc57489e8dcba7b0173cf Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 01:56:06 +0000 Subject: [PATCH 12/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index cbe5756..001aa4f 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification Group: System Environment/Libraries License: MIT @@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 1.14-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sun Jun 08 2014 Fedora Release Engineering - 1.14-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 187e31c91394631fdd7f69b3ebecd7b875c10713 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Mon, 22 Jun 2015 14:36:28 +0200 Subject: [PATCH 13/44] Fix FTBFS due to javadoc errors --- vecmath1.2-1.14-javadoc-fixes.patch | 463 ++++++++++++++++++++++++++++ vecmath1.2.spec | 19 +- 2 files changed, 469 insertions(+), 13 deletions(-) create mode 100644 vecmath1.2-1.14-javadoc-fixes.patch diff --git a/vecmath1.2-1.14-javadoc-fixes.patch b/vecmath1.2-1.14-javadoc-fixes.patch new file mode 100644 index 0000000..4649f13 --- /dev/null +++ b/vecmath1.2-1.14-javadoc-fixes.patch @@ -0,0 +1,463 @@ +diff -up vecmath1.2-1.14/javax/vecmath/AxisAngle4d.java~ vecmath1.2-1.14/javax/vecmath/AxisAngle4d.java +--- vecmath1.2-1.14/javax/vecmath/AxisAngle4d.java~ 1999-11-25 11:55:37.000000000 +0100 ++++ vecmath1.2-1.14/javax/vecmath/AxisAngle4d.java 2015-06-22 14:15:10.137368155 +0200 +@@ -199,7 +199,7 @@ public class AxisAngle4d implements Seri + + /** + * Sets the value of this axis angle to the value of axis angle t1. +- * @param t1 the axis angle to be copied ++ * @param a1 the axis angle to be copied + */ + public final void set(AxisAngle4d a1) { + x = a1.x; +@@ -210,7 +210,7 @@ public class AxisAngle4d implements Seri + + /** + * Sets the value of this axis angle to the value of axis angle t1. +- * @param t1 the axis angle to be copied ++ * @param a1 the axis angle to be copied + */ + public final void set(AxisAngle4f a1) { + x = (float)(a1.x); +diff -up vecmath1.2-1.14/javax/vecmath/AxisAngle4f.java~ vecmath1.2-1.14/javax/vecmath/AxisAngle4f.java +--- vecmath1.2-1.14/javax/vecmath/AxisAngle4f.java~ 1999-11-25 11:55:37.000000000 +0100 ++++ vecmath1.2-1.14/javax/vecmath/AxisAngle4f.java 2015-06-22 14:15:56.054201972 +0200 +@@ -196,7 +196,7 @@ public class AxisAngle4f implements Seri + + /** + * Sets the value of this axis angle to the value of axis angle t1. +- * @param t1 the axis angle to be copied ++ * @param a1 the axis angle to be copied + */ + public final void set(AxisAngle4f a1) { + x = a1.x; +@@ -207,7 +207,7 @@ public class AxisAngle4f implements Seri + + /** + * Sets the value of this axis angle to the value of axis angle t1. +- * @param t1 the axis angle to be copied ++ * @param a1 the axis angle to be copied + */ + public final void set(AxisAngle4d a1) { + x = (float)(a1.x); +diff -up vecmath1.2-1.14/javax/vecmath/Color3b.java~ vecmath1.2-1.14/javax/vecmath/Color3b.java +--- vecmath1.2-1.14/javax/vecmath/Color3b.java~ 1999-11-25 11:55:30.000000000 +0100 ++++ vecmath1.2-1.14/javax/vecmath/Color3b.java 2015-06-22 14:16:54.612714718 +0200 +@@ -67,7 +67,7 @@ public class Color3b extends Tuple3b imp + + /** + * Constructs and initializes a Color3b from input array of length 3. +- * @param t the array of length 3 containing c1 c2 c3 in order ++ * @param c the array of length 3 containing c1 c2 c3 in order + */ + public Color3b(byte c[]) { + // ArrayIndexOutOfBounds is thrown if t.length < 3 +@@ -76,7 +76,7 @@ public class Color3b extends Tuple3b imp + + /** + * Constructs and initializes a Color3b from the specified Color3b. +- * @param c the Color3b containing the initialization x y z data ++ * @param c1 the Color3b containing the initialization x y z data + */ + public Color3b(Color3b c1) { + super(c1); +diff -up vecmath1.2-1.14/javax/vecmath/Color3f.java~ vecmath1.2-1.14/javax/vecmath/Color3f.java +--- vecmath1.2-1.14/javax/vecmath/Color3f.java~ 1999-11-25 11:55:32.000000000 +0100 ++++ vecmath1.2-1.14/javax/vecmath/Color3f.java 2015-06-22 14:30:38.970785346 +0200 +@@ -77,7 +77,7 @@ public class Color3f extends Tuple3f imp + + /** + * Constructs and initializes a Color3f from the specified Color3f. +- * @param c the Color3f containing the initialization x y z data ++ * @param c1 the Color3f containing the initialization x y z data + */ + public Color3f(Color3f c1) { + super(c1); +diff -up vecmath1.2-1.14/javax/vecmath/Color4b.java~ vecmath1.2-1.14/javax/vecmath/Color4b.java +--- vecmath1.2-1.14/javax/vecmath/Color4b.java~ 1999-11-25 11:55:33.000000000 +0100 ++++ vecmath1.2-1.14/javax/vecmath/Color4b.java 2015-06-22 14:18:15.058671573 +0200 +@@ -77,7 +77,7 @@ public class Color4b extends Tuple4b imp + + /** + * Constructs and initializes a Color4b from the specified Color4b. +- * @param c the Color4b containing the initialization x y z w data ++ * @param c1 the Color4b containing the initialization x y z w data + */ + public Color4b(Color4b c1) { + super(c1); +diff -up vecmath1.2-1.14/javax/vecmath/Color4f.java~ vecmath1.2-1.14/javax/vecmath/Color4f.java +--- vecmath1.2-1.14/javax/vecmath/Color4f.java~ 1999-11-25 11:55:35.000000000 +0100 ++++ vecmath1.2-1.14/javax/vecmath/Color4f.java 2015-06-22 14:18:39.458051884 +0200 +@@ -75,7 +75,7 @@ public class Color4f extends Tuple4f imp + + /** + * Constructs and initializes a Color4f from the specified Color4f. +- * @param c the Color4f containing the initialization x y z w data ++ * @param c1 the Color4f containing the initialization x y z w data + */ + public Color4f(Color4f c1) { + super(c1); +diff -up vecmath1.2-1.14/javax/vecmath/GMatrix.java~ vecmath1.2-1.14/javax/vecmath/GMatrix.java +--- vecmath1.2-1.14/javax/vecmath/GMatrix.java~ 1999-11-25 11:55:38.000000000 +0100 ++++ vecmath1.2-1.14/javax/vecmath/GMatrix.java 2015-06-22 14:19:37.328582103 +0200 +@@ -805,7 +805,7 @@ public class GMatrix implements Serializ + /** + * Copy the values from the array into the specified column of this + * matrix. +- * @param row the column of this matrix into which the array values ++ * @param col the column of this matrix into which the array values + * will be copied. + * @param array the source array + */ +@@ -825,7 +825,7 @@ public class GMatrix implements Serializ + * Copy the values from the array into the specified column of this + * matrix. + * +- * @param row the column of this matrix into which the vector values ++ * @param col the column of this matrix into which the vector values + * will be copied. + * @param vector the source vector + */ +@@ -1081,9 +1081,9 @@ public class GMatrix implements Serializ + * then the inverse of this matrix is: inverse(this) = V*diag(1/w)*tranpose(U), + * where diag(1/w) is the same matrix as W except that the reciprocal of each + * of the diagonal components is used. +- * @param U The computed U matrix in the equation this = U*W*transpose(V) +- * @param W The computed W matrix in the equation this = U*W*transpose(V) +- * @param V The computed V matrix in the equation this = U*W*transpose(V) ++ * @param u The computed U matrix in the equation this = U*W*transpose(V) ++ * @param w The computed W matrix in the equation this = U*W*transpose(V) ++ * @param v The computed V matrix in the equation this = U*W*transpose(V) + * @return The rank of this matrix. + */ + public final int SVD(GMatrix u, GMatrix w, GMatrix v) { +diff -up vecmath1.2-1.14/javax/vecmath/GVector.java~ vecmath1.2-1.14/javax/vecmath/GVector.java +--- vecmath1.2-1.14/javax/vecmath/GVector.java~ 1999-11-25 11:55:38.000000000 +0100 ++++ vecmath1.2-1.14/javax/vecmath/GVector.java 2015-06-22 14:22:06.538792502 +0200 +@@ -104,7 +104,7 @@ public class GVector implements Serializ + * Constructs a new GVector and copies the initial values from + * the Tuple + * +- * @param vector the source for the new GVector's initial values ++ * @param tuple the source for the new GVector's initial values + */ + public GVector(Tuple2f tuple) { + this(2); +@@ -114,7 +114,7 @@ public class GVector implements Serializ + /** + * Constructs a new GVector and copies the initial values from + * the Tuple +- * @param vector the source for the new GVector's initial values ++ * @param tuple the source for the new GVector's initial values + */ + public GVector(Tuple3f tuple) { + this(3); +@@ -124,7 +124,7 @@ public class GVector implements Serializ + /** + * Constructs a new GVector and copies the initial values from + * the Tuple +- * @param vector the source for the new GVector's initial values ++ * @param tuple the source for the new GVector's initial values + */ + public GVector(Tuple3d tuple) { + this(3); +@@ -134,7 +134,7 @@ public class GVector implements Serializ + /** + * Constructs a new GVector and copies the initial values from + * the Tuple +- * @param vector the source for the new GVector's initial values ++ * @param tuple the source for the new GVector's initial values + */ + public GVector(Tuple4f tuple) { + this(4); +@@ -144,7 +144,7 @@ public class GVector implements Serializ + /** + * Constructs a new GVector and copies the initial values from + * the Tuple +- * @param vector the source for the new GVector's initial values ++ * @param tuple the source for the new GVector's initial values + */ + public GVector(Tuple4d tuple) { + this(4); +@@ -399,7 +399,7 @@ public class GVector implements Serializ + * increased no data values will be lost. If the size is + * decreased, only those data values whose vector positions + * were eliminated will be lost. +- * @param length number of desired elements in this vector ++ * @param newSize number of desired elements in this vector + */ + public final void setSize(int newSize) { + if (newSize < 0) +diff -up vecmath1.2-1.14/javax/vecmath/Matrix3d.java~ vecmath1.2-1.14/javax/vecmath/Matrix3d.java +--- vecmath1.2-1.14/javax/vecmath/Matrix3d.java~ 1999-11-25 11:55:36.000000000 +0100 ++++ vecmath1.2-1.14/javax/vecmath/Matrix3d.java 2015-06-22 14:31:13.481909673 +0200 +@@ -552,7 +552,7 @@ public class Matrix3d implements Seriali + * Adds a scalar to each component of the matrix m1 and places + * the result into this. Matrix m1 is not modified. + * @param scalar The scalar adder. +- * @parm m1 The original matrix values. ++ * @param m1 The original matrix values. + */ + public final void add(double scalar, Matrix3d m1) { + set(m1); +@@ -1093,7 +1093,7 @@ public class Matrix3d implements Seriali + /** + * Transform the vector vec using this Matrix3d and place the + * result back into vec. +- * @param vec the double precision vector to be transformed ++ * @param t the double precision vector to be transformed + */ + public final void transform(Tuple3d t) { + transform(t, t); +@@ -1102,7 +1102,7 @@ public class Matrix3d implements Seriali + /** + * Transform the vector vec using this Matrix3d and place the + * result into vecOut. +- * @paramt the double precision vector to be transformed ++ * @param t the double precision vector to be transformed + * @param result the vector into which the transformed values are placed + */ + public final void transform(Tuple3d t, Tuple3d result) { +diff -up vecmath1.2-1.14/javax/vecmath/Matrix3f.java~ vecmath1.2-1.14/javax/vecmath/Matrix3f.java +--- vecmath1.2-1.14/javax/vecmath/Matrix3f.java~ 1999-11-25 11:55:37.000000000 +0100 ++++ vecmath1.2-1.14/javax/vecmath/Matrix3f.java 2015-06-22 14:31:29.401505735 +0200 +@@ -549,7 +549,7 @@ public class Matrix3f implements Seriali + * Adds a scalar to each component of the matrix m1 and places + * the result into this. Matrix m1 is not modified. + * @param scalar The scalar adder. +- * @parm m1 The original matrix values. ++ * @param m1 The original matrix values. + */ + public final void add(float scalar, Matrix3f m1) { + set(m1); +@@ -1079,7 +1079,7 @@ public class Matrix3f implements Seriali + /** + * Transform the vector vec using this Matrix3f and place the + * result back into vec. +- * @param vec the single precision vector to be transformed ++ * @param t the single precision vector to be transformed + */ + public final void transform(Tuple3f t) { + // alias-safe +@@ -1089,7 +1089,7 @@ public class Matrix3f implements Seriali + /** + * Transform the vector vec using this Matrix3f and place the + * result into vecOut. +- * @paramt the single precision vector to be transformed ++ * @param t the single precision vector to be transformed + * @param result the vector into which the transformed values are placed + */ + public final void transform(Tuple3f t, Tuple3f result) { +diff -up vecmath1.2-1.14/javax/vecmath/Matrix4d.java~ vecmath1.2-1.14/javax/vecmath/Matrix4d.java +--- vecmath1.2-1.14/javax/vecmath/Matrix4d.java~ 1999-11-25 11:55:36.000000000 +0100 ++++ vecmath1.2-1.14/javax/vecmath/Matrix4d.java 2015-06-22 14:24:09.368672900 +0200 +@@ -879,7 +879,7 @@ public class Matrix4d implements Seriali + * Adds a scalar to each component of the matrix m1 and places + * the result into this. Matrix m1 is not modified. + * @param scalar The scalar adder. +- * @parm m1 The original matrix values. ++ * @param m1 The original matrix values. + */ + public final void add(double scalar, Matrix4d m1) { + set(m1); +diff -up vecmath1.2-1.14/javax/vecmath/Matrix4f.java~ vecmath1.2-1.14/javax/vecmath/Matrix4f.java +--- vecmath1.2-1.14/javax/vecmath/Matrix4f.java~ 1999-11-25 11:55:37.000000000 +0100 ++++ vecmath1.2-1.14/javax/vecmath/Matrix4f.java 2015-06-22 14:24:12.599590842 +0200 +@@ -802,7 +802,7 @@ public class Matrix4f implements Seriali + * Adds a scalar to each component of the matrix m1 and places + * the result into this. Matrix m1 is not modified. + * @param scalar The scalar adder. +- * @parm m1 The original matrix values. ++ * @param m1 The original matrix values. + */ + public final void add(float scalar, Matrix4f m1) { + set(m1); +diff -up vecmath1.2-1.14/javax/vecmath/Quat4d.java~ vecmath1.2-1.14/javax/vecmath/Quat4d.java +--- vecmath1.2-1.14/javax/vecmath/Quat4d.java~ 1999-11-25 11:55:38.000000000 +0100 ++++ vecmath1.2-1.14/javax/vecmath/Quat4d.java 2015-06-22 14:29:09.102065641 +0200 +@@ -69,7 +69,7 @@ public class Quat4d extends Tuple4d impl + + /** + * Constructs and initializes a Quat4d from the array of length 4. +- * @param v the array of length 4 containing xyzw in order ++ * @param q the array of length 4 containing xyzw in order + */ + public Quat4d(double q[]) { + super(q); +diff -up vecmath1.2-1.14/javax/vecmath/Quat4f.java~ vecmath1.2-1.14/javax/vecmath/Quat4f.java +--- vecmath1.2-1.14/javax/vecmath/Quat4f.java~ 1999-11-25 11:55:38.000000000 +0100 ++++ vecmath1.2-1.14/javax/vecmath/Quat4f.java 2015-06-22 14:32:25.511082032 +0200 +@@ -72,7 +72,7 @@ public class Quat4f extends Tuple4f impl + + /** + * Constructs and initializes a Quat4f from the array of length 4. +- * @param v the array of length 4 containing xyzw in order ++ * @param q the array of length 4 containing xyzw in order + */ + public Quat4f(float q[]) { + super(q); +diff -up vecmath1.2-1.14/javax/vecmath/TexCoord2f.java~ vecmath1.2-1.14/javax/vecmath/TexCoord2f.java +--- vecmath1.2-1.14/javax/vecmath/TexCoord2f.java~ 1999-11-25 11:55:04.000000000 +0100 ++++ vecmath1.2-1.14/javax/vecmath/TexCoord2f.java 2015-06-22 14:29:42.556216788 +0200 +@@ -68,7 +68,7 @@ public class TexCoord2f extends Tuple2f + + /** + * Constructs and initializes a TexCoord2f from the specified array. +- * @param p the array of length 2 containing xy in order ++ * @param v the array of length 2 containing xy in order + */ + public TexCoord2f(float v[]) { + super(v); +diff -up vecmath1.2-1.14/javax/vecmath/TexCoord3f.java~ vecmath1.2-1.14/javax/vecmath/TexCoord3f.java +--- vecmath1.2-1.14/javax/vecmath/TexCoord3f.java~ 1999-11-25 11:55:04.000000000 +0100 ++++ vecmath1.2-1.14/javax/vecmath/TexCoord3f.java 2015-06-22 14:29:45.628138842 +0200 +@@ -66,7 +66,7 @@ public class TexCoord3f extends Tuple3f + + /** + * Constructs and initializes a TexCoord3f from the specified array. +- * @param p the array of length 3 containing xyz in order ++ * @param v the array of length 3 containing xyz in order + */ + public TexCoord3f(float v[]) { + super(v); +diff -up vecmath1.2-1.14/javax/vecmath/Tuple2d.java~ vecmath1.2-1.14/javax/vecmath/Tuple2d.java +--- vecmath1.2-1.14/javax/vecmath/Tuple2d.java~ 1999-11-25 11:55:01.000000000 +0100 ++++ vecmath1.2-1.14/javax/vecmath/Tuple2d.java 2015-06-22 14:24:47.381707455 +0200 +@@ -318,7 +318,7 @@ public abstract class Tuple2d implements + * Clamps the minimum value of the tuple parameter to the min parameter + * and places the values into this tuple. + * @param min the lowest value in the tuple after clamping +- * @parm t the source tuple, which will not be modified ++ * @param t the source tuple, which will not be modified + */ + public final void clampMin(double min, Tuple2d t) { + set(t); +diff -up vecmath1.2-1.14/javax/vecmath/Tuple2f.java~ vecmath1.2-1.14/javax/vecmath/Tuple2f.java +--- vecmath1.2-1.14/javax/vecmath/Tuple2f.java~ 1999-11-25 11:55:01.000000000 +0100 ++++ vecmath1.2-1.14/javax/vecmath/Tuple2f.java 2015-06-22 14:25:27.123698099 +0200 +@@ -333,7 +333,7 @@ public abstract class Tuple2f implements + * Clamps the minimum value of the tuple parameter to the min parameter + * and places the values into this tuple. + * @param min the lowest value in the tuple after clamping +- * @parm t the source tuple, which will not be modified ++ * @param t the source tuple, which will not be modified + */ + public final void clampMin(float min, Tuple2f t) { + set(t); +diff -up vecmath1.2-1.14/javax/vecmath/Tuple3d.java~ vecmath1.2-1.14/javax/vecmath/Tuple3d.java +--- vecmath1.2-1.14/javax/vecmath/Tuple3d.java~ 1999-11-25 11:55:02.000000000 +0100 ++++ vecmath1.2-1.14/javax/vecmath/Tuple3d.java 2015-06-22 14:26:09.091633159 +0200 +@@ -416,7 +416,7 @@ public abstract class Tuple3d implements + * Clamps the minimum value of the tuple parameter to the min parameter + * and places the values into this tuple. + * @param min the lowest value in the tuple after clamping +- * @parm t the source tuple, which will not be modified ++ * @param t the source tuple, which will not be modified + * @deprecated As of Java3D API 1.1 Beta02 + */ + public final void clampMin(float min, Tuple3d t) { +@@ -493,7 +493,7 @@ public abstract class Tuple3d implements + * Clamps the minimum value of the tuple parameter to the min parameter + * and places the values into this tuple. + * @param min the lowest value in the tuple after clamping +- * @parm t the source tuple, which will not be modified ++ * @param t the source tuple, which will not be modified + */ + public final void clampMin(double min, Tuple3d t) { + set(t); +diff -up vecmath1.2-1.14/javax/vecmath/Tuple3f.java~ vecmath1.2-1.14/javax/vecmath/Tuple3f.java +--- vecmath1.2-1.14/javax/vecmath/Tuple3f.java~ 1999-11-25 11:55:02.000000000 +0100 ++++ vecmath1.2-1.14/javax/vecmath/Tuple3f.java 2015-06-22 14:16:54.052728940 +0200 +@@ -363,7 +363,7 @@ public abstract class Tuple3f implements + * Clamps the minimum value of the tuple parameter to the min parameter + * and places the values into this tuple. + * @param min the lowest value in the tuple after clamping +- * @parm t the source tuple, which will not be modified ++ * @param t the source tuple, which will not be modified + */ + public final void clampMin(float min, Tuple3f t) { + set(t); +diff -up vecmath1.2-1.14/javax/vecmath/Tuple3i.java~ vecmath1.2-1.14/javax/vecmath/Tuple3i.java +--- vecmath1.2-1.14/javax/vecmath/Tuple3i.java~ 1999-11-25 11:55:02.000000000 +0100 ++++ vecmath1.2-1.14/javax/vecmath/Tuple3i.java 2015-06-22 14:31:58.615764464 +0200 +@@ -164,7 +164,7 @@ public abstract class Tuple3i implements + + /** + * Sets the value of this tuple to the sum of itself and t1. +- * @param t is the other tuple ++ * @param t1 is the other tuple + */ + public final void add(Tuple3i t1) { + x += t1.x; +@@ -185,7 +185,7 @@ public abstract class Tuple3i implements + + /** + * Sets the value of this tuple to the difference of itself and t1. +- * @param t is the other tuple ++ * @param t1 is the other tuple + */ + public final void sub(Tuple3i t1) { + x -= t1.x; +@@ -250,7 +250,7 @@ public abstract class Tuple3i implements + * Sets the value of this tuple to the scalar multiplication of itself + * and then adds tuple t1 (this = s*this + t1). + * @param s the scalar value +- * @param t the tuple to be added ++ * @param t1 the tuple to be added + */ + public final void scaleAdd(int s, Tuple3i t1) { + x = s*x + t1.x; +diff -up vecmath1.2-1.14/javax/vecmath/Tuple4d.java~ vecmath1.2-1.14/javax/vecmath/Tuple4d.java +--- vecmath1.2-1.14/javax/vecmath/Tuple4d.java~ 1999-11-25 11:55:02.000000000 +0100 ++++ vecmath1.2-1.14/javax/vecmath/Tuple4d.java 2015-06-22 14:28:02.479756091 +0200 +@@ -386,7 +386,7 @@ public abstract class Tuple4d implements + * Clamps the minimum value of the tuple parameter to the min parameter + * and places the values into this tuple. + * @param min the lowest value in the tuple after clamping +- * @parm t the source tuple, which will not be modified ++ * @param t the source tuple, which will not be modified + */ + public final void clampMin(double min, Tuple4d t) { + set(t); +diff -up vecmath1.2-1.14/javax/vecmath/Tuple4f.java~ vecmath1.2-1.14/javax/vecmath/Tuple4f.java +--- vecmath1.2-1.14/javax/vecmath/Tuple4f.java~ 1999-11-25 11:55:02.000000000 +0100 ++++ vecmath1.2-1.14/javax/vecmath/Tuple4f.java 2015-06-22 14:18:14.226692703 +0200 +@@ -382,7 +382,7 @@ public abstract class Tuple4f implements + * Clamps the minimum value of the tuple parameter to the min parameter + * and places the values into this tuple. + * @param min the lowest value in the tuple after clamping +- * @parm t the source tuple, which will not be modified ++ * @param t the source tuple, which will not be modified + */ + public final void clampMin(float min, Tuple4f t) { + set(t); +diff -up vecmath1.2-1.14/javax/vecmath/Tuple4i.java~ vecmath1.2-1.14/javax/vecmath/Tuple4i.java +--- vecmath1.2-1.14/javax/vecmath/Tuple4i.java~ 1999-11-25 11:55:02.000000000 +0100 ++++ vecmath1.2-1.14/javax/vecmath/Tuple4i.java 2015-06-22 14:28:31.327024131 +0200 +@@ -181,7 +181,7 @@ public abstract class Tuple4i implements + + /** + * Sets the value of this tuple to the sum of itself and t1. +- * @param t is the other tuple ++ * @param t1 is the other tuple + */ + public final void add(Tuple4i t1) { + x += t1.x; +@@ -204,7 +204,7 @@ public abstract class Tuple4i implements + + /** + * Sets the value of this tuple to the difference of itself and t1. +- * @param t is the other tuple ++ * @param t1 is the other tuple + */ + public final void sub(Tuple4i t1) { + x -= t1.x; +@@ -275,7 +275,7 @@ public abstract class Tuple4i implements + * Sets the value of this tuple to the scalar multiplication of itself + * and then adds tuple t1 (this = s*this + t1). + * @param s the scalar value +- * @param t the tuple to be added ++ * @param t1 the tuple to be added + */ + public final void scaleAdd(int s, Tuple4i t1) { + x = s*x + t1.x; diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 001aa4f..67eca04 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,20 +1,17 @@ Name: vecmath1.2 Version: 1.14 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification Group: System Environment/Libraries License: MIT URL: http://www.objectclub.jp/download/vecmath_e Source0: http://www.objectclub.jp/download/files/vecmath//%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch0: vecmath1.2-1.14-javadoc-fixes.patch BuildArch: noarch - BuildRequires: java-devel >= 1:1.6.0 BuildRequires: jpackage-utils - Requires: jpackage-utils Requires: java-headless >= 1:1.6.0 - # Necessary due to architecture change to noarch Obsoletes: %{name} < %{version}-%{release} @@ -40,6 +37,7 @@ This package contains the API documentation for %{name}. %prep %setup -q +%patch0 -p1 find -name *.jar -delete find -name *.class -delete @@ -52,8 +50,6 @@ popd %install -rm -rf $RPM_BUILD_ROOT - # jar install -D -m 644 %{name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar @@ -62,21 +58,18 @@ mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ -%clean -rm -rf $RPM_BUILD_ROOT - - %files -%defattr(-,root,root,-) %doc README CHANGES %{_javadir}/%{name}.jar %files javadoc -%defattr(-,root,root,-) %{_javadocdir}/%{name}/ %changelog +* Mon Jun 22 2015 Hans de Goede - 1.14-14 +- Fix FTBFS due to javadoc errors + * Fri Jun 19 2015 Fedora Release Engineering - 1.14-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 483998642c07858273b88137637571174b7c6925 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 02:38:39 +0000 Subject: [PATCH 14/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 67eca04..1442d95 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification Group: System Environment/Libraries License: MIT @@ -67,6 +67,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 1.14-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Mon Jun 22 2015 Hans de Goede - 1.14-14 - Fix FTBFS due to javadoc errors From e63ca41f5c1a3e2287e2b4243fddcdf7cc968b08 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 17:01:27 +0000 Subject: [PATCH 15/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 1442d95..933b8c2 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification Group: System Environment/Libraries License: MIT @@ -67,6 +67,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 1.14-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Feb 05 2016 Fedora Release Engineering - 1.14-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 991c29bf5b41822b6ad8b499f77ce8d76ddaba17 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 21:15:37 +0000 Subject: [PATCH 16/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 933b8c2..c456d93 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification Group: System Environment/Libraries License: MIT @@ -67,6 +67,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 1.14-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 1.14-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 45029cb071615ff90b35410e9cf33fb12eea1233 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 20:26:08 +0000 Subject: [PATCH 17/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index c456d93..5636219 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification Group: System Environment/Libraries License: MIT @@ -67,6 +67,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 1.14-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 1.14-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 9c1b3e9f74c35db077391af92fdfde065718d622 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 08:29:22 +0000 Subject: [PATCH 18/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 5636219..75f65e5 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification Group: System Environment/Libraries License: MIT @@ -67,6 +67,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 1.14-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 1.14-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 0549153ecef255b34396404d4f0dbff466052422 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:29 +0100 Subject: [PATCH 19/44] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- vecmath1.2.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 75f65e5..01197af 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -2,7 +2,6 @@ Name: vecmath1.2 Version: 1.14 Release: 19%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification -Group: System Environment/Libraries License: MIT URL: http://www.objectclub.jp/download/vecmath_e Source0: http://www.objectclub.jp/download/files/vecmath//%{name}-%{version}.tar.gz @@ -25,7 +24,6 @@ Generic matrices' LU and SV decomposition are also there. %package javadoc -Group: Development/Libraries Summary: Javadoc for %{name} Requires: %{name} = %{version}-%{release} # Necessary due to architecture change to noarch From 9f46fd3c88a401b70a913d23999680c07e8e2994 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 11:12:20 +0000 Subject: [PATCH 20/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 01197af..3eb6a5d 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification License: MIT URL: http://www.objectclub.jp/download/vecmath_e @@ -65,6 +65,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 1.14-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 1.14-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From a0c8ed7e753436ad5284f748eea12d8d999a5e3c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 02:54:08 +0000 Subject: [PATCH 21/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 3eb6a5d..a3127f5 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification License: MIT URL: http://www.objectclub.jp/download/vecmath_e @@ -65,6 +65,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 1.14-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 1.14-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 087ddba991573857dec6b4b08eed1579f1286f5a Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Sat, 17 Aug 2019 21:08:39 +0200 Subject: [PATCH 22/44] Drop obsolete [Build]Requires: jpackage-utils Drop -javadoc sub-package Requires on the main package --- vecmath1.2.rpmlintrc | 1 + vecmath1.2.spec | 10 ++++++---- 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 vecmath1.2.rpmlintrc diff --git a/vecmath1.2.rpmlintrc b/vecmath1.2.rpmlintrc new file mode 100644 index 0000000..ae4ac7e --- /dev/null +++ b/vecmath1.2.rpmlintrc @@ -0,0 +1 @@ +addFilter("spelling-error") diff --git a/vecmath1.2.spec b/vecmath1.2.spec index a3127f5..71fdc7d 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification License: MIT URL: http://www.objectclub.jp/download/vecmath_e @@ -8,9 +8,8 @@ Source0: http://www.objectclub.jp/download/files/vecmath//%{name}-%{versi Patch0: vecmath1.2-1.14-javadoc-fixes.patch BuildArch: noarch BuildRequires: java-devel >= 1:1.6.0 -BuildRequires: jpackage-utils -Requires: jpackage-utils Requires: java-headless >= 1:1.6.0 +Requires: javapackages-filesystem # Necessary due to architecture change to noarch Obsoletes: %{name} < %{version}-%{release} @@ -25,7 +24,6 @@ Generic matrices' LU and SV decomposition are also there. %package javadoc Summary: Javadoc for %{name} -Requires: %{name} = %{version}-%{release} # Necessary due to architecture change to noarch Obsoletes: %{name}-javadoc < %{version}-%{release} @@ -65,6 +63,10 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Sat Aug 17 2019 Hans de Goede - 1.14-22 +- Drop obsolete [Build]Requires: jpackage-utils +- Drop -javadoc sub-package Requires on the main package + * Sat Jul 27 2019 Fedora Release Engineering - 1.14-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 0c5d71cf93172bcc768dde339e093841eb378178 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 03:03:39 +0000 Subject: [PATCH 23/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 71fdc7d..c491bea 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 22%{?dist} +Release: 23%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification License: MIT URL: http://www.objectclub.jp/download/vecmath_e @@ -63,6 +63,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 1.14-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Aug 17 2019 Hans de Goede - 1.14-22 - Drop obsolete [Build]Requires: jpackage-utils - Drop -javadoc sub-package Requires on the main package From 295a3594022aa947113b760607fe855a99291a88 Mon Sep 17 00:00:00 2001 From: Jiri Date: Sat, 11 Jul 2020 08:08:00 +0200 Subject: [PATCH 24/44] Rebuilt for JDK-11 --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index c491bea..3500595 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 23%{?dist} +Release: 24%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification License: MIT URL: http://www.objectclub.jp/download/vecmath_e @@ -63,6 +63,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Sat Jul 11 2020 Jiri Vanek - 1.14-24 +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + * Fri Jan 31 2020 Fedora Release Engineering - 1.14-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From e8dc54aa47c59c807d0efd2ffe1fea283e0cdd83 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 21 Jul 2020 11:53:38 +0200 Subject: [PATCH 25/44] set javac source / target version to 1.8 to fix issues on Java 11 --- vecmath1.2-1.14-javac-1.8.patch | 28 ++++++++++++++++++++++++++++ vecmath1.2.spec | 7 ++++++- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 vecmath1.2-1.14-javac-1.8.patch diff --git a/vecmath1.2-1.14-javac-1.8.patch b/vecmath1.2-1.14-javac-1.8.patch new file mode 100644 index 0000000..d8454e6 --- /dev/null +++ b/vecmath1.2-1.14-javac-1.8.patch @@ -0,0 +1,28 @@ +diff --git a/Makefile.unix b/Makefile.unix +index 1964270..335dabc 100644 +--- a/Makefile.unix ++++ b/Makefile.unix +@@ -57,12 +57,12 @@ all: classdir $(CLASSFILES) + + build: + export CLASSPATH; CLASSPATH=$(CLASSPATH):.; \ +- javac -deprecation -g -d $(CLASSDIR) $(JAVA_SOURCEFILES) ++ javac -source 1.8 -target 1.8 -deprecation -g -d $(CLASSDIR) $(JAVA_SOURCEFILES) + + + $(CLASSDIR)/%.class: %.java + export CLASSPATH; CLASSPATH=$(CLASSPATH):.; \ +- javac -deprecation -g -d $(CLASSDIR) $< ++ javac -source 1.8 -target 1.8 -deprecation -g -d $(CLASSDIR) $< + + $(PCDIR)/%.java: %.java + sed 's/$/\015/' $< > $@ +@@ -76,7 +76,7 @@ docs: FORCE + mkdir -p docs; \ + fi + export CLASSPATH; CLASSPATH=$(CLASSPATH):.; \ +- javadoc -d docs javax.vecmath ++ javadoc -source 1.8 -d docs javax.vecmath + + test: + export CLASSPATH; CLASSPATH=$(CLASSPATH):.; \ diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 3500595..2f03da0 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,11 +1,12 @@ Name: vecmath1.2 Version: 1.14 -Release: 24%{?dist} +Release: 25%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification License: MIT URL: http://www.objectclub.jp/download/vecmath_e Source0: http://www.objectclub.jp/download/files/vecmath//%{name}-%{version}.tar.gz Patch0: vecmath1.2-1.14-javadoc-fixes.patch +Patch1: vecmath1.2-1.14-javac-1.8.patch BuildArch: noarch BuildRequires: java-devel >= 1:1.6.0 Requires: java-headless >= 1:1.6.0 @@ -34,6 +35,7 @@ This package contains the API documentation for %{name}. %prep %setup -q %patch0 -p1 +%patch1 -p1 find -name *.jar -delete find -name *.class -delete @@ -63,6 +65,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Tue Jul 21 2020 Fabio Valentini - 1.14-25 +- Set javac source / target version to 1.8 to fix issues on Java 11. + * Sat Jul 11 2020 Jiri Vanek - 1.14-24 - Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 From c54817235cec38703d3ad6116af924f4d3ded55b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 13:38:22 +0000 Subject: [PATCH 26/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 2f03da0..f3f4c64 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 25%{?dist} +Release: 26%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification License: MIT URL: http://www.objectclub.jp/download/vecmath_e @@ -65,6 +65,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.14-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue Jul 21 2020 Fabio Valentini - 1.14-25 - Set javac source / target version to 1.8 to fix issues on Java 11. From fc9e31af9e6bb220c2a1a4caf62fdc0f9a750581 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 00:40:21 +0000 Subject: [PATCH 27/44] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- vecmath1.2.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index f3f4c64..6e125c4 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -8,6 +8,7 @@ Source0: http://www.objectclub.jp/download/files/vecmath//%{name}-%{versi Patch0: vecmath1.2-1.14-javadoc-fixes.patch Patch1: vecmath1.2-1.14-javac-1.8.patch BuildArch: noarch +BuildRequires: make BuildRequires: java-devel >= 1:1.6.0 Requires: java-headless >= 1:1.6.0 Requires: javapackages-filesystem From fdcb2bf0f075699381d8ee18913a0a5f4f9a106e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 22:59:52 +0000 Subject: [PATCH 28/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 6e125c4..364b6ae 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 26%{?dist} +Release: 27%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification License: MIT URL: http://www.objectclub.jp/download/vecmath_e @@ -66,6 +66,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.14-27 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 1.14-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From fd7881a9c48264e237d6737946558ffd0a085431 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 20:23:38 +0000 Subject: [PATCH 29/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 364b6ae..f04eff4 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 27%{?dist} +Release: 28%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification License: MIT URL: http://www.objectclub.jp/download/vecmath_e @@ -66,6 +66,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.14-28 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 1.14-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 1de5ee730c1523a0ba55dee05245a6fb9d06c925 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 03:53:49 +0000 Subject: [PATCH 30/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index f04eff4..36652ff 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 28%{?dist} +Release: 29%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification License: MIT URL: http://www.objectclub.jp/download/vecmath_e @@ -66,6 +66,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.14-29 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.14-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 72d7202e1f22a39219334258270a639176bf9cc2 Mon Sep 17 00:00:00 2001 From: Jiri Date: Sun, 6 Feb 2022 00:34:01 +0100 Subject: [PATCH 31/44] Rebuilt for java-17-openjdk as system jdk https://fedoraproject.org/wiki/Changes/Java17 --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 36652ff..376ac29 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 29%{?dist} +Release: 30%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification License: MIT URL: http://www.objectclub.jp/download/vecmath_e @@ -66,6 +66,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Sat Feb 05 2022 Jiri Vanek - 1.14-30 +- Rebuilt for java-17-openjdk as system jdk + * Sat Jan 22 2022 Fedora Release Engineering - 1.14-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 8a1bc9f02a9e3725fdbc38b4f696099a995c0517 Mon Sep 17 00:00:00 2001 From: Jiri Date: Fri, 8 Jul 2022 16:57:49 +0200 Subject: [PATCH 32/44] Rebuilt for Drop i686 JDKs https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs --- vecmath1.2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 376ac29..365cd6b 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 30%{?dist} +Release: 31%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification License: MIT URL: http://www.objectclub.jp/download/vecmath_e @@ -8,6 +8,7 @@ Source0: http://www.objectclub.jp/download/files/vecmath//%{name}-%{versi Patch0: vecmath1.2-1.14-javadoc-fixes.patch Patch1: vecmath1.2-1.14-javac-1.8.patch BuildArch: noarch +ExclusiveArch: %{java_arches} noarch BuildRequires: make BuildRequires: java-devel >= 1:1.6.0 Requires: java-headless >= 1:1.6.0 @@ -66,6 +67,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Fri Jul 08 2022 Jiri Vanek - 1.14-31 +- Rebuilt for Drop i686 JDKs + * Sat Feb 05 2022 Jiri Vanek - 1.14-30 - Rebuilt for java-17-openjdk as system jdk From f6575854db74d856f9ed3106e4e9b272990408a5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 11:47:55 +0000 Subject: [PATCH 33/44] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 365cd6b..0c79230 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 31%{?dist} +Release: 32%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification License: MIT URL: http://www.objectclub.jp/download/vecmath_e @@ -67,6 +67,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.14-32 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Fri Jul 08 2022 Jiri Vanek - 1.14-31 - Rebuilt for Drop i686 JDKs From 025078606da5db73d8580aa3b30e3322a51bd902 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 06:13:10 +0000 Subject: [PATCH 34/44] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 0c79230..664b863 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 32%{?dist} +Release: 33%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification License: MIT URL: http://www.objectclub.jp/download/vecmath_e @@ -67,6 +67,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.14-33 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 1.14-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 3e644c83efea46993f5f1e1a83f7641191392fe1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 17:32:41 +0000 Subject: [PATCH 35/44] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 664b863..026b622 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 33%{?dist} +Release: 34%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification License: MIT URL: http://www.objectclub.jp/download/vecmath_e @@ -67,6 +67,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.14-34 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 1.14-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From d1ddcd6f1be9f58a7584f3842cdf9e298d9a9654 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 07:36:40 +0000 Subject: [PATCH 36/44] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 026b622..42a92c1 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 34%{?dist} +Release: 35%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification License: MIT URL: http://www.objectclub.jp/download/vecmath_e @@ -67,6 +67,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.14-35 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 1.14-34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From b1901b3005f1b3d24cad66016fca8f1dbd2b0ee1 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Tue, 27 Feb 2024 18:26:42 +0100 Subject: [PATCH 37/44] Rebuilt for java-21-openjdk as system jdk https://fedoraproject.org/wiki/Changes/Java21 --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 42a92c1..c17ef4c 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 35%{?dist} +Release: 36%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification License: MIT URL: http://www.objectclub.jp/download/vecmath_e @@ -67,6 +67,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Tue Feb 27 2024 Jiri Vanek - 1.14-36 +- Rebuilt for java-21-openjdk as system jdk + * Sat Jan 27 2024 Fedora Release Engineering - 1.14-35 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 178ae98f5ac795a05ddd89ed8870b37393e55671 Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:49 +0200 Subject: [PATCH 38/44] Eliminate use of obsolete %patchN syntax (#2283636) --- vecmath1.2.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index c17ef4c..c0da039 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -36,8 +36,8 @@ This package contains the API documentation for %{name}. %prep %setup -q -%patch0 -p1 -%patch1 -p1 +%patch -P0 -p1 +%patch -P1 -p1 find -name *.jar -delete find -name *.class -delete From ceb16f8327be7d8deb6aab2b0b1b581a61b46482 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 08:41:58 +0000 Subject: [PATCH 39/44] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index c0da039..f1dba44 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 36%{?dist} +Release: 37%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification License: MIT URL: http://www.objectclub.jp/download/vecmath_e @@ -67,6 +67,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.14-37 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Tue Feb 27 2024 Jiri Vanek - 1.14-36 - Rebuilt for java-21-openjdk as system jdk From e87f455be352bdb111339a977073f4a6aec189b3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 14:15:23 +0000 Subject: [PATCH 40/44] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index f1dba44..15bb916 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 37%{?dist} +Release: 38%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification License: MIT URL: http://www.objectclub.jp/download/vecmath_e @@ -67,6 +67,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.14-38 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 1.14-37 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 89e10646f8f3782cdc5d39fb6cde88bbb8898e89 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:02:37 +0000 Subject: [PATCH 41/44] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 15bb916..2db1d96 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 38%{?dist} +Release: 39%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification License: MIT URL: http://www.objectclub.jp/download/vecmath_e @@ -67,6 +67,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.14-39 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 1.14-38 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From cc7805a326c3920ce1aae4b50164586b946c1249 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Mon, 28 Jul 2025 19:26:06 +0200 Subject: [PATCH 42/44] Rebuilt for java-25-openjdk as preffered jdk https://fedoraproject.org/wiki/Changes/Java25AndNoMoreSystemJdk Note, that since f43, you should be always explicit on what jdk to use. This commit should do exactly that. --- vecmath1.2.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 2db1d96..a6118de 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 39%{?dist} +Release: 40%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification License: MIT URL: http://www.objectclub.jp/download/vecmath_e @@ -10,8 +10,8 @@ Patch1: vecmath1.2-1.14-javac-1.8.patch BuildArch: noarch ExclusiveArch: %{java_arches} noarch BuildRequires: make -BuildRequires: java-devel >= 1:1.6.0 -Requires: java-headless >= 1:1.6.0 +BuildRequires: java-25-devel >= 1:1.6.0 +Requires: java-25-headless >= 1:1.6.0 Requires: javapackages-filesystem # Necessary due to architecture change to noarch Obsoletes: %{name} < %{version}-%{release} @@ -67,6 +67,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Mon Jul 28 2025 jiri vanek - 1.14-40 +- Rebuilt for java-25-openjdk as preffered jdk + * Fri Jul 25 2025 Fedora Release Engineering - 1.14-39 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From c1eb2494a570d6364e7a335f8eca214d8077ec2f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 19:51:50 +0000 Subject: [PATCH 43/44] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index a6118de..26fdeb2 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 40%{?dist} +Release: 41%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification License: MIT URL: http://www.objectclub.jp/download/vecmath_e @@ -67,6 +67,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.14-41 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Mon Jul 28 2025 jiri vanek - 1.14-40 - Rebuilt for java-25-openjdk as preffered jdk From 1c47252740fa56a19db3e4d4c5b8020cfc5ce042 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:26:31 +0000 Subject: [PATCH 44/44] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- vecmath1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vecmath1.2.spec b/vecmath1.2.spec index 26fdeb2..3c6237e 100644 --- a/vecmath1.2.spec +++ b/vecmath1.2.spec @@ -1,6 +1,6 @@ Name: vecmath1.2 Version: 1.14 -Release: 41%{?dist} +Release: 42%{?dist} Summary: Free version of vecmath from the Java3D 1.2 specification License: MIT URL: http://www.objectclub.jp/download/vecmath_e @@ -67,6 +67,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.14-42 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 1.14-41 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild