Browse Source

java-1.8.0-openjdk-1.8.0.92-2.b14

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10436 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 7 years ago
parent
commit
bfcb3bad40
1 changed files with 4 additions and 7 deletions
  1. 4 7
      j/java-1.8.0-openjdk/java-1.8.0-openjdk-vl.spec

+ 4 - 7
j/java-1.8.0-openjdk/java-1.8.0-openjdk-vl.spec

@@ -4,12 +4,6 @@
 
 %global __global_ldflags -Wl,-z,relro
 
-# for vbuilder
-%global is_vbuilder %(if [ $USER == "vbuilder" ]; then echo 1; else echo 0; fi)
-%if 0%is_vbuilder
-%global _smp_ncpus_max 1
-%endif
-
 # note, parametrised macros are order-senisitve (unlike not-parametrized) even with normal macros
 # also necessary when passing it as parameter other macros. If not macro, then it is considered as switch
 %global debug_suffix_unquoted -debug
@@ -757,7 +751,7 @@ Obsoletes: java-1.7.0-openjdk-accessibility%1
 
 Name:    java-%{javaver}-%{origin}
 Version: %{javaver}.%{updatever}
-Release: 1.%{buildver}%{?_dist_release}
+Release: 2.%{buildver}%{?_dist_release}
 Summary: OpenJDK Runtime Environment
 Summary(ja): OpenJDK ランタイム環境
 Group:   Development/Languages
@@ -1828,6 +1822,9 @@ require "copy_jdk_configs.lua"
 %endif
 
 %changelog
+* Wed Jun 29 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.8.0.92-2.b14
+- rebuilt with new toolchain.
+
 * Tue Jun 21 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.8.0.92-1.b14
 - new upstream release.
 - replaced most of stuff with specfile of rawhide.