Browse code

update perl-Config-InFiles, rocket, subversion and sqlite-autoconf.

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

xiaolin-vmware authored on 2016/02/25 03:15:14
Showing 4 changed files
... ...
@@ -1,13 +1,13 @@
1 1
 # Got the intial spec from Fedora and modified it
2 2
 Summary:        A module for reading .ini-style configuration files
3 3
 Name:           perl-Config-IniFiles
4
-Version:        2.83
5
-Release:        2%{?dist}
4
+Version:        2.88
5
+Release:        1%{?dist}
6 6
 Group:          Development/Libraries
7 7
 License:        GPL+ or Artistic
8 8
 URL:            http://search.cpan.org/dist/Config-IniFiles/
9 9
 Source0:        http://www.cpan.org/authors/id/S/SH/SHLOMIF/Config-IniFiles-%{version}.tar.gz
10
-%define sha1 Config-IniFiles=a84bf7ec97ffb79558b8fa5eef7b32e361ebcd15
10
+%define sha1 Config-IniFiles=c22a627d4724597c7399bfe88b372af379723b54
11 11
 Vendor:		VMware, Inc.
12 12
 Distribution:	Photon
13 13
 BuildArch:      noarch
... ...
@@ -44,6 +44,8 @@ make test
44 44
 %{_mandir}/man3/*
45 45
 
46 46
 %changelog
47
+*   Tue Feb 23 2016 Xiaolin Li <xiaolinl@vmware.com> 2.88-1
48
+-   Updated to version 2.88
47 49
 *	Wed Jan 13 2016 Anish Swaminathan <anishs@vmware.com> 2.83-2
48 50
 -	Add build requirement
49 51
 *	Fri Apr 3 2015 Divya Thaluru <dthaluru@vmware.com> 2.83-1
... ...
@@ -1,23 +1,23 @@
1 1
 Summary:        Rocket
2 2
 Name:           rocket
3
-Version:        0.5.1
4
-Release:        2%{?dist}
3
+Version:        1.0.0
4
+Release:        1%{?dist}
5 5
 License:        ASL 2.0
6 6
 URL:            http://rocket.readthedocs.org/en/latest/
7 7
 Group:          Applications/File
8 8
 Vendor:         VMware, Inc.
9 9
 Distribution:   Photon
10
-Source0:        rocket-v0.5.1.tar.gz
11
-%define sha1 rocket=f04027de635f9dd965cd36dd29203dc760f5840a
10
+Source0:        rkt-v1.0.0.tar.gz
11
+%define sha1 rkt=27e2fb5bee466fb5fecb5b57acf3e4a6bdb4a70d
12 12
 
13 13
 %description
14 14
 Rocket is a CLI for running app containers, and an implementation of the App Container Spec.
15 15
 %prep
16
-%setup -q -n %{name}-v%{version}
16
+%setup -q -n rkt-v%{version}
17 17
 %build
18 18
 %install
19 19
 install -vdm755 %{buildroot}/bin
20
-mv -v %{_builddir}/%{name}-v%{version}/* %{buildroot}/bin/
20
+mv -v %{_builddir}/rkt-v%{version}/* %{buildroot}/bin/
21 21
 %{_fixperms} %{buildroot}/*
22 22
 %check
23 23
 make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
... ...
@@ -29,6 +29,8 @@ rm -rf %{buildroot}/*
29 29
 %defattr(-,root,root)
30 30
 /bin/*
31 31
 %changelog
32
+*   Tue Feb 23 2016 Xiaolin Li <xiaolinl@vmware.com> 1.0.0-1
33
+-   Updated to version 1.0.0
32 34
 *       Mon Feb 1 2016 Alexey Makhalov <amakhalov@vmware.com> 0.5.1-2
33 35
 -       Version name change: v0.5.1 -> 0.5.1
34 36
 *       Fri Mar 27 2015 Fabio Rapposeli <fabio@vmware.com> 0.5.1-1
... ...
@@ -1,15 +1,15 @@
1
-%define sourcever 3080301
1
+%define sourcever 3110000
2 2
 Summary:	A portable, high level programming interface to various calling conventions
3 3
 Name:		sqlite-autoconf
4
-Version:	3.8.3.1
5
-Release:	2%{?dist}
4
+Version:	3.11.0
5
+Release:	1%{?dist}
6 6
 License:	Public Domain
7 7
 URL:		http://www.sqlite.org
8 8
 Group:		System Environment/GeneralLibraries
9 9
 Vendor:		VMware, Inc.
10 10
 Distribution: Photon
11
-Source0:	http://sqlite.org/2014/%{name}-3080301.tar.gz
12
-%define sha1 sqlite-autoconf=a9b0a3d66fb5c2ae51ad2d8a512ca827adc7d59c
11
+Source0:	http://sqlite.org/2016/%{name}-3110000.tar.gz
12
+%define sha1 sqlite-autoconf=e2d300e4b24af5ecd67a1396488893fa44864e36
13 13
 Obsoletes:	libsqlite
14 14
 Provides:	sqlite3
15 15
 %description
... ...
@@ -29,7 +29,7 @@ C/C++ interface specs and other miscellaneous documentation.
29 29
 	--bindir=%{_bindir} \
30 30
 	--libdir=%{_libdir} \
31 31
 	--disable-static
32
-make %{?_smp_mflags}
32
+make -j1
33 33
 %install
34 34
 [ %{buildroot} != "/"] && rm -rf %{buildroot}/*
35 35
 make DESTDIR=%{buildroot} install
... ...
@@ -51,6 +51,8 @@ rm -rf %{buildroot}/*
51 51
 %{_libdir}/pkgconfig/*
52 52
 %{_mandir}/man1/*
53 53
 %changelog
54
+*   Tue Feb 23 2016 Xiaolin Li <xiaolinl@vmware.com> 3.11.0-1
55
+-   Updated to version 3.11.0
54 56
 *	Wed Feb 03 2016 Anish Swaminathan <anishs@vmware.com> - 3.8.3.1-2
55 57
 - 	Fix versioning
56 58
 *	Mon Oct 7 2014 Divya Thaluru <dthaluru@vmware.com> 3080301-1
... ...
@@ -1,14 +1,14 @@
1 1
 Summary:    	The Apache Subversion control system
2 2
 Name:       	subversion
3
-Version:    	1.8.13
3
+Version:    	1.9.3
4 4
 Release:    	5%{?dist}
5 5
 License:    	Apache License 2.0
6 6
 URL:        	http://subversion.apache.org/
7 7
 Group:      	Utilities/System
8 8
 Vendor:     	VMware, Inc.
9 9
 Distribution: 	Photon
10
-Source0:        http://archive.apache.org/dist/%{name}/%{name}-%{version}.tar.gz
11
-%define sha1 subversion=437cf662b7ed27d2254aa7ca334fdd74b49262ef
10
+Source0:        http://archive.apache.org/dist/%{name}/%{name}-%{version}.tar.bz2
11
+%define sha1 subversion=27e8df191c92095f48314a415194ec37c682cbcf
12 12
 Requires:   	apr
13 13
 Requires:   	apr-util
14 14
 BuildRequires: 	apr-devel
... ...
@@ -43,7 +43,7 @@ make -j1 DESTDIR=%{buildroot} install
43 43
 %defattr(-,root,root)
44 44
 %{_bindir}/svn*
45 45
 %{_libdir}/libsvn_*.so.*
46
-%{_mandir}/*
46
+%{_datadir}/*
47 47
 
48 48
 %files devel
49 49
 %{_includedir}/*
... ...
@@ -52,6 +52,8 @@ make -j1 DESTDIR=%{buildroot} install
52 52
 %exclude %{_libdir}/debug/
53 53
 
54 54
 %changelog
55
+*   Tue Feb 23 2016 Xiaolin Li <xiaolinl@vmware.com> 1.9.3-1
56
+-   Updated to version 1.9.3
55 57
 *	Tue Nov 10 2015 Xiaolin Li <xiaolinl@vmware.com> 1.8.13-5
56 58
 -	Handled locale files with macro find_lang
57 59
 * 	Tue Sep 22 2015 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.8.13-4