Hello community,

here is the log from the commit of package java-1_9_0-openjdk for 
openSUSE:Factory checked in at 2016-01-28 17:24:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-1_9_0-openjdk (Old)
 and      /work/SRC/openSUSE:Factory/.java-1_9_0-openjdk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "java-1_9_0-openjdk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/java-1_9_0-openjdk/java-1_9_0-openjdk.changes    
2015-11-26 17:01:35.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-1_9_0-openjdk.new/java-1_9_0-openjdk.changes   
    2016-01-28 17:25:15.000000000 +0100
@@ -1,0 +2,29 @@
+Tue Jan 26 16:04:42 UTC 2016 - [email protected]
+
+- Upgrade to upstream tag jdk-9+102
+
+-------------------------------------------------------------------
+Thu Jan 14 12:05:59 UTC 2016 - [email protected]
+
+- Added patch:
+  * hotspot-nowerror.patch: disable warnings being errors in
+    hostspot. It causes unnecessary build failure on some
+    architectures.
+
+-------------------------------------------------------------------
+Tue Jan 12 06:19:39 UTC 2016 - [email protected]
+
+- Upgrade to upstream tag jdk-9+100
+
+-------------------------------------------------------------------
+Fri Nov 20 08:17:53 UTC 2015 - [email protected]
+
+- Upgrade to upstream tag jdk9-b93
+- Removed patches:
+  * fix-system-jpeg-loading.patch
+    - integrated upstream
+- Added patch:
+  * fix-zero-k_entry.patch
+    - backport upstream fix
+
+-------------------------------------------------------------------

Old:
----
  106c06398f7a.tar.bz2
  34b77a618e98.tar.bz2
  53cb98d68a1a.tar.bz2
  6a5c99506f44.tar.bz2
  a3415b57507c.tar.bz2
  f7d70caad89a.tar.bz2
  fcabfb3c38ac.tar.bz2
  fe772cbc64f4.tar.bz2
  fix-system-jpeg-loading.patch

New:
----
  0868b93587cc.tar.bz2
  6149fc30cd71.tar.bz2
  6406ecf5d394.tar.bz2
  6eb3c8132e48.tar.bz2
  9c4662334d93.tar.bz2
  9dcf193c0b6c.tar.bz2
  d5239fc1b697.tar.bz2
  e56208758885.tar.bz2
  hotspot-nowerror.patch

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

Other differences:
------------------
++++++ java-1_9_0-openjdk.spec ++++++
--- /var/tmp/diff_new_pack.R5HAPQ/_old  2016-01-28 17:25:17.000000000 +0100
+++ /var/tmp/diff_new_pack.R5HAPQ/_new  2016-01-28 17:25:17.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package java
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,25 +29,25 @@
 %global syslibdir       %{_libdir}
 %global archname        %{name}
 # Standard JPackage naming and versioning defines.
-%global majorver        1
-%global minorver        9
-%global microver        0
-%global updatever       0
-%global buildver        b92
+%global majorver        9
+%global minorver        0
+%global securityver     0
+%global patchver        0
+%global buildver        102
 %global root_project    jdk9
 %global root_repository jdk9
-%global root_revision   106c06398f7a
-%global corba_revision  f7d70caad89a
-%global hotspot_revision 53cb98d68a1a
-%global jaxp_revision   fcabfb3c38ac
-%global jaxws_revision  fe772cbc64f4
-%global jdk_revision    6a5c99506f44
-%global langtools_revision a3415b57507c
-%global nashorn_revision 34b77a618e98
+%global root_revision   6406ecf5d394
+%global corba_revision  9c4662334d93
+%global hotspot_revision d5239fc1b697
+%global jaxp_revision   9dcf193c0b6c
+%global jaxws_revision  0868b93587cc
+%global jdk_revision    6eb3c8132e48
+%global langtools_revision 6149fc30cd71
+%global nashorn_revision e56208758885
 %global icedtea_sound_version 1.0.1
 # priority must be 6 digits in total
 %global priority        1905
-%global javaver         %{majorver}.%{minorver}.%{microver}
+%global javaver         1.%{majorver}.0
 # Standard JPackage directories and symbolic links.
 %global sdklnk          java-%{javaver}-openjdk
 %global archname        %{sdklnk}
@@ -155,8 +155,8 @@
 %global tapsetroot %{_datadir}/systemtap
 %global tapsetdir %{tapsetroot}/tapset/%{_build_cpu}
 %endif
