Browse code

mpfr, nodejs: Update to latest packages Static link mpfr to gcc and gawk RPMs and push those to publishrpms

Change-Id: Ic15e187e610df363e3f5b9d660294561a471eaec
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5760
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
Tested-by: Anish Swaminathan <anishs@vmware.com>

Him Kalyan Bordoloi authored on 2018/09/21 03:15:24
Showing 4 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 Summary:	Functions for multiple precision math
2 2
 Name:		mpfr
3
-Version:	3.1.5
3
+Version:	4.0.1
4 4
 Release:	1%{?dist}
5 5
 License:	GPLv3+
6 6
 URL:		http://www.mpfr.org
... ...
@@ -8,7 +8,7 @@ Group:		Applications/System
8 8
 Vendor:		VMware, Inc.
9 9
 Distribution:   Photon
10 10
 Source0:	http://www.mpfr.org/%{name}-%{version}/%{name}-%{version}.tar.gz
11
-%define sha1 mpfr=2a2118179f8f3c682389dcddc800d30132e8794a
11
+%define sha1 mpfr=655e3cf416a0cc9530d9cb3c38dc8839504f0e98
12 12
 Requires:	gmp
13 13
 %description
14 14
 The MPFR package contains functions for multiple precision math.
... ...
@@ -41,28 +41,31 @@ make %{?_smp_mflags} check
41 41
 %postun	-p /sbin/ldconfig
42 42
 %files
43 43
 %defattr(-,root,root)
44
-%{_libdir}/libmpfr.so.4.1.5
45
-%{_libdir}/libmpfr.so.4
44
+%{_libdir}/libmpfr.so.*
46 45
 
47 46
 %files devel
48 47
 %{_includedir}/mpf2mpfr.h
49 48
 %{_includedir}/mpfr.h
50 49
 %{_libdir}/libmpfr.a
51 50
 %{_libdir}/libmpfr.so
