updated to aarch64-jdk8u72-b15 (from aarch64-port/jdk8u)
- used aarch64-port-jdk8u-aarch64-jdk8u72-b15.tar.xz as new sources - removed already upstreamed patch501 8146566.patch
This commit is contained in:
parent
fec0c37924
commit
72739d1f70
1
.gitignore
vendored
1
.gitignore
vendored
@ -50,3 +50,4 @@
|
|||||||
/jdk8u60-aarch64-jdk8u65-b17.tar.xz
|
/jdk8u60-aarch64-jdk8u65-b17.tar.xz
|
||||||
/aarch64-port-jdk8u60-aarch64-jdk8u65-b17.tar.xz
|
/aarch64-port-jdk8u60-aarch64-jdk8u65-b17.tar.xz
|
||||||
/aarch64-jdk8u71-b15.tar.xz
|
/aarch64-jdk8u71-b15.tar.xz
|
||||||
|
/aarch64-port-jdk8u-aarch64-jdk8u72-b15.tar.xz
|
||||||
|
@ -113,7 +113,7 @@ else
|
|||||||
fi;
|
fi;
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
echo "Compresing remaining forest"
|
||||||
if [ "X$COMPRESSION" = "Xxz" ] ; then
|
if [ "X$COMPRESSION" = "Xxz" ] ; then
|
||||||
tar --exclude-vcs -cJf ${FILE_NAME_ROOT}.tar.${COMPRESSION} openjdk
|
tar --exclude-vcs -cJf ${FILE_NAME_ROOT}.tar.${COMPRESSION} openjdk
|
||||||
else
|
else
|
||||||
@ -122,5 +122,6 @@ fi
|
|||||||
|
|
||||||
mv ${FILE_NAME_ROOT}.tar.${COMPRESSION} ..
|
mv ${FILE_NAME_ROOT}.tar.${COMPRESSION} ..
|
||||||
popd
|
popd
|
||||||
|
echo "Done, you may wont to remove freshly cloned repo..."
|
||||||
|
|
||||||
|
|
||||||
|
@ -148,8 +148,8 @@
|
|||||||
%global origin openjdk
|
%global origin openjdk
|
||||||
# note, following three variables are sedded from update_sources if used correctly. Hardcode them rather there.
|
# note, following three variables are sedded from update_sources if used correctly. Hardcode them rather there.
|
||||||
%global project aarch64-port
|
%global project aarch64-port
|
||||||
%global repo jdk8u60
|
%global repo jdk8u
|
||||||
%global revision aarch64-jdk8u71-b15
|
%global revision aarch64-jdk8u72-b15
|
||||||
# eg # jdk8u60-b27 -> jdk8u60 or # aarch64-jdk8u60-b27 -> aarch64-jdk8u60 (dont forget spec escape % by %%)
|
# eg # jdk8u60-b27 -> jdk8u60 or # aarch64-jdk8u60-b27 -> aarch64-jdk8u60 (dont forget spec escape % by %%)
|
||||||
%global whole_update %(VERSION=%{revision}; echo ${VERSION%%-*})
|
%global whole_update %(VERSION=%{revision}; echo ${VERSION%%-*})
|
||||||
# eg jdk8u60 -> 60 or aarch64-jdk8u60 -> 60
|
# eg jdk8u60 -> 60 or aarch64-jdk8u60 -> 60
|
||||||
@ -756,7 +756,7 @@ URL: http://openjdk.java.net/
|
|||||||
# Source from upstream OpenJDK8 project. To regenerate, use
|
# Source from upstream OpenJDK8 project. To regenerate, use
|
||||||
# VERSION=aarch64-jdk8u71-b15 FILE_NAME_ROOT=${VERSION}
|
# VERSION=aarch64-jdk8u71-b15 FILE_NAME_ROOT=${VERSION}
|
||||||
# REPO_ROOT=<path to checked-out repository> generate_source_tarball.sh
|
# REPO_ROOT=<path to checked-out repository> generate_source_tarball.sh
|
||||||
Source0: %{revision}.tar.xz
|
Source0: %{project}-%{repo}-%{revision}.tar.xz
|
||||||
|
|
||||||
# Custom README for -src subpackage
|
# Custom README for -src subpackage
|
||||||
Source2: README.src
|
Source2: README.src
|
||||||
@ -833,8 +833,6 @@ Patch605: soundFontPatch.patch
|
|||||||
# Fixes StackOverflowError on ARM32 bit Zero. See RHBZ#1206656
|
# Fixes StackOverflowError on ARM32 bit Zero. See RHBZ#1206656
|
||||||
# 8087120: [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms
|
# 8087120: [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms
|
||||||
Patch403: rhbz1206656_fix_current_stack_pointer.patch
|
Patch403: rhbz1206656_fix_current_stack_pointer.patch
|
||||||
# S8146566, PR2428: OpenJDK build can't handle commas in LDFLAGS
|
|
||||||
Patch501: 8146566.patch
|
|
||||||
# S8143855: Bad printf formatting in frame_zero.cpp
|
# S8143855: Bad printf formatting in frame_zero.cpp
|
||||||
Patch505: 8143855.patch
|
Patch505: 8143855.patch
|
||||||
|
|
||||||
@ -1117,7 +1115,6 @@ sh %{SOURCE12}
|
|||||||
%patch602
|
%patch602
|
||||||
%patch605
|
%patch605
|
||||||
|
|
||||||
%patch501
|
|
||||||
%patch502
|
%patch502
|
||||||
%patch503
|
%patch503
|
||||||
%patch504
|
%patch504
|
||||||
@ -1681,6 +1678,11 @@ require "copy_jdk_configs.lua"
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 27 2016 jvanek <jvanek@redhat.com> - 1:1.8.0.72-1.b15
|
||||||
|
- updated to aarch64-jdk8u72-b15 (from aarch64-port/jdk8u)
|
||||||
|
- used aarch64-port-jdk8u-aarch64-jdk8u72-b15.tar.xz as new sources
|
||||||
|
- removed already upstreamed patch501 8146566.patch
|
||||||
|
|
||||||
* Wed Jan 20 2016 Jiri Vanek <jvanek@redhat.com> - 1:1.8.0.71-1.b15
|
* Wed Jan 20 2016 Jiri Vanek <jvanek@redhat.com> - 1:1.8.0.71-1.b15
|
||||||
- sync with rhel7
|
- sync with rhel7
|
||||||
- security update to CPU 19.1.2016 to u71b15
|
- security update to CPU 19.1.2016 to u71b15
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
94ca5a45c3cb3b85c4577d0891166007 systemtap-tapset.tar.gz
|
94ca5a45c3cb3b85c4577d0891166007 systemtap-tapset.tar.gz
|
||||||
07a99eb8771002d80862dbefd7629212 aarch64-jdk8u71-b15.tar.xz
|
a21f6b0591cd79ab10192c69cf85cd3f aarch64-port-jdk8u-aarch64-jdk8u72-b15.tar.xz
|
||||||
|
@ -21,10 +21,10 @@ if [ "x$PROJECT_NAME" = "x" ] ; then
|
|||||||
PROJECT_NAME="aarch64-port"
|
PROJECT_NAME="aarch64-port"
|
||||||
fi
|
fi
|
||||||
if [ "x$REPO_NAME" = "x" ] ; then
|
if [ "x$REPO_NAME" = "x" ] ; then
|
||||||
REPO_NAME="jdk8u60"
|
REPO_NAME="jdk8u"
|
||||||
fi
|
fi
|
||||||
if [ "x$VERSION" = "x" ] ; then
|
if [ "x$VERSION" = "x" ] ; then
|
||||||
VERSION="aarch64-jdk8u65-b17"
|
VERSION="aarch64-jdk8u72-b15"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "x$COMPRESSION" = "x" ] ; then
|
if [ "x$COMPRESSION" = "x" ] ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user