-Name:           java-%{majorver}_%{minorver}_%{microver}-openjdk
-Version:        %{javaver}.%{updatever}~%{buildver}
+Name:           java-1_%{majorver}_0-openjdk
+Version:        %{majorver}.%{minorver}.%{securityver}.%{patchver}~%{buildver}
 Release:        0
 Summary:        OpenJDK Runtime Environment
 License:        Apache-1.1 and Apache-2.0 and GPL-1.0+ and GPL-2.0 and 
GPL-2.0-with-classpath-exception and LGPL-2.0 and MPL-1.0 and MPL-1.1 and 
SUSE-Public-Domain and W3C
@@ -206,6 +206,8 @@
 Patch12:        adlc-parser.patch
 # Fix: implicit-pointer-decl
 Patch13:        implicit-pointer-decl.patch
+# Disable -Werror in hotspot
+Patch14:        hotspot-nowerror.patch
 #
 # OpenJDK specific patches
 #
@@ -214,8 +216,6 @@
 Patch101:       s390-size_t.patch
 # Patch for PPC/PPC64
 Patch103:       ppc-zero-hotspot.patch
-# Patches for system libraries
-Patch203:       fix-system-jpeg-loading.patch
 BuildRequires:  alsa-lib-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -290,7 +290,7 @@
 %if %{bootcycle}
 BuildRequires:  java-1.8.0-devel >= 1.8.0
 %else
-BuildRequires:  java-devel >= %{javaver}
+BuildRequires:  java-devel >= %{majorver}.0.0.0
 %endif
 # runtime certificates generation available in 11.3+ - bnc#596177
 %if 0%{?suse_version} >= 1130
@@ -462,8 +462,6 @@
 rm -rvf jdk/src/java.desktop/share/native/liblcms/cms*
 rm -rvf jdk/src/java.desktop/share/native/liblcms/lcms2*
 
-%patch203 -p1
-
 %if %{with_pulseaudio}
 %patch0 -p1
 %patch1 -p1
@@ -477,6 +475,7 @@
 %patch10 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 
 # s390 build fixes
 

++++++ 106c06398f7a.tar.bz2 -> 0868b93587cc.tar.bz2 ++++++
++++ 707731 lines of diff (skipped)

++++++ 106c06398f7a.tar.bz2 -> 6149fc30cd71.tar.bz2 ++++++
++++ 930038 lines of diff (skipped)

++++++ 106c06398f7a.tar.bz2 -> 6406ecf5d394.tar.bz2 ++++++
++++ 30744 lines of diff (skipped)

++++++ 106c06398f7a.tar.bz2 -> 6eb3c8132e48.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/java-1_9_0-openjdk/106c06398f7a.tar.bz2 
/work/SRC/openSUSE:Factory/.java-1_9_0-openjdk.new/6eb3c8132e48.tar.bz2 differ: 
char 11, line 1

++++++ 53cb98d68a1a.tar.bz2 -> 9c4662334d93.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/java-1_9_0-openjdk/53cb98d68a1a.tar.bz2 
/work/SRC/openSUSE:Factory/.java-1_9_0-openjdk.new/9c4662334d93.tar.bz2 differ: 
char 11, line 1

++++++ 106c06398f7a.tar.bz2 -> 9dcf193c0b6c.tar.bz2 ++++++
++++ 855102 lines of diff (skipped)

++++++ 106c06398f7a.tar.bz2 -> d5239fc1b697.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/java-1_9_0-openjdk/106c06398f7a.tar.bz2 
/work/SRC/openSUSE:Factory/.java-1_9_0-openjdk.new/d5239fc1b697.tar.bz2 differ: 
char 11, line 1

++++++ 106c06398f7a.tar.bz2 -> e56208758885.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/java-1_9_0-openjdk/106c06398f7a.tar.bz2 
/work/SRC/openSUSE:Factory/.java-1_9_0-openjdk.new/e56208758885.tar.bz2 differ: 
char 11, line 1

++++++ hotspot-nowerror.patch ++++++
--- jdk9/hotspot/make/linux/makefiles/gcc.make  2016-01-14 12:13:43.947734277 
+0100
+++ jdk9/hotspot/make/linux/makefiles/gcc.make  2016-01-14 12:14:38.850498622 
+0100
@@ -203,7 +203,7 @@
 endif
 
 # Compiler warnings are treated as errors
-WARNINGS_ARE_ERRORS = -Werror
+WARNINGS_ARE_ERRORS = 
 
 ifeq ($(USE_CLANG), true)
   # However we need to clean the code up before we can unrestrictedly enable 
this option with Clang

Reply via email to