Hello community,

here is the log from the commit of package java-1_7_0-bootstrap for 
openSUSE:Factory checked in at 2020-04-22 20:57:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-1_7_0-bootstrap (Old)
 and      /work/SRC/openSUSE:Factory/.java-1_7_0-bootstrap.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "java-1_7_0-bootstrap"

Wed Apr 22 20:57:58 2020 rev:3 rq:796255 version:1.7.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/java-1_7_0-bootstrap/java-1_7_0-bootstrap.changes    
    2018-05-11 09:14:37.230459451 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-1_7_0-bootstrap.new.2738/java-1_7_0-bootstrap.changes
      2020-04-22 20:57:59.963983488 +0200
@@ -1,0 +2,6 @@
+Wed Apr 15 09:07:59 UTC 2020 - Fridrich Strba <[email protected]>
+
+- The pack200 and unpack200 alternatives should be slaves of java
+  and not of javac, since they are part of JRE.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ java-1_7_0-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.cpzV3W/_old  2020-04-22 20:58:04.399992316 +0200
+++ /var/tmp/diff_new_pack.cpzV3W/_new  2020-04-22 20:58:04.399992316 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package java-1_7_0-bootstrap
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -81,7 +81,7 @@
 Summary:        A bootstrap version of openJDK
 License:        GPL-2.0-with-classpath-exception
 Group:          Development/Languages/Java
-Url:            http://icedtea.classpath.org
+URL:            http://icedtea.classpath.org
 Source0:        java-1_7_0-openjdk.i586.rpm
 Source1:        java-1_7_0-openjdk-devel.i586.rpm
 Source2:        java-1_7_0-openjdk-headless.i586.rpm
@@ -287,7 +287,7 @@
 
 %post headless
 ext=.gz
-update-alternatives \
+update-alternatives --force \
   --install %{_bindir}/java java %{jrebindir}/java %{priority} \
   --slave %{_jvmdir}/jre jre %{_jvmdir}/%{jrelnk} \
   --slave %{_jvmjardir}/jre jre_exports %{_jvmjardir}/%{jrelnk} \
@@ -297,7 +297,9 @@
   --slave %{_bindir}/rmid rmid %{jrebindir}/rmid \
   --slave %{_bindir}/rmiregistry rmiregistry %{jrebindir}/rmiregistry \
   --slave %{_bindir}/servertool servertool %{jrebindir}/servertool \
-  --slave %{_bindir}/tnameserv tnameserv %{jrebindir}/tnameservSuSE/ \
+  --slave %{_bindir}/tnameserv tnameserv %{jrebindir}/tnameserv \
+  --slave %{_bindir}/pack200 pack200 %{jrebindir}/pack200 \
+  --slave %{_bindir}/unpack200 unpack200 %{jrebindir}/unpack200 \
   --slave %{_mandir}/man1/java.1$ext java.1$ext \
   %{_mandir}/man1/java-%{sdklnk}.1$ext \
   --slave %{_mandir}/man1/keytool.1$ext keytool.1$ext \
@@ -386,8 +388,6 @@
   --slave %{_bindir}/javah javah %{sdkbindir}/javah \
   --slave %{_bindir}/javap javap %{sdkbindir}/javap \
   --slave %{_bindir}/jconsole jconsole %{sdkbindir}/jconsole \
-  --slave %{_bindir}/pack200                  pack200                     
%{sdkbindir}/pack200 \
-  --slave %{_bindir}/unpack200                unpack200                   
%{sdkbindir}/unpack200 \
   --slave %{_bindir}/jdb jdb %{sdkbindir}/jdb \
   --slave %{_bindir}/jhat jhat %{sdkbindir}/jhat \
   --slave %{_bindir}/jinfo jinfo %{sdkbindir}/jinfo \


Reply via email to