Browse code

Updated Packages - Set 2

Change-Id: I3d212d802b2214c13c2b09dbee0891097681c2d7
Reviewed-on: http://photon-jenkins.eng.vmware.com/603
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: suezzelur <anishs@vmware.com>

harishspqr authored on 2016/03/05 04:03:48
Showing 11 changed files
... ...
@@ -5,13 +5,13 @@
5 5
 
6 6
 Summary:        Build and install Perl modules
7 7
 Name:           perl-Module-Build
8
-Version:        0.4214
8
+Version:        0.4216
9 9
 Release:        1%{?dist}
10 10
 License:        GPL+ or Artistic
11 11
 Group:          Development/Libraries
12 12
 URL:            http://search.cpan.org/dist/Module-Build/
13 13
 Source0:        http://www.cpan.org/authors/id/B/BI/BINGOS/Module-Build-%{version}.tar.gz
14
-%define sha1 Module-Build=4da2002098518ae035a9f87e0749d9d57483d107
14
+%define sha1 Module-Build=5c834111722666be6da4bed7b159a184dad5f569
15 15
 Vendor:		VMware, Inc.
16 16
 Distribution:	Photon
17 17
 BuildArch:      noarch
... ...
@@ -45,6 +45,8 @@ LANG=C TEST_SIGNATURE=1 MB_TEST_EXPERIMENTAL=1 ./Build test
45 45
 %{_mandir}/man3/*
46 46
 
47 47
 %changelog
48
+*   Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 0.4216-1
49
+-   Upgraded to version 0.4216
48 50
 *	Wed Jan 13 2016 Anish Swaminathan <anishs@vmware.com> 0.4214-1
49 51
 -	Initial version.
50 52
 
... ...
@@ -1,13 +1,13 @@
1 1
 # Got the intial spec from Fedora and modified it
2 2
 Summary:        Read/Write YAML files with as little code as possible
3 3
 Name:           perl-YAML-Tiny
4
-Version:        1.66
4
+Version:        1.69
5 5
 Release:        1%{?dist}
6 6
 License:        GPL+ or Artistic
7 7
 Group:          Development/Libraries
8 8
 URL:            http://search.cpan.org/dist/YAML-Tiny/
9 9
 Source0:        http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-%{version}.tar.gz
10
-%define sha1 YAML-Tiny=7fb62ca3dce1ba0310e31946d4a66ef14952e7fc
10
+%define sha1 YAML-Tiny=36c0e030a610ff81164a39c1ef089fe7d448bdaa
11 11
 Vendor:		VMware, Inc.
12 12
 Distribution:	Photon
13 13
 BuildArch:      noarch
... ...
@@ -38,5 +38,7 @@ make test
38 38
 %{_mandir}/man3/YAML::Tiny.3*
39 39
 
40 40
 %changelog
41
+*   Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.69-1
42
+-   Upgraded to version 1.69
41 43
 *	Fri Apr 3 2015 Divya Thaluru <dthaluru@vmware.com> 1.66-1
42 44
 -	Initial version.
... ...
@@ -1,13 +1,13 @@
1 1
 # Got the intial spec from Fedora and modified it
2 2
 Summary:        YAML Ain't Markup Language (tm)
3 3
 Name:           perl-YAML
4
-Version:        1.14
5
-Release:        2%{?dist}
4
+Version:        1.15
5
+Release:        1%{?dist}
6 6
 License:        GPL+ or Artistic
7 7
 Group:          Development/Libraries
8 8
 URL:            http://search.cpan.org/dist/YAML/
9 9
 Source0:        http://search.cpan.org/CPAN/authors/id/I/IN/INGY/YAML-%{version}.tar.gz
10
-%define sha1 YAML=9124d31d1cf147e11dc90950ddc7041379d07cdf
10
+%define sha1 YAML=c297e548f0398f2cbd93ce593be083517538f5f5
11 11
 Vendor:		VMware, Inc.
12 12
 Distribution:	Photon
13 13
 BuildArch:      noarch
... ...
@@ -81,6 +81,8 @@ make test
81 81
 %{_mandir}/man3/YAML::Types.3*
82 82
 
83 83
 %changelog
84
+*   Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.15-1
85
+-   Updated to version 1.15
84 86
 *	Mon Feb 01 2016 Anish Swaminathan <anishs@vmware.com> 1.14-2
85 87
 -	Fix for multithreaded perl
86 88
 *	Fri Apr 3 2015 Divya Thaluru <dthaluru@vmware.com> 1.14-1
... ...
@@ -4,13 +4,13 @@
4 4
 
5 5
 Summary:	"Common sense" Perl defaults 
6 6
 Name:		perl-common-sense
7
-Version:	3.73
7
+Version:	3.74
8 8
 Release:	1%{?dist}
9 9
 License:	GPL+ or Artistic
10 10
 Group:		Development/Libraries
11 11
 URL:		http://search.cpan.org/dist/common-sense
12 12
 Source0:	http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/common-sense-%{version}.tar.gz
13
-%define sha1 common-sense=114bab46ac459f399ec3c7b2ae6a0d3b42d05c7c
13
+%define sha1 common-sense=b32990086501a68bdb10bfa85160866d270aa8ae
14 14
 Vendor:		VMware, Inc.
15 15
 Distribution:	Photon 
16 16
 BuildRequires:	perl
... ...
@@ -68,6 +68,8 @@ rm -rf %{buildroot}
68 68
 %{_mandir}/man3/common::sense.3*
69 69
 
70 70
 %changelog
71
+*   Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 3.74-1
72
+-   Upgraded to version 3.74
71 73
 *	Fri Apr 3 2015 Divya Thaluru <dthaluru@vmware.com> 3.73-1
72 74
 -	Initial version.
73 75
 
... ...
@@ -1,13 +1,13 @@
1 1
 # Got the intial spec from Fedora and modified it
2 2
 Summary:	Internationalization library for Perl, compatible with gettext
3 3
 Name:		perl-libintl
4
-Version:	1.23
4
+Version:	1.24
5 5
 Release:	1%{?dist}
6 6
 License:	LGPLv2+
7 7
 Group: 		Development/Libraries
8 8
 URL: 		http://search.cpan.org/dist/libintl-perl/
9 9
 Source: 	http://search.cpan.org/CPAN/authors/id/G/GU/GUIDO/libintl-perl-%{version}.tar.gz
10
-%define sha1 libintl-perl=da2ed849f3b3f28dc5306a2887126a55f49992cb
10
+%define sha1 libintl-perl=904c48a7dde98a6f1a0ff12a2007e604a6b28c22
11 11
 Vendor:		VMware, Inc.
12 12
 Distribution:	Photon
13 13
 Requires: 	perl
... ...
@@ -45,6 +45,8 @@ make test
45 45
 %{_mandir}/man?/*
46 46
 
47 47
 %changelog
48
+*   Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.24-1
49
+-   Upgraded to version 1.24
48 50
 *	Fri Apr 3 2015 Divya Thaluru <dthaluru@vmware.com> 1.23-1
49 51
 -	Initial version.
50 52
 
... ...
@@ -1,12 +1,12 @@
1 1
 Summary:        Interface for Python to call C code
2 2
 Name:           python-cffi
3
-Version:        1.5.0
3
+Version:        1.5.2
4 4
 Release:        1%{?dist}
5 5
 Url:            https://pypi.python.org/pypi/cffi
6 6
 License:        MIT
7 7
 Group:          Development/Languages/Python
8 8
 Source0:        https://pypi.python.org/packages/source/c/cffi/cffi-%{version}.tar.gz
9
-%define sha1 cffi=fd21011ba2a3cab627001b52c69fd7274517e549
9
+%define sha1 cffi=5239b3aa4f67eed3559c09778096ecd4faeca876
10 10
 
11 11
 BuildRequires: python2
12 12
 BuildRequires: python2-libs
... ...
@@ -35,6 +35,8 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
35 35
 %{python_sitelib}/*
36 36
 
37 37
 %changelog
38
+*   Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.5.2-1
39
+-   Updated to version 1.5.2
38 40
 *	Thu Jan 21 2016 Anish Swaminathan <anishs@vmware.com> 1.5.0-1
39 41
 -	Upgrade version
40 42
 * 	Wed Nov 18 2015 Divya Thaluru <dthaluru@vmware.com> 1.3.0-1
... ...
@@ -1,12 +1,12 @@
1 1
 Name:           python-jsonpointer
2
-Version:        1.7
2
+Version:        1.10
3 3
 Release:        1%{?dist}
4 4
 Summary:        Applying JSON Patches in Python
5 5
 License:        Modified BSD License
6 6
 Group:          Development/Languages/Python
7 7
 Url:            https://pypi.python.org/packages/source/j/jsonpointer/jsonpointer-%{version}.tar.gz
8 8
 Source0:        jsonpointer-%{version}.tar.gz
9
-%define sha1 jsonpointer=0dff85fd348b9adb4607ec47bd419fe33094474b
9
+%define sha1 jsonpointer=74db9372f71d8af9cd380e34fe1a0e274e6cd7cc
10 10
 
11 11
 BuildRequires: python2
12 12
 BuildRequires: python2-libs
... ...
@@ -35,5 +35,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
35 35
 %{_bindir}/jsonpointer
36 36
 
37 37
 %changelog
38
-* Wed Mar 04 2015 Mahmoud Bassiouny <mbassiouny@vmware.com>
39
-- Initial packaging for Photon
38
+*   Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.10-1
39
+-   Updated to version 1.10
40
+*   Wed Mar 04 2015 Mahmoud Bassiouny <mbassiouny@vmware.com>
41
+-   Initial packaging for Photon
... ...
@@ -1,12 +1,12 @@
1 1
 Name:           python-pyasn1
2
-Version:        0.1.7
3
-Release:        2%{?dist}
2
+Version:        0.1.9
3
+Release:        1%{?dist}
4 4
 Summary:        Implementation of ASN.1 types and codecs in Python programming language
5 5
 License:        BSD
6 6
 Group:          Development/Languages/Python
7 7
 Url:            https://pypi.python.org/packages/source/p/pyasn1/pyasn1-%{version}.tar.gz
8 8
 Source0:        %{name}-%{version}.tar.gz
9
-%define sha1 python-pyasn1=a4a956213e406151269011965885b82134611857
9
+%define sha1 python-pyasn1=d19599c5d9d039ead21ffcd1a2392c29a838ae03
10 10
 
11 11
 BuildRequires: python2
12 12
 BuildRequires: python2-libs
... ...
@@ -21,7 +21,7 @@ BuildArch:      noarch
21 21
 This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification.
22 22
 
23 23
 %prep
24
-%setup -n %{name}-%{version}
24
+%setup -n pyasn1-%{version}
25 25
 
26 26
 %build
27 27
 python setup.py build
... ...
@@ -34,6 +34,8 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
34 34
 %{python_sitelib}/*
35 35
 
36 36
 %changelog
37
+* Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 0.1.9-1
38
+- Upgraded to version 0.1.9
37 39
 * Thu Aug 6 2015 Anish Swaminathan <anishs@vmware.com>
38 40
 - Added sha1sum
39 41
 * Fri Mar 13 2015 Mahmoud Bassiouny <mbassiouny@vmware.com>
... ...
@@ -1,12 +1,12 @@
1 1
 Name:           python-requests
2
-Version:        2.5.1
2
+Version:        2.9.1
3 3
 Release:        1%{?dist}
4 4
 Url:            http://python-requests.org
5 5
 Summary:        Awesome Python HTTP Library That's Actually Usable
6 6
 License:        Apache2
7 7
 Group:          Development/Languages/Python
8 8
 Source0:        http://pypi.python.org/packages/source/r/requests/requests-%{version}.tar.gz
9
-%define sha1 requests=f906c441be2f0e7a834cbf701a72788d3ac3d144
9
+%define sha1 requests=17f01c47a0d7c676f6291608ef2f43db3fa74095
10 10
 
11 11
 BuildRequires: python2
12 12
 BuildRequires: python2-libs
... ...
@@ -56,5 +56,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
56 56
 %{python_sitelib}/*
57 57
 
58 58
 %changelog
59
+* Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 2.9.1-1
60
+- Updated to version 2.9.1
59 61
 * Wed Mar 04 2015 Mahmoud Bassiouny <mbassiouny@vmware.com>
60 62
 - Initial packaging for Photon
... ...
@@ -1,14 +1,14 @@
1 1
 Summary:	A high-level scripting language
2 2
 Name:		python3
3
-Version:	3.4.3
4
-Release:	3%{?dist}
3
+Version:	3.5.1
4
+Release:	1%{?dist}
5 5
 License:	PSF
6 6
 URL:		http://www.python.org/
7 7
 Group:		System Environment/Programming
8 8
 Vendor:		VMware, Inc.
9 9
 Distribution:	Photon
10 10
 Source0:	https://www.python.org/ftp/python/%{version}/Python-%{version}.tar.xz
11
-%define sha1 Python=7ca5cd664598bea96eec105aa6453223bb6b4456
11
+%define sha1 Python=0186da436db76776196612b98bb9c2f76acfe90e
12 12
 Patch:          cgi3.patch
13 13
 BuildRequires:	pkg-config >= 0.28
14 14
 BuildRequires:	bzip2-devel
... ...
@@ -102,7 +102,7 @@ make %{?_smp_mflags}
102 102
 %install
103 103
 [ %{buildroot} != "/"] && rm -rf %{buildroot}/*
104 104
 make DESTDIR=%{buildroot} altinstall
105
-chmod -v 755 %{buildroot}%{_libdir}/libpython3.4m.so.1.0
105
+chmod -v 755 %{buildroot}%{_libdir}/libpython3.5m.so.1.0
106 106
 %{_fixperms} %{buildroot}/*
107 107
 
108 108
 # Remove unused stuff
... ...
@@ -120,6 +120,10 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
120 120
 #ln -s %{_bindir}/python3-config %{_bindir}/python-config
121 121
 #ln -s %{_libdir}/libpython3.4m.so %{_libdir}/libpython3.4.so
122 122
 
123
+%post libs
124
+export PYTHONHOME=/usr
125
+export PYTHONPATH=/usr/lib/python3.4
126
+
123 127
 %postun -p /sbin/ldconfig
124 128
 
125 129
 %clean
... ...
@@ -132,37 +136,37 @@ rm -rf %{buildroot}/*
132 132
 %{_bindir}/pyvenv*
133 133
 %{_bindir}/python*
134 134
 %{_bindir}/pip*
135
-%{_bindir}/easy_install-3.4
135
+%{_bindir}/easy_install-3.5
136 136
 %{_mandir}/*/*
