Browse code

Upgrade procps-ng, pycurl, additional python packages

Change-Id: I6ea31488be3cf57433cd384dfa97744bfeb34b35
Reviewed-on: http://photon-jenkins.eng.vmware.com/414
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: Xiaolin Li <xiaolinl@vmware.com>

suezzelur authored on 2016/01/25 19:26:21
Showing 6 changed files
... ...
@@ -1,14 +1,14 @@
1 1
 Summary:	Programs for monitoring processes
2 2
 Name:		procps-ng
3
-Version:	3.3.9
4
-Release:	2%{?dist}
3
+Version:	3.3.11
4
+Release:	1%{?dist}
5 5
 License:	GPLv2
6 6
 URL:		http://procps.sourceforge.net/
7 7
 Group:		Applications/System
8 8
 Vendor:		VMware, Inc.
9 9
 Distribution: Photon
10 10
 Source0:		http://sourceforge.net/projects/procps-ng/files/Production/%{name}-%{version}.tar.xz
11
-%define sha1 procps-ng=088c77631745fc75ee41fc29c254a4069be4869a
11
+%define sha1 procps-ng=1bdca65547df9ed019bd83649b0f8b8eaa017e25
12 12
 BuildRequires:	ncurses-devel
13 13
 Requires:	ncurses
14 14
 %description
... ...
@@ -34,7 +34,6 @@ make %{?_smp_mflags}
34 34
 make DESTDIR=%{buildroot} install
35 35
 install -vdm 755 %{buildroot}/bin
36 36
 install -vdm 755 %{buildroot}/%{_lib}
37
-mv -v %{buildroot}/usr/bin/pidof %{buildroot}/bin
38 37
 ln -sfv ../..%{_lib}/$(readlink %{buildroot}/%{_libdir}/libprocps.so) %{buildroot}/%{_libdir}/libprocps.so
39 38
 find %{buildroot} -name '*.la' -delete
40 39
 %post	-p /sbin/ldconfig
... ...
@@ -43,21 +42,21 @@ find %{buildroot} -name '*.la' -delete
43 43
 %defattr(-,root,root)
44 44
 /bin/ps
45 45
 /bin/pidof
