Browse code

Update curl, perl-List-MoreUtils, pycrypto.

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

xiaolin-vmware authored on 2016/02/24 06:56:26
Showing 3 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 Summary:	An URL retrieval utility and library
2 2
 Name:		curl
3
-Version:	7.46.0
3
+Version:	7.47.1
4 4
 Release:	1%{?dist}
5 5
 License:	MIT
6 6
 URL:		http://curl.haxx.se
... ...
@@ -8,7 +8,7 @@ Group:		System Environment/NetworkingLibraries
8 8
 Vendor:		VMware, Inc.
9 9
 Distribution: Photon
10 10
 Source0:	http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
11
-%define sha1 curl=c2dad430166643178133e0b9d276cc43b35b09b9
11
+%define sha1 curl=07d8f7a4c7c9ad3293ee3d87f5c2683dd6cc1ca4
12 12
 Requires:	ca-certificates
13 13
 BuildRequires:	ca-certificates
14 14
 Requires:	openssl
... ...
@@ -60,6 +60,8 @@ rm -rf %{buildroot}/*
60 60
 %{_docdir}/%{name}-%{version}
61 61
 %{_datadir}/zsh/site-functions/_curl
62 62
 %changelog
63
+*   Tue Feb 23 2016 Xiaolin Li <xiaolinl@vmware.com> 7.47.1-1
64
+-   Updated to version 7.47.1
63 65
 * 	Thu Jan 14 2016 Xiaolin Li <xiaolinl@vmware.com> 7.46.0-1
64 66
 - 	Updated to version 7.46.0
65 67
 *	Thu Aug 13 2015 Divya Thaluru <dthaluru@vmware.com> 7.43.0-1
... ...
@@ -1,12 +1,12 @@
1 1
 # Got the intial spec from Fedora and modified it
2 2
 Summary:	Provide the stuff missing in List::Util
3 3
 Name:		perl-List-MoreUtils
4
-Version:	0.410
4
+Version:	0.413
5 5
 Release:	1%{?dist}
6 6
 License:	GPL+ or Artistic
7 7
 URL:		http://search.cpan.org/dist/List-MoreUtils/
8 8
 Source0:	http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-%{version}.tar.gz
9
-%define sha1 List-MoreUtils=e72c962a78850f08212df5d9bd0b0b59b5a3caa4
9
+%define sha1 List-MoreUtils=1af39142f090e1a6b7918a3c26fc416f0cf0d84f
10 10
 Vendor:		VMware, Inc.
11 11
 Distribution:	Photon
12 12
 BuildRequires:	perl
... ...
@@ -37,11 +37,13 @@ make test
37 37
 %files
38 38
 %{perl_vendorarch}/auto/List/
39 39
 %{perl_vendorarch}/List/
40
-%{_libdir}/perl5/*
41 40
 %{_mandir}/man3/List::MoreUtils.3*
42 41
 %{_mandir}/man3/List::MoreUtils::PP.3*
43 42
 %{_mandir}/man3/List::MoreUtils::XS.3*
43
+%{_mandir}/man3/List::MoreUtils::Contributing.3.gz
44 44
 
45 45
 %changelog
46
+*   Tue Feb 23 2016 Xiaolin Li <xiaolinl@vmware.com> 0.413-1
47
+-   Updated to version 0.413
46 48
 *	Fri Apr 3 2015 Divya Thaluru <dthaluru@vmware.com> 0.410-1
47 49
 -	Initial version.
... ...
@@ -1,11 +1,11 @@
1 1
 Summary: The Python Cryptography Toolkit.
2 2
 Name:    pycrypto
3
-Version: 2.6.1
3
+Version: 2.7a1
4 4
 Release: 1%{?dist}
5 5
 License: UNKNOWN
6
-URL: https://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-2.6.1.tar.gz
6
+URL: https://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-2.7a1.tar.gz
7 7
 Source: %{name}-%{version}.tar.gz
8
-%define sha1 pycrypto=aeda3ed41caf1766409d4efc689b9ca30ad6aeb2
8
+%define sha1 pycrypto=6326136d88e9a8f6dd8a41b91d56db8490ba2873
9 9
 Group:      Development/Tools
10 10
 Vendor:     VMware, Inc.
11 11
 Distribution:  Photon
... ...
@@ -29,5 +29,7 @@ python setup.py install -O1 --root=%{buildroot} --prefix=/usr
29 29
 %{_libdir}/python2.7/*
30 30
 
31 31
 %changelog
32
+*   Tue Feb 23 2016 Xiaolin Li <xiaolinl@vmware.com> 2.7a1-1
33
+-   Updated to version 2.7a1
32 34
 *	Tue Dec 15 2015 Xiaolin Li <xiaolinl@vmware.com> 2.6.1-1
33 35
 -   Initial build.  First version