52
-%{_docdir}/mpfr-3.1.5/NEWS
53
-%{_docdir}/mpfr-3.1.5/FAQ.html
54
-%{_docdir}/mpfr-3.1.5/examples/version.c
55
-%{_docdir}/mpfr-3.1.5/examples/rndo-add.c
56
-%{_docdir}/mpfr-3.1.5/examples/ReadMe
57
-%{_docdir}/mpfr-3.1.5/examples/sample.c
58
-%{_docdir}/mpfr-3.1.5/examples/divworst.c
59
-%{_docdir}/mpfr-3.1.5/COPYING.LESSER
60
-%{_docdir}/mpfr-3.1.5/TODO
61
-%{_docdir}/mpfr-3.1.5/BUGS
62
-%{_docdir}/mpfr-3.1.5/AUTHORS
63
-%{_docdir}/mpfr-3.1.5/COPYING
51
+%{_libdir}/pkgconfig/*
52
+%{_docdir}/mpfr-%{version}/NEWS
53
+%{_docdir}/mpfr-%{version}/FAQ.html
54
+%{_docdir}/mpfr-%{version}/examples/version.c
55
+%{_docdir}/mpfr-%{version}/examples/rndo-add.c
56
+%{_docdir}/mpfr-%{version}/examples/ReadMe
57
+%{_docdir}/mpfr-%{version}/examples/sample.c
58
+%{_docdir}/mpfr-%{version}/examples/divworst.c
59
+%{_docdir}/mpfr-%{version}/examples/can_round.c
60
+%{_docdir}/mpfr-%{version}/COPYING.LESSER
61
+%{_docdir}/mpfr-%{version}/TODO
62
+%{_docdir}/mpfr-%{version}/BUGS
63
+%{_docdir}/mpfr-%{version}/AUTHORS
64
+%{_docdir}/mpfr-%{version}/COPYING
64 65
 
65 66
 %changelog
67
+*       Thu Sep 20 2018 Him Kalyan Bordoloi <bordoloih@vmware.com> 4.0.1-1
68
+-       Update package version
66 69
 *       Fri Mar 31 2017 Michelle Wang <michellew@vmware.com> 3.1.5-1
67 70
 -       Update package version
68 71
 *       Mon Oct 03 2016 ChangLee <changlee@vmware.com> 3.1.3-3
... ...
@@ -1,6 +1,6 @@
1 1
 Summary:        A JavaScript runtime built on Chrome's V8 JavaScript engine.
2 2
 Name:           nodejs
3
-Version:        9.9.0
3
+Version:        9.11.2
4 4
 Release:        1%{?dist}
5 5
 License:        MIT
6 6
 Group:          Applications/System
... ...
@@ -8,7 +8,7 @@ Vendor:         VMware, Inc.
8 8
 Distribution:   Photon
9 9
 URL:            https://github.com/nodejs/node
10 10
 Source0:        https://nodejs.org/download/release/v%{version}/node-v%{version}.tar.xz
11
-%define         sha1 node=ad14ef5f67aa22699f2eadc870cbf074c66c1f5f
11
+%define         sha1 node=4b1a5582afc298cf77fe47fa61ffc8c7f32f074d
12 12
 
13 13
 BuildRequires:  coreutils >= 8.22, openssl-devel >= 1.0.1
14 14
 Requires:       (coreutils >= 8.22 or toybox)
... ...
@@ -70,6 +70,8 @@ make cctest
70 70
 %{_datadir}/systemtap/tapset/node.stp
71 71
 
72 72
 %changelog
73
+*   Thu Sep 20 2018 Him Kalyan Bordoloi <bordoloih@vmware.com> 9.11.2-1
74
+-   Updated to version 9.11.2
73 75
 *   Mon Sep 10 2018 Him Kalyan Bordoloi <bordoloih@vmware.com> 9.9.0-1
74 76
 -   Updated to version 9.9.0
75 77
 *   Wed Feb 14 2018 Xiaolin Li <xiaolinl@vmware.com> 8.3.0-1
... ...
@@ -141,6 +141,7 @@ class constants(object):
141 141
         "mpc",
142 142
         "libgcc",
143 143
         "libgcc-devel",
144
+        "libgcc-atomic",
144 145
         "libstdc++",
145 146
         "libstdc++-devel",
146 147
         "libgomp",
... ...
@@ -5,15 +5,15 @@ x86_64/python2-devel-2.7.11-1.ph1.x86_64.rpm
5 5
 x86_64/nspr-4.11-1.ph1.x86_64.rpm
6 6
 x86_64/rpm-4.13.0.1-5.ph2.x86_64.rpm
7 7
 x86_64/rpm-libs-4.13.0.1-5.ph2.x86_64.rpm
8
-x86_64/binutils-devel-2.25.1-1.ph1.x86_64.rpm
8
+x86_64/binutils-devel-2.30-2.ph1.x86_64.rpm
9 9
 x86_64/nss-3.21-1.ph1.x86_64.rpm
10
-x86_64/mpfr-devel-3.1.3-1.ph1.x86_64.rpm
10
+x86_64/mpfr-devel-4.0.1-1.ph2.x86_64.rpm
11 11
 x86_64/cpio-2.12-1.ph1.x86_64.rpm
12 12
 x86_64/sed-4.2.2-1.ph1.x86_64.rpm
13 13
 x86_64/libffi-3.2.1-1.ph1.x86_64.rpm
14 14
 x86_64/gmp-6.0.0a-1.ph1.x86_64.rpm
15 15
 x86_64/diffutils-3.3-2.ph1.x86_64.rpm
16
-x86_64/gcc-5.3.0-1.ph1.x86_64.rpm
16
+x86_64/gcc-7.3.0-2.ph2.x86_64.rpm
17 17
 x86_64/gmp-devel-6.0.0a-1.ph1.x86_64.rpm
18 18
 x86_64/automake-1.15-1.ph1.x86_64.rpm
19 19
 x86_64/groff-1.22.2-1.ph1.x86_64.rpm
... ...
@@ -26,9 +26,10 @@ x86_64/gdbm-1.11-1.ph1.x86_64.rpm
26 26
 x86_64/autoconf-2.69-3.ph1.x86_64.rpm
27 27
 x86_64/rpm-devel-4.13.0.1-5.ph2.x86_64.rpm
28 28
 x86_64/file-5.24-1.ph1.x86_64.rpm
29
-x86_64/mpfr-3.1.3-1.ph1.x86_64.rpm
29
+x86_64/mpfr-4.0.1-1.ph2.x86_64.rpm
30 30
 x86_64/zlib-devel-1.2.8-2.ph1.x86_64.rpm
31
-x86_64/libgcc-devel-5.3.0-1.ph1.x86_64.rpm
31
+x86_64/libgcc-devel-7.3.0-2.ph2.x86_64.rpm
32
+x86_64/libgcc-atomic-7.3.0-2.ph2.x86_64.rpm
32 33
 x86_64/bison-3.0.4-1.ph1.x86_64.rpm
33 34
 x86_64/lua-5.3.2-1.ph1.x86_64.rpm
34 35
 x86_64/util-linux-2.27.1-1.ph1.x86_64.rpm
... ...
@@ -41,15 +42,15 @@ x86_64/grep-2.21-1.ph1.x86_64.rpm
41 41
 x86_64/tar-1.28-1.ph1.x86_64.rpm
42 42
 x86_64/bash-4.4-1.ph1.x86_64.rpm
43 43
 x86_64/ncurses-devel-6.0-1.ph1.x86_64.rpm
44
-x86_64/gawk-4.1.3-4.ph1.x86_64.rpm
44
+x86_64/gawk-4.1.4-1.ph2.x86_64.rpm
45 45
 x86_64/libtool-2.4.6-1.ph1.x86_64.rpm
46 46
 x86_64/zlib-1.2.8-2.ph1.x86_64.rpm
47 47
 x86_64/python2-libs-2.7.11-1.ph1.x86_64.rpm
48
-x86_64/libgomp-5.3.0-1.ph1.x86_64.rpm
48
+x86_64/libgomp-7.3.0-2.ph2.x86_64.rpm
49 49
 x86_64/readline-devel-7.0-1.ph1.x86_64.rpm
50 50
 x86_64/sqlite-autoconf-3.11.0-1.ph1.x86_64.rpm
51 51
 x86_64/flex-2.5.39-1.ph1.x86_64.rpm
52
-x86_64/libstdc++-devel-5.3.0-1.ph1.x86_64.rpm
52
+x86_64/libstdc++-devel-7.3.0-2.ph2.x86_64.rpm
53 53
 x86_64/openssl-1.0.2g-1.ph1.x86_64.rpm
54 54
 x86_64/elfutils-0.165-1.ph1.x86_64.rpm
55 55
 x86_64/expat-2.1.0-1.ph1.x86_64.rpm
... ...
@@ -61,10 +62,10 @@ x86_64/python2-2.7.11-1.ph1.x86_64.rpm
61 61
 x86_64/elfutils-devel-0.165-1.ph1.x86_64.rpm
62 62
 x86_64/patch-2.7.5-1.ph1.x86_64.rpm
63 63
 x86_64/xz-5.2.2-1.ph1.x86_64.rpm
64
-x86_64/binutils-2.25.1-1.ph1.x86_64.rpm
65
-x86_64/libgomp-devel-5.3.0-1.ph1.x86_64.rpm
64
+x86_64/binutils-2.30-2.ph1.x86_64.rpm
65
+x86_64/libgomp-devel-7.3.0-2.ph2.x86_64.rpm
66 66
 x86_64/bzip2-devel-1.0.6-4.ph1.x86_64.rpm
67
-x86_64/libgcc-5.3.0-1.ph1.x86_64.rpm
67
+x86_64/libgcc-7.3.0-2.ph2.x86_64.rpm
68 68
 x86_64/gzip-1.6-1.ph1.x86_64.rpm
69 69
 x86_64/elfutils-libelf-devel-0.165-1.ph1.x86_64.rpm
70 70
 x86_64/openssl-devel-1.0.2g-1.ph1.x86_64.rpm
... ...
@@ -72,7 +73,7 @@ x86_64/pkg-config-0.28-1.ph1.x86_64.rpm
72 72
 x86_64/popt-devel-1.16-1.ph1.x86_64.rpm
73 73
 x86_64/flex-devel-2.5.39-1.ph1.x86_64.rpm
74 74
 x86_64/findutils-4.4.2-1.ph1.x86_64.rpm
75
-x86_64/libstdc++-5.3.0-1.ph1.x86_64.rpm
75
+x86_64/libstdc++-7.3.0-2.ph2.x86_64.rpm
76 76
 x86_64/libpipeline-1.4.1-1.ph1.x86_64.rpm
77 77
 x86_64/make-4.1-1.ph1.x86_64.rpm
78 78
 x86_64/glibc-devel-2.22-3.ph1.x86_64.rpm