[packages/openjdk8] up to 1.8.0.342

atler atler at pld-linux.org
Sat Jul 23 23:12:43 CEST 2022


commit 5337e53745895a8efce3fc0d51b5ac2f185f8796
Author: Jan Palus <atler at pld-linux.org>
Date:   Sat Jul 23 23:12:18 2022 +0200

    up to 1.8.0.342

 no-vcs.patch  | 16 ----------------
 openjdk8.spec | 12 +++++-------
 2 files changed, 5 insertions(+), 23 deletions(-)
---
diff --git a/openjdk8.spec b/openjdk8.spec
index 74e0c0c..4e09815 100644
--- a/openjdk8.spec
+++ b/openjdk8.spec
@@ -14,7 +14,7 @@
 # class data version seen with file(1) that this jvm is able to load
 %define		_classdataversion 52.0
 
-%define	ver_u	332
+%define	ver_u	342
 
 Summary:	Open-source implementation of the Java Platform, Standard Edition
 Summary(pl.UTF-8):	Wolnoźródłowa implementacja Java 8 SE
@@ -24,10 +24,10 @@ Release:	1
 Epoch:		1
 License:	GPL v2
 Group:		Development/Languages/Java
-Source0:	https://hg.openjdk.java.net/jdk8u/monojdk8u/archive/jdk8u%{ver_u}-ga.tar.bz2?/%{name}-%{version}.tar.bz2
-# Source0-md5:	d8990567bfb9cc4c58d3ee77aef19ae6
-Source1:	https://hg.openjdk.java.net/aarch32-port/monojdk8u/archive/jdk8u%{ver_u}-ga-aarch32-20220422.tar.bz2?/%{name}-aarch32-%{version}.tar.bz2
-# Source1-md5:	0c7f361b704aba22b98465e2aa5ea176
+Source0:	https://github.com/openjdk/jdk8u/archive/jdk8u%{ver_u}-ga/%{name}-%{version}.tar.gz
+# Source0-md5:	70d50a2092b11a84bce3fab2a5a3f3f7
+Source1:	https://github.com/openjdk/aarch32-port-jdk8u/archive/jdk8u%{ver_u}-b07-aarch32-20220721/%{name}-aarch32-%{version}.tar.gz
+# Source1-md5:	2ad2cd89382cba09e18e5e7ca5db8f1a
 Source2:	make-cacerts.sh
 Patch0:		adjust-mflags.patch
 Patch1:		format_strings.patch
@@ -44,7 +44,6 @@ Patch12:	atomic.patch
 Patch13:	hotspot-disable-werror.patch
 Patch14:	ignore-java-options.patch
 Patch15:	default-assumemp.patch
-Patch16:	no-vcs.patch
 URL:		http://openjdk.java.net/
 BuildRequires:	/usr/bin/jar
 BuildRequires:	alsa-lib-devel
@@ -439,7 +438,6 @@ tar xf %{SOURCE0} --strip-components=1
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
-%patch16 -p1
 
 %build
 # Make sure we have /proc mounted - otherwise idlc will fail later.
diff --git a/no-vcs.patch b/no-vcs.patch
deleted file mode 100644
index 46f98f3..0000000
--- a/no-vcs.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- openjdk8-1.8.0.332.orig/make/common/MakeBase.gmk	2022-04-18 02:32:28.000000000 +0200
-+++ openjdk8-1.8.0.332/make/common/MakeBase.gmk	2022-04-24 19:10:33.038994029 +0200
-@@ -317,10 +317,10 @@
- 
- # Emit the scm:id pair to $@
- define GetSourceTips
--	$(CD) $(SRC_ROOT) ; \
--	if [ -d $(SCM_DIR) -a "$(SCM_VERSION)" != "" ] ; then \
-+	$(CD) "$(SRC_ROOT)" ; \
-+	if [ -d "$(SCM_DIR)" -a "$(SCM_VERSION)" != "" ] ; then \
- 	  $(ID_COMMAND) >> $@ ; \
--	elif [ -f $(SCM_TIP_FILENAME) ] ; then \
-+	elif [ -f "$(SCM_TIP_FILENAME)" ] ; then \
-           $(SCM_TIP_FILECMD) >> $@ ; \
- 	fi;
- 	$(PRINTF) "\n" >> $@
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openjdk8.git/commitdiff/5337e53745895a8efce3fc0d51b5ac2f185f8796



More information about the pld-cvs-commit mailing list