Skip to content

Commit

Permalink
Update to version 192
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanunderwood committed Dec 2, 2018
1 parent 8ba1e19 commit ff65ac6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions get_sources.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
COOKIE="oraclelicense=accept-securebackup-cookie"

U=181
B=13
U=192
B=12

HASH=96a7b8442fe848ef90c96a2fad6ed6d1
HASH=750e1c8617c5452694857ad95c3ee230

curl -LJO -b "$COOKIE" http://download.oracle.com/otn-pub/java/jdk/8u$U-b$B/$HASH/jdk-8u$U-linux-i586.tar.gz
curl -LJO -b "$COOKIE" http://download.oracle.com/otn-pub/java/jdk/8u$U-b$B/$HASH/jdk-8u$U-linux-x64.tar.gz
5 changes: 3 additions & 2 deletions java-1.8.0-oracle.spec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
%define origin oracle
%define javaver 1.8.0
%define cvsver 8
%define buildver 181
%define buildver 192
%define tzversion 2_0_0-2015a
# Note: priority should be six digits. So we adjust this according to
# how many digits buildver is. If buildver is two digits we use
Expand Down Expand Up @@ -92,7 +92,7 @@

Name: java-%{javaver}-%{origin}
Version: %{javaver}%{?buildver:.%{buildver}}
Release: 3%{?dist}
Release: 1%{?dist}
Summary: Oracle Java Runtime Environment
License: Oracle Corporation Binary Code License
Group: Development/Languages
Expand Down Expand Up @@ -863,6 +863,7 @@ fi
%{_jvmdir}/%{jredir}/lib/%{archname}/libprism_common.so
%{_jvmdir}/%{jredir}/lib/%{archname}/libprism_es2.so
%{_jvmdir}/%{jredir}/lib/%{archname}/libprism_sw.so
%{_jvmdir}/%{jredir}/lib/%{archname}/libglib-lite.so
%{_jvmdir}/%{jredir}/lib/javafx.properties
%{_jvmdir}/%{jredir}/lib/jfxswt.jar

Expand Down

0 comments on commit ff65ac6

Please sign in to comment.