137 137
 
138
-%dir %{_libdir}/python3.4
139
-%dir %{_libdir}/python3.4/site-packages
138
+%dir %{_libdir}/python3.5
139
+%dir %{_libdir}/python3.5/site-packages
140 140
 
141 141
 %{_libdir}/libpython3.so
142
-%{_libdir}/libpython3.4m.so
143
-%{_libdir}/libpython3.4m.so.1.0
144
-%{_libdir}/pkgconfig/python-3.4.pc
142
+%{_libdir}/libpython3.5m.so
143
+%{_libdir}/libpython3.5m.so.1.0
144
+%{_libdir}/pkgconfig/python-3.5.pc
145 145
 # Enable below if using 'make install' instead of 'make altinstall'
146 146
 #%{_libdir}/pkgconfig/python-3.4m.pc
147 147
 #%{_libdir}/pkgconfig/python3.pc
148 148
 
149
-%exclude %{_libdir}/python3.4/ctypes/test
150
-%exclude %{_libdir}/python3.4/distutils/tests
151
-%exclude %{_libdir}/python3.4/sqlite3/test
152
-%exclude %{_libdir}/python3.4/idlelib/idle_test
153
-%exclude %{_libdir}/python3.4/test
154
-%exclude %{_libdir}/python3.4/lib-dynload/_ctypes_test.*.so
149
+%exclude %{_libdir}/python3.5/ctypes/test
150
+%exclude %{_libdir}/python3.5/distutils/tests
151
+%exclude %{_libdir}/python3.5/sqlite3/test
152
+%exclude %{_libdir}/python3.5/idlelib/idle_test
153
+%exclude %{_libdir}/python3.5/test
154
+%exclude %{_libdir}/python3.5/lib-dynload/_ctypes_test.*.so
155 155
 