46
-%{_bindir}/free
47
-%{_bindir}/w
48
-%{_bindir}/pgrep
49
-%{_bindir}/uptime
50
-%{_bindir}/vmstat
51
-%{_bindir}/pmap
52
-%{_bindir}/tload
53
-%{_bindir}/pwdx
54
-%{_bindir}/top
55
-%{_bindir}/slabtop
56
-%{_bindir}/watch
57
-%{_bindir}/pkill
58
-%{_docdir}/procps-ng-3.3.9/FAQ
59
-%{_docdir}/procps-ng-3.3.9/README.top
60
-%{_docdir}/procps-ng-3.3.9/BUGS
46
+/bin/free
47
+/bin/w
48
+/bin/pgrep
49
+/bin/uptime
50
+/bin/vmstat
51
+/bin/pmap
52
+/bin/tload
53
+/bin/pwdx
54
+/bin/top
55
+/bin/slabtop
56
+/bin/watch
57
+/bin/pkill
58
+%_datadir/locale/*
59
+%{_docdir}/procps-ng-3.3.11/FAQ
60
+%{_docdir}/procps-ng-3.3.11/bugs.md
61 61
 %{_mandir}/man8/vmstat.8.gz
62 62
 %{_mandir}/man8/sysctl.8.gz
63 63
 %{_mandir}/man1/slabtop.1.gz
... ...
@@ -73,9 +72,10 @@ find %{buildroot} -name '*.la' -delete
73 73
 %{_mandir}/man1/w.1.gz
74 74
 %{_mandir}/man1/watch.1.gz
75 75
 %{_mandir}/man1/ps.1.gz
76
+%{_mandir}/man3/*
76 77
 %{_mandir}/man5/sysctl.conf.5.gz
77
-%{_libdir}/libprocps.so.3
78
-%{_libdir}/libprocps.so.3.0.0
78
+%{_libdir}/libprocps.so.5
79
+%{_libdir}/libprocps.so.5.0.0
79 80
 /sbin/sysctl
80 81
 %files devel
81 82
 %{_includedir}/proc/sig.h
... ...
@@ -93,7 +93,9 @@ find %{buildroot} -name '*.la' -delete
93 93
 %{_libdir}/pkgconfig/libprocps.pc
94 94
 %{_libdir}/libprocps.so
95 95
 %changelog
96
-*   Mon May 18 2015 Touseef Liaqat <tliaqat@vmware.com> 3.3.9-2
97
--   Update according to UsrMove.
96
+*	Thu Jan 21 2016 Anish Swaminathan <anishs@vmware.com> 3.3.11-1
97
+-	Upgrade version
98
+*   	Mon May 18 2015 Touseef Liaqat <tliaqat@vmware.com> 3.3.9-2
99
+-   	Update according to UsrMove.
98 100
 *	Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 3.3.9-1
99 101
 -	Initial build. First version
... ...
@@ -1,14 +1,14 @@
1 1
 %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
2 2
 
3 3
 Name:           pycurl
4
-Version:        7.19.5.1
5
-Release:        2%{?dist}
4
+Version:        7.21.5
5
+Release:        1%{?dist}
6 6
 Summary:        A Python interface to libcurl
7 7
 Group:          Development/Languages
8 8
 License:        LGPLv2+ and an MIT/X
9 9
 URL:            http://pycurl.sourceforge.net/
10 10
 Source0:        http://pycurl.sourceforge.net/download/pycurl-%{version}.tar.gz
11
-%define sha1 pycurl=e448cc05ef05f8645bb9a7873d7a7e0b0035db14
11
+%define sha1 pycurl=60865d22fc715ca5197117ea3ad32413d3c7402e
12 12
 Vendor:		VMware, Inc.
13 13
 Distribution:	Photon
14 14
 Provides:	pycurl
... ...
@@ -56,6 +56,8 @@ rm -rf %{buildroot}
56 56
 %doc COPYING-LGPL COPYING-MIT RELEASE-NOTES.rst ChangeLog README.rst examples doc tests
57 57
 
58 58
 %changelog
59
+*	Thu Jan 21 2016 Anish Swaminathan <anishs@vmware.com> 7.21.5-1
60
+-	Upgrade version
59 61
 *	Mon Jul 6 2015 Alexey Makhalov <amakhalov@vmware.com> 7.19.5.1-2
60 62
 -	Added Doc subpackage. Removed chmod a-x for examples.
61 63
 *	Sat Jan 24 2015 Touseef Liaqat <tliaqat@vmware.com> 7.19.5.1
... ...
@@ -1,12 +1,12 @@
1 1
 Name:           python-Twisted
2
-Version:        15.4.0
2
+Version:        15.5.0
3 3
 Release:        1%{?dist}
4 4
 Url:            https://twistedmatrix.com
5 5
 Summary:        An asynchronous networking framework written in Python
6 6
 License:        MIT
7 7
 Group:          Development/Languages/Python
8 8
 Source0:        https://pypi.python.org/packages/source/T/Twisted/Twisted-%{version}.tar.bz2
9
-%define sha1 Twisted=eb3607f58ac3d046fa38f513e15a68544f038c58
9
+%define sha1 Twisted=c7db4b949fc27794ca94677f66082f49be43f283
10 10
 
11 11
 BuildRequires: python2
12 12
 BuildRequires: python2-libs
... ...
@@ -39,5 +39,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
39 39
 %{_bindir}/*
40 40
 
41 41
 %changelog
42
-* Tue Oct 27 2015 Mahmoud Bassiouny <mbassiouny@vmware.com>
43
-- Initial packaging for Photon
42
+*	Thu Jan 21 2016 Anish Swaminathan <anishs@vmware.com> 15.5.0-1
43
+-	Upgrade version
44
+* 	Tue Oct 27 2015 Mahmoud Bassiouny <mbassiouny@vmware.com>
45
+- 	Initial packaging for Photon
... ...
@@ -1,12 +1,12 @@
1 1
 Summary:        Interface for Python to call C code
2 2
 Name:           python-cffi
3
-Version:        1.3.0
3
+Version:        1.5.0
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
-Source0:        https://pypi.python.org/packages/source/c/cffi/cffi-1.3.0.tar.gz
9
-%define sha1 cffi=54a0b2dbbc2f5d99131aa337e217b636652641a9
8
+Source0:        https://pypi.python.org/packages/source/c/cffi/cffi-%{version}.tar.gz
9
+%define sha1 cffi=fd21011ba2a3cab627001b52c69fd7274517e549
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
 %{python_sitelib}/*
36 36
 
37 37
 %changelog
38
-* Wed Nov 18 2015 Divya Thaluru <dthaluru@vmware.com> 1.3.0-1
39
-- Initial packaging for Photon
38
+*	Thu Jan 21 2016 Anish Swaminathan <anishs@vmware.com> 1.5.0-1
39
+-	Upgrade version
40
+* 	Wed Nov 18 2015 Divya Thaluru <dthaluru@vmware.com> 1.3.0-1
41
+- 	nitial packaging for Photon
... ...
@@ -1,12 +1,12 @@
1 1
 Summary:        Python cryptography library
2 2
 Name:           python-cryptography
3
-Version:        1.1
3
+Version:        1.2.1
4 4
 Release:        1%{?dist}
5 5
 Url:            https://cryptography.io
6 6
 License:        ASL 2.0
7 7
 Group:          Development/Languages/Python
8 8
 Source0:        https://pypi.python.org/packages/source/c/cryptography/cryptography-%{version}.tar.gz
9
-%define sha1 cryptography=e04eb5febd7d127bc673504a18984daf4491e941
9
+%define sha1 cryptography=e6f0b8907588e972bb7e7c0541fa5c1d5451068d
10 10
 
11 11
 BuildRequires: python2
12 12
 BuildRequires: python2-libs
... ...
@@ -38,5 +38,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
38 38
 %{python_sitelib}/*
39 39
 
40 40
 %changelog
41
-* Wed Nov 18 2015 Divya Thaluru <dthaluru@vmware.com> 1.1-1
42
-- Initial packaging for Photon
41
+*	Thu Jan 21 2016 Anish Swaminathan <anishs@vmware.com> 1.2.1-1
42
+-	Upgrade version
43
+* 	Wed Nov 18 2015 Divya Thaluru <dthaluru@vmware.com> 1.1-1
44
+- 	Initial packaging for Photon
... ...
@@ -1,12 +1,12 @@
1 1
 Name:           python-six
2
-Version:        1.9.0
2
+Version:        1.10.0
3 3
 Release:        1%{?dist}
4 4
 Summary:        Python 2 and 3 compatibility utilities
5 5
 License:        MIT
6 6
 Group:          Development/Languages/Python
7 7
 Url:            https://pypi.python.org/packages/source/s/six/six-%{version}.tar.gz
8 8
 Source0:        six-%{version}.tar.gz
9
-%define sha1 six=d168e6d01f0900875c6ecebc97da72d0fda31129
9
+%define sha1 six=30d480d2e352e8e4c2aae042cf1bf33368ff0920
10 10
 
11 11
 BuildRequires: python2
12 12
 BuildRequires: python2-libs
... ...
@@ -34,5 +34,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
34 34
 %{python_sitelib}/*
35 35
 
36 36
 %changelog
37
-* Wed Mar 04 2015 Mahmoud Bassiouny <mbassiouny@vmware.com>
38
-- Initial packaging for Photon
37
+*	Thu Jan 21 2016 Anish Swaminathan <anishs@vmware.com> 1.10.0-1
38
+-	Upgrade version
39
+* 	Wed Mar 04 2015 Mahmoud Bassiouny <mbassiouny@vmware.com>
40
+- 	Initial packaging for Photon