commit java-9-openjdk for openSUSE:Factory
Hello community, here is the log from the commit of package java-9-openjdk for openSUSE:Factory checked in at 2017-08-29 11:45:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/java-9-openjdk (Old) and /work/SRC/openSUSE:Factory/.java-9-openjdk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "java-9-openjdk" Tue Aug 29 11:45:50 2017 rev:9 rq:519148 version:9.0.0.0~181 Changes: -------- --- /work/SRC/openSUSE:Factory/java-9-openjdk/java-9-openjdk.changes 2017-08-28 15:16:04.429927496 +0200 +++ /work/SRC/openSUSE:Factory/.java-9-openjdk.new/java-9-openjdk.changes 2017-08-29 11:47:10.150201781 +0200 @@ -1,0 +2,11 @@ +Mon Aug 28 13:56:41 UTC 2017 - fstrba@suse.com + +- Redo packaging to correspond to the upstream layout and avoid + distributing the JRE twice +- Re-enable bootcycle build for all architectures and distributions +- Add more recent systemtap-tapset tarball +- Added patch: + * bootcycle_jobs.patch + - fix bootcycle build + +------------------------------------------------------------------- Old: ---- systemtap-tapset.tar.gz New: ---- bootcycle_jobs.patch systemtap-tapset.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ java-9-openjdk.spec ++++++ ++++ 628 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/java-9-openjdk/java-9-openjdk.spec ++++ and /work/SRC/openSUSE:Factory/.java-9-openjdk.new/java-9-openjdk.spec ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.09w2sm/_old 2017-08-29 11:47:17.309192699 +0200 +++ /var/tmp/diff_new_pack.09w2sm/_new 2017-08-29 11:47:17.325190444 +0200 @@ -1,7 +1,7 @@ <constraints> <hardware> <physicalmemory> - <size unit="M">2048</size> + <size unit="M">4096</size> </physicalmemory> <disk> <size unit="G">20</size> ++++++ bootcycle_jobs.patch ++++++ --- jdk9/make/Init.gmk Thu Mar 16 16:34:33 2017 +0000 +++ jdk9/make/Init.gmk Tue Apr 04 13:49:37 2017 +0100 @@ -303,7 +303,8 @@ $(call PrepareSmartJavac) ( cd $(TOPDIR) && \ $(NICE) $(MAKE) $(MAKE_ARGS) $(OUTPUT_SYNC_FLAG) \ - -j $(JOBS) -f make/Main.gmk $(USER_MAKE_VARS) \ + $(if $(DISABLE_JOBS),, -j $(JOBS)) \ + -f make/Main.gmk $(USER_MAKE_VARS) \ $(PARALLEL_TARGETS) $(COMPARE_BUILD_MAKE) $(BUILD_LOG_PIPE) || \ ( exitcode=$$? && \ $(PRINTF) "\nERROR: Build failed for $(TARGET_DESCRIPTION) (exit code $$exitcode) \n" \ --- jdk9/make/Main.gmk Thu Mar 16 16:34:33 2017 +0000 +++ jdk9/make/Main.gmk Tue Apr 04 13:49:37 2017 +0100 @@ -320,7 +320,7 @@ ifneq ($(COMPILE_TYPE), cross) $(call LogWarn, Boot cycle build step 2: Building a new JDK image using previously built image) +$(MAKE) $(MAKE_ARGS) -f $(SRC_ROOT)/make/Init.gmk PARALLEL_TARGETS=$(BOOTCYCLE_TARGET) \ - JOBS= SPEC=$(dir $(SPEC))bootcycle-spec.gmk main + DISABLE_JOBS=true SPEC=$(dir $(SPEC))bootcycle-spec.gmk main else $(call LogWarn, Boot cycle build disabled when cross compiling) endif
participants (1)
-
root@hilbert.suse.de