156 156
 %files libs
157 157
 %defattr(-,root,root)
158 158
 %doc LICENSE README
159
-%{_libdir}/python3.4
160
-%exclude %{_libdir}/python3.4/ctypes/test
161
-%exclude %{_libdir}/python3.4/distutils/tests
162
-%exclude %{_libdir}/python3.4/sqlite3/test
163
-%exclude %{_libdir}/python3.4/idlelib/idle_test
164
-%exclude %{_libdir}/python3.4/test
165
-%exclude %{_libdir}/python3.4/lib-dynload/_ctypes_test.*.so
159
+%{_libdir}/python3.5
160
+%exclude %{_libdir}/python3.5/ctypes/test
161
+%exclude %{_libdir}/python3.5/distutils/tests
162
+%exclude %{_libdir}/python3.5/sqlite3/test
163
+%exclude %{_libdir}/python3.5/idlelib/idle_test
164
+%exclude %{_libdir}/python3.5/test
165
+%exclude %{_libdir}/python3.5/lib-dynload/_ctypes_test.*.so
166 166
 
167 167
 %files devel
168 168
 %defattr(-,root,root)
... ...
@@ -176,11 +180,13 @@ rm -rf %{buildroot}/*
176 176
 %files tools
177 177
 %defattr(-,root,root,755)
178 178
 %doc Tools/README
179
-%{_libdir}/python3.4/lib2to3
179
+%{_libdir}/python3.5/lib2to3
180 180
 %{_bindir}/2to3*
181 181
 %{_bindir}/idle*
182 182
 
183 183
 %changelog
184
+*   Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 3.5.1-1
185
+-   Updated to version 3.5.1
184 186
 *	Wed Dec 09 2015 Anish Swaminathan <anishs@vmware.com> 3.4.3-3
185 187
 -	Edit post script.
186 188
 *	Wed Aug 17 2015 Vinay Kulkarni <kulkarniv@vmware.com> 3.4.3-2
... ...
@@ -1,6 +1,6 @@
1 1
 Summary:	Time zone data
2 2
 Name:		tzdata
3
-Version:	2013i
3
+Version:	2016a
4 4
 Release:	1%{?dist}
5 5
 URL:		http://www.iana.org/time-zones
6 6
 License:	Public Domain
... ...
@@ -8,7 +8,7 @@ Group:		Applications/System
8 8
 Vendor:		VMware, Inc.
9 9
 Distribution: 	Photon
10 10
 Source0:	http://www.iana.org//time-zones/repository/releases/%{name}%{version}.tar.gz
11
-%define sha1 tzdata=0fe77c8cca50b5f20d73e9c2a5b4fadca34c1504
11
+%define sha1 tzdata=9ba86f3bfc1c7c3470eeb6963dd6ac84c9195d69
12 12
 BuildArch:	noarch
13 13
 %description
14 14
 Sources for time zone and daylight saving time data
... ...
@@ -39,5 +39,7 @@ ln -svf %{_datarootdir}/zoneinfo/UTC %{buildroot}%{_sysconfdir}/localtime
39 39
 %{_sysconfdir}/localtime
40 40
 %{_datadir}/*
41 41
 %changelog
42
+*   Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 2016a-1
43
+-   Upgraded to version 2016a
42 44
 *	Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 2013i-1
43 45
 -	Initial build. First version