]> git.pld-linux.org Git - packages/openjdk8.git/commitdiff
up to 1.8.0.342
authorJan Palus <atler@pld-linux.org>
Sat, 23 Jul 2022 21:12:18 +0000 (23:12 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 23 Jul 2022 21:12:18 +0000 (23:12 +0200)
no-vcs.patch [deleted file]
openjdk8.spec

diff --git a/no-vcs.patch b/no-vcs.patch
deleted file mode 100644 (file)
index 46f98f3..0000000
+++ /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" >> $@
index 74e0c0c64d0c7aa26c40c3371c021af6108f28e8..4e098158b68f73ff8c205d9b3c4c211a4c175f08 100644 (file)
@@ -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.
This page took 0.128437 seconds and 4 git commands to generate.