Page MenuHomeSolus

D7690.id18494.diff
No OneTemporary

D7690.id18494.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,6 +1,6 @@
name : openjdk-8
version : 8.232
-release : 17
+release : 18
source :
- https://getsol.us/sources/java/jdk8u232-ga.tar.bz2 : 23abb7e548611b19fc24802165d27d217657d6648b4688573a0430168e86ea77
- https://getsol.us/sources/java/corba-u232-ga.tar.bz2 : 9958a19a9064a18e4cf249734ff1c03ad30444bff277d560027d02b8be5c3a68
@@ -29,17 +29,14 @@
- p7zip
setup : |
# Prep input tarballs
- unset LD_AS_NEEDED
- _SOLJVM_VERSION="u232-ga"
+ SOLJVM_VERSION="u232-ga"
for tarball in corba hotspot jaxp jaxws langtools jdk nashorn; do
mkdir -pv ${tarball} &&
- tar -xf $sources/${tarball}-${_SOLJVM_VERSION}.tar.bz2 --strip-components=1 -C ${tarball}
+ tar -xf $sources/${tarball}-${SOLJVM_VERSION}.tar.bz2 --strip-components=1 -C ${tarball}
done
- unset _SOLJVM_VERSION
- unset JAVA_HOME
# Now configure
- export SANEFLAGS="-std=c++98 -Wno-error -fno-delete-null-pointer-checks -fno-lifetime-dse"
+ SANEFLAGS="-std=c++98 -Wno-error -fno-delete-null-pointer-checks -fno-lifetime-dse"
bash ./configure --prefix="$installdir/usr" \
--with-update-version=232 \
--with-build-number=ga \
@@ -56,33 +53,34 @@
unset LD_AS_NEEDED
make SCTP_WERROR= DISABLE_HOTSPOT_OS_VERSION_CHECK=ok all WARNINGS_ARE_ERRORS=
install : |
- install -d -D -m 00755 $installdir/%libdir%
make install
- # Binaries
- rm -rf $installdir/usr/bin/*
- mv $installdir/usr/jvm/openjdk-1.8.0_232-solus $installdir/%libdir%/openjdk-8
+ # Rename the library directory
+ install -dm00755 $installdir/%libdir%
+ mv $installdir/usr/jvm/openjdk-*-solus $installdir/%libdir%/openjdk-8
rmdir $installdir/usr/jvm
- pushd $installdir/usr/bin
- for i in $installdir/%libdir%/openjdk-8/bin/*; do
- ln -sf %libdir%/openjdk-8/bin/`basename $i` .
- done
- popd
- # Docs
- install -m 00644 -D LICENSE $installdir/usr/share/doc/openjdk-8/LICENSE
+ # Remove license files
+ find $installdir/%libdir%/openjdk-8 \
+ \( -name ASSEMBLY_EXCEPTION -o \
+ -name LICENSE -o \
+ -name THIRD_PARTY_README \) -delete
+
+ # Remove symlinks to binaries
+ rm -rf $installdir/usr/bin
- # Move into build dir
- pushd build/linux-x86_64-normal-server-release
+ rmdir $installdir/usr/lib64/openjdk-8/jre/lib/applet
- # Chuck the headers in
- install -D -d -m 00755 $installdir/usr/include/openjdk-8
- cp -ra jdk/include/* $installdir/usr/include/openjdk-8/.
+ # Move header files into the correct path
+ install -dm00755 $installdir/usr/include
+ mv $installdir/usr/lib64/openjdk-8/include $installdir/usr/include/openjdk-8
- # Sort out the manpages
- install -D -d -m 00755 $installdir/usr/share/man/man1
- install -m 00644 images/j2re-image/man/man1/*.1 $installdir/usr/share/man/man1/.
- install -m 00644 images/j2sdk-image/man/man1/*.1 $installdir/usr/share/man/man1/.
+ # Sort out the manpages (with a "-8" suffix)
+ install -dm00755 $installdir/usr/share
+ mv $installdir/usr/lib64/openjdk-8/man $installdir/usr/share
+ find $installdir/usr/share/man -type f -exec rename -- .1 '-8.1' {} \;
+ # This link needs to be recreated
+ ln -sf ./ja_JP.UTF-8 $installdir/usr/share/man/ja
# Add java-jar.desktop into usable apps
- install -D -m 00644 $pkgfiles/java-jar.desktop $installdir/usr/share/applications/java-jar.desktop
+ install -Dm00644 $pkgfiles/java-jar.desktop -t $installdir/usr/share/applications
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>openjdk-8</Name>
<Packager>
- <Name>Campbell Jones</Name>
- <Email>me@serebit.com</Email>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
</Packager>
<License>GPL-2.0-with-classpath-exception</License>
<PartOf>programming.java</PartOf>
@@ -19,52 +19,6 @@
</Description>
<PartOf>programming.java</PartOf>
<Files>
- <Path fileType="executable">/usr/bin/appletviewer</Path>
- <Path fileType="executable">/usr/bin/clhsdb</Path>
- <Path fileType="executable">/usr/bin/extcheck</Path>
- <Path fileType="executable">/usr/bin/hsdb</Path>
- <Path fileType="executable">/usr/bin/idlj</Path>
- <Path fileType="executable">/usr/bin/jar</Path>
- <Path fileType="executable">/usr/bin/jarsigner</Path>
- <Path fileType="executable">/usr/bin/java</Path>
- <Path fileType="executable">/usr/bin/java-rmi.cgi</Path>
- <Path fileType="executable">/usr/bin/javac</Path>
- <Path fileType="executable">/usr/bin/javadoc</Path>
- <Path fileType="executable">/usr/bin/javah</Path>
- <Path fileType="executable">/usr/bin/javap</Path>
- <Path fileType="executable">/usr/bin/jcmd</Path>
- <Path fileType="executable">/usr/bin/jconsole</Path>
- <Path fileType="executable">/usr/bin/jdb</Path>
- <Path fileType="executable">/usr/bin/jdeps</Path>
- <Path fileType="executable">/usr/bin/jhat</Path>
- <Path fileType="executable">/usr/bin/jinfo</Path>
- <Path fileType="executable">/usr/bin/jjs</Path>
- <Path fileType="executable">/usr/bin/jmap</Path>
- <Path fileType="executable">/usr/bin/jps</Path>
- <Path fileType="executable">/usr/bin/jrunscript</Path>
- <Path fileType="executable">/usr/bin/jsadebugd</Path>
- <Path fileType="executable">/usr/bin/jstack</Path>
- <Path fileType="executable">/usr/bin/jstat</Path>
- <Path fileType="executable">/usr/bin/jstatd</Path>
- <Path fileType="executable">/usr/bin/keytool</Path>
- <Path fileType="executable">/usr/bin/native2ascii</Path>
- <Path fileType="executable">/usr/bin/orbd</Path>
- <Path fileType="executable">/usr/bin/pack200</Path>
- <Path fileType="executable">/usr/bin/policytool</Path>
- <Path fileType="executable">/usr/bin/rmic</Path>
- <Path fileType="executable">/usr/bin/rmid</Path>
- <Path fileType="executable">/usr/bin/rmiregistry</Path>
- <Path fileType="executable">/usr/bin/schemagen</Path>
- <Path fileType="executable">/usr/bin/serialver</Path>
- <Path fileType="executable">/usr/bin/servertool</Path>
- <Path fileType="executable">/usr/bin/tnameserv</Path>
- <Path fileType="executable">/usr/bin/unpack200</Path>
- <Path fileType="executable">/usr/bin/wsgen</Path>
- <Path fileType="executable">/usr/bin/wsimport</Path>
- <Path fileType="executable">/usr/bin/xjc</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/ASSEMBLY_EXCEPTION</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/LICENSE</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/THIRD_PARTY_README</Path>
<Path fileType="library">/usr/lib64/openjdk-8/bin/appletviewer</Path>
<Path fileType="library">/usr/lib64/openjdk-8/bin/clhsdb</Path>
<Path fileType="library">/usr/lib64/openjdk-8/bin/extcheck</Path>
@@ -372,17 +326,6 @@
<Path fileType="library">/usr/lib64/openjdk-8/demo/scripting/jconsole-plugin/build.xml</Path>
<Path fileType="library">/usr/lib64/openjdk-8/demo/scripting/jconsole-plugin/jconsole-plugin.jar</Path>
<Path fileType="library">/usr/lib64/openjdk-8/demo/scripting/jconsole-plugin/src.zip</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/include/classfile_constants.h</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/include/jawt.h</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/include/jdwpTransport.h</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/include/jni.h</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/include/jvmti.h</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/include/jvmticmlr.h</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/include/linux/jawt_md.h</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/include/linux/jni_md.h</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/jre/ASSEMBLY_EXCEPTION</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/jre/LICENSE</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/jre/THIRD_PARTY_README</Path>
<Path fileType="library">/usr/lib64/openjdk-8/jre/bin/java</Path>
<Path fileType="library">/usr/lib64/openjdk-8/jre/bin/jjs</Path>
<Path fileType="library">/usr/lib64/openjdk-8/jre/bin/keytool</Path>
@@ -470,7 +413,6 @@
<Path fileType="library">/usr/lib64/openjdk-8/jre/lib/amd64/server/libjsig.so</Path>
<Path fileType="library">/usr/lib64/openjdk-8/jre/lib/amd64/server/libjvm.diz</Path>
<Path fileType="library">/usr/lib64/openjdk-8/jre/lib/amd64/server/libjvm.so</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/jre/lib/applet</Path>
<Path fileType="library">/usr/lib64/openjdk-8/jre/lib/calendars.properties</Path>
<Path fileType="library">/usr/lib64/openjdk-8/jre/lib/charsets.jar</Path>
<Path fileType="library">/usr/lib64/openjdk-8/jre/lib/classlist</Path>
@@ -538,87 +480,6 @@
<Path fileType="library">/usr/lib64/openjdk-8/lib/orb.idl</Path>
<Path fileType="library">/usr/lib64/openjdk-8/lib/sa-jdi.jar</Path>
<Path fileType="library">/usr/lib64/openjdk-8/lib/tools.jar</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/appletviewer.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/extcheck.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/idlj.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/jar.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/jarsigner.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/java.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/javac.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/javadoc.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/javah.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/javap.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/jcmd.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/jconsole.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/jdb.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/jdeps.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/jhat.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/jinfo.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/jjs.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/jmap.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/jps.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/jrunscript.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/jsadebugd.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/jstack.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/jstat.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/jstatd.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/keytool.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/native2ascii.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/orbd.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/pack200.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/policytool.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/rmic.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/rmid.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/rmiregistry.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/schemagen.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/serialver.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/servertool.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/tnameserv.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/unpack200.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/wsgen.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/wsimport.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/ja_JP.UTF-8/man1/xjc.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/appletviewer.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/extcheck.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/idlj.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/jar.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/jarsigner.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/java.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/javac.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/javadoc.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/javah.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/javap.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/jcmd.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/jconsole.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/jdb.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/jdeps.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/jhat.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/jinfo.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/jjs.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/jmap.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/jps.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/jrunscript.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/jsadebugd.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/jstack.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/jstat.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/jstatd.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/keytool.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/native2ascii.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/orbd.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/pack200.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/policytool.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/rmic.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/rmid.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/rmiregistry.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/schemagen.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/serialver.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/servertool.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/tnameserv.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/unpack200.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/wsgen.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/wsimport.1</Path>
- <Path fileType="library">/usr/lib64/openjdk-8/man/man1/xjc.1</Path>
<Path fileType="library">/usr/lib64/openjdk-8/release</Path>
<Path fileType="library">/usr/lib64/openjdk-8/sample/README</Path>
<Path fileType="library">/usr/lib64/openjdk-8/sample/annotations/DependencyChecker/PluginChecker/src/checker/Device.java</Path>
@@ -767,47 +628,87 @@
<Path fileType="library">/usr/lib64/openjdk-8/sample/try-with-resources/src/ZipCat.java</Path>
<Path fileType="library">/usr/lib64/openjdk-8/src.zip</Path>
<Path fileType="data">/usr/share/applications/java-jar.desktop</Path>
- <Path fileType="doc">/usr/share/doc/openjdk-8/LICENSE</Path>
- <Path fileType="man">/usr/share/man/man1/appletviewer.1</Path>
- <Path fileType="man">/usr/share/man/man1/extcheck.1</Path>
- <Path fileType="man">/usr/share/man/man1/idlj.1</Path>
- <Path fileType="man">/usr/share/man/man1/jar.1</Path>
- <Path fileType="man">/usr/share/man/man1/jarsigner.1</Path>
- <Path fileType="man">/usr/share/man/man1/java.1</Path>
- <Path fileType="man">/usr/share/man/man1/javac.1</Path>
- <Path fileType="man">/usr/share/man/man1/javadoc.1</Path>
- <Path fileType="man">/usr/share/man/man1/javah.1</Path>
- <Path fileType="man">/usr/share/man/man1/javap.1</Path>
- <Path fileType="man">/usr/share/man/man1/jcmd.1</Path>
- <Path fileType="man">/usr/share/man/man1/jconsole.1</Path>
- <Path fileType="man">/usr/share/man/man1/jdb.1</Path>
- <Path fileType="man">/usr/share/man/man1/jdeps.1</Path>
- <Path fileType="man">/usr/share/man/man1/jhat.1</Path>
- <Path fileType="man">/usr/share/man/man1/jinfo.1</Path>
- <Path fileType="man">/usr/share/man/man1/jjs.1</Path>
- <Path fileType="man">/usr/share/man/man1/jmap.1</Path>
- <Path fileType="man">/usr/share/man/man1/jps.1</Path>
- <Path fileType="man">/usr/share/man/man1/jrunscript.1</Path>
- <Path fileType="man">/usr/share/man/man1/jsadebugd.1</Path>
- <Path fileType="man">/usr/share/man/man1/jstack.1</Path>
- <Path fileType="man">/usr/share/man/man1/jstat.1</Path>
- <Path fileType="man">/usr/share/man/man1/jstatd.1</Path>
- <Path fileType="man">/usr/share/man/man1/keytool.1</Path>
- <Path fileType="man">/usr/share/man/man1/native2ascii.1</Path>
- <Path fileType="man">/usr/share/man/man1/orbd.1</Path>
- <Path fileType="man">/usr/share/man/man1/pack200.1</Path>
- <Path fileType="man">/usr/share/man/man1/policytool.1</Path>
- <Path fileType="man">/usr/share/man/man1/rmic.1</Path>
- <Path fileType="man">/usr/share/man/man1/rmid.1</Path>
- <Path fileType="man">/usr/share/man/man1/rmiregistry.1</Path>
- <Path fileType="man">/usr/share/man/man1/schemagen.1</Path>
- <Path fileType="man">/usr/share/man/man1/serialver.1</Path>
- <Path fileType="man">/usr/share/man/man1/servertool.1</Path>
- <Path fileType="man">/usr/share/man/man1/tnameserv.1</Path>
- <Path fileType="man">/usr/share/man/man1/unpack200.1</Path>
- <Path fileType="man">/usr/share/man/man1/wsgen.1</Path>
- <Path fileType="man">/usr/share/man/man1/wsimport.1</Path>
- <Path fileType="man">/usr/share/man/man1/xjc.1</Path>
+ <Path fileType="man">/usr/share/man/ja</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/appletviewer-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/extcheck-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/idlj-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/jar-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/jarsigner-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/java-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/javac-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/javadoc-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/javah-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/javap-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/jcmd-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/jconsole-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/jdb-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/jdeps-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/jhat-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/jinfo-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/jjs-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/jmap-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/jps-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/jrunscript-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/jsadebugd-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/jstack-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/jstat-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/jstatd-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/keytool-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/native2ascii-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/orbd-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/pack200-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/policytool-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/rmic-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/rmid-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/rmiregistry-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/schemagen-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/serialver-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/servertool-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/tnameserv-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/unpack200-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/wsgen-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/wsimport-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja_JP.UTF-8/man1/xjc-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/appletviewer-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/extcheck-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/idlj-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/jar-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/jarsigner-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/java-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/javac-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/javadoc-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/javah-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/javap-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/jcmd-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/jconsole-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/jdb-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/jdeps-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/jhat-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/jinfo-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/jjs-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/jmap-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/jps-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/jrunscript-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/jsadebugd-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/jstack-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/jstat-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/jstatd-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/keytool-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/native2ascii-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/orbd-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/pack200-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/policytool-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/rmic-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/rmid-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/rmiregistry-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/schemagen-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/serialver-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/servertool-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/tnameserv-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/unpack200-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/wsgen-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/wsimport-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/xjc-8.1</Path>
</Files>
</Package>
<Package>
@@ -817,7 +718,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="17">openjdk-8</Dependency>
+ <Dependency release="18">openjdk-8</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/openjdk-8/classfile_constants.h</Path>
@@ -831,12 +732,12 @@
</Files>
</Package>
<History>
- <Update release="17">
- <Date>2019-11-10</Date>
+ <Update release="18">
+ <Date>2019-11-24</Date>
<Version>8.232</Version>
<Comment>Packaging update</Comment>
- <Name>Campbell Jones</Name>
- <Email>me@serebit.com</Email>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 3:32 PM (3 h, 3 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5855565
Default Alt Text
D7690.id18494.diff (27 KB)

Event Timeline