Browse code

Update btrfs-progs, gtk-doc, intltool, json-glib, librelp, man-pages, perl-Module-Install, python-cryptography, rubygem-rbvmomi

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

suezzelur authored on 2016/02/26 11:21:17
Showing 10 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	Attr-2.4.47
2 2
 Name:		attr
3 3
 Version:	2.4.47
4
-Release:	1%{?dist}
4
+Release:	2%{?dist}
5 5
 License:	GPLv2+
6 6
 URL:		https://www.gnu.org/software/hurd/community/gsoc/project_ideas/libcap.html
7 7
 Source0:	http://download.savannah.gnu.org/releases/attr/%{name}-%{version}.src.tar.gz
... ...
@@ -30,13 +30,14 @@ rm %{buildroot}/%{_libdir}/*.la
30 30
 
31 31
 #the man pages are already installed by man-pages package
32 32
 rm -rv %{buildroot}/%{_mandir}/man2
33
+rm -fv %{buildroot}%{_mandir}/man5/attr.5*
34
+rmdir "%{buildroot}%{_mandir}/man5"
33 35
 %check
34 36
 make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
35 37
 %files
36 38
 %defattr(-,root,root)
37 39
 %{_mandir}/man1/*
38 40
 %{_mandir}/man3/*
39
-%{_mandir}/man5/*
40 41
 %{_libdir}/*.so
41 42
 %{_bindir}/*
42 43
 /lib/*.so.*
... ...
@@ -44,5 +45,7 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
44 44
 %{_datadir}/locale/*
45 45
 %{_docdir}/%{name}-%{version}/*
46 46
 %changelog
47
+* 	Thu Feb 25 2016 Anish Swaminathan <anishs@vmware.com>  2.4.47-2
48
+- 	Remove man pages provided by man-pages
47 49
 *	Thu Oct 23 2014 Divya Thaluru <dthaluru@vmware.com> 2.4.47-1
48 50
 -	Initial version
... ...
@@ -1,12 +1,12 @@
1 1
 Name:		btrfs-progs
2
-Version:	3.18.2
2
+Version:	4.4
3 3
 Release:	1%{?dist}
4 4
 Summary:	Userspace programs for btrfs
5 5
 Group:		System Environment/Base
6 6
 License:	GPLv2+
7 7
 URL:		http://btrfs.wiki.kernel.org/index.php/Main_Page
8
-Source0:	https://www.kernel.org/pub/linux/kernel/people/kdave/%{name}/%{name}-%{version}.tar.gz
9
-%define sha1 btrfs-progs=2d279d13c51f929055a6eefa2bd95d1daf2c0a93
8
+Source0:	https://www.kernel.org/pub/linux/kernel/people/kdave/%{name}/%{name}-v%{version}.tar.gz
9
+%define sha1 btrfs-progs=392dfb225fccec466e1fc95477f8ef25e24ba028
10 10
 Vendor:		VMware, Inc.
11 11
 Distribution:	Photon
12 12
 BuildRequires:	lzo-devel
... ...
@@ -30,9 +30,11 @@ You should install btrfs-progs-devel if you want to develop
30 30
 btrfs filesystem-specific programs.
31 31
 
32 32
 %prep
33
-%setup -q -n %{name}-%{version}
33
+%setup -q -n %{name}-v%{version}
34 34
 
35 35
 %build
36
+./autogen.sh
37
+%configure
36 38
 make DISABLE_DOCUMENTATION=1 %{?_smp_mflags}
37 39
 
38 40
 %install
... ...
@@ -58,6 +60,7 @@ rm -rf %{buildroot}
58 58
 %{_sbindir}/btrfs-zero-log
59 59
 %{_sbindir}/btrfs-find-root
60 60
 %{_sbindir}/btrfs-show-super
61
+%{_sbindir}/btrfs-select-super
61 62
 
62 63
 %files devel
63 64
 %{_includedir}/*
... ...
@@ -65,5 +68,7 @@ rm -rf %{buildroot}
65 65
 %{_libdir}/libbtrfs.a
66 66
 
67 67
 %changelog
68
-* Thu Feb 26 2015 Divya Thaluru <dthaluru@vmware.com> 3.18.2-1
69
-- Initial version
68
+* 	Thu Feb 25 2016 Anish Swaminathan <anishs@vmware.com>  4.4-1
69
+- 	Upgrade to 4.4
70
+* 	Thu Feb 26 2015 Divya Thaluru <dthaluru@vmware.com> 3.18.2-1
71
+- 	Initial version
... ...
@@ -1,11 +1,11 @@
1 1
 Summary:	Program to generate documenation
2 2
 Name:		gtk-doc
3
-Version:	1.21
3
+Version:	1.24
4 4
 Release:	2%{?dist}
5 5
 License:	GPLv2+
6 6
 URL:		http://www.gnu.org/software/%{name}
7 7
 Source0:	http://ftp.gnome.org/pub/gnome/sources/gtk-doc/1.21/%{name}-%{version}.tar.xz
8
-%define sha1 gtk-doc=49b4fc9d4cf618c53f39f35f4cf2fc27b7b3dae4
8
+%define sha1 gtk-doc=b2648b535894e4a1897dc511a963868763d65bd6
9 9
 Group:		Development/Tools
10 10
 Vendor:		VMware, Inc.
11 11
 Distribution:	Photon
... ...
@@ -38,7 +38,9 @@ make DESTDIR=%{buildroot} sysconfdir=%{_sysconfdir} datadir=%{_datadir} install
38 38
 %{_bindir}/*
39 39
 /usr/share/*
40 40
 %changelog
41
-*   Wed May 20 2015 Touseef Liaqat <tliaqat@vmware.com> 1.21.1-2
42
--   Updated group.
41
+* 	Thu Feb 25 2016 Anish Swaminathan <anishs@vmware.com>  1.24-1
42
+- 	Upgrade to 1.24
43
+*   	Wed May 20 2015 Touseef Liaqat <tliaqat@vmware.com> 1.21.1-2
44
+-   	Updated group.
43 45
 *	Mon Nov 24 2014 Divya Thaluru <dthaluru@vmware.com> 1.21-1
44 46
 -	Initial build. First version
... ...
@@ -1,11 +1,11 @@
1
-Summary:	Intltool-0.50.2 
1
+Summary:	Intltool 
2 2
 Name:		intltool
3
-Version:	0.50.2
3
+Version:	0.51.0
4 4
 Release:	1%{?dist}
5 5
 License:	GPLv2+
6
-URL:		http://freedesktop.org/wiki/Software/%{name}l/
7
-Source0:	http://launchpad.net/intltool/trunk/0.50.2/+download/%{name}-%{version}.tar.gz
8
-%define sha1 intltool=7fddbd8e1bf94adbf1bc947cbf3b8ddc2453f8ad
6
+URL:		https://freedesktop.org/wiki/Software/intltool/
7
+Source0:	https://launchpad.net/intltool/+download/%{name}-%{version}.tar.gz
8
+%define sha1 intltool=a0c3bcb99d1bcfc5db70f8d848232a47c47da090
9 9
 Group:		Development/Tools
10 10
 Vendor:		VMware, Inc.
11 11
 Distribution:	Photon
... ...
@@ -31,5 +31,7 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
31 31
 %{_datadir}/intltool/*
32 32
 %{_mandir}/man8/*
33 33
 %changelog
34
+* 	Thu Feb 25 2016 Anish Swaminathan <anishs@vmware.com>  0.51.0-1
35
+- 	Upgrade to 0.51.0
34 36
 *	Thu Oct 23 2014 Divya Thaluru <dthaluru@vmware.com> 0.50.2-1
35 37
 -	Initial version
... ...
@@ -1,11 +1,11 @@
1 1
 Summary:    	Library providing serialization and deserialization support for the JSON format
2 2
 Name:       	json-glib
3
-Version:    	1.0.2
4
-Release:    	3%{?dist}
3
+Version:    	1.0.4
4
+Release:    	1%{?dist}
5 5
 License:    	LGPLv2+
6 6
 Group:      	Development/Libraries
7 7
 Source0:    	http://ftp.gnome.org/pub/GNOME/sources/json-glib/1.0/%{name}-%{version}.tar.xz
8
-%define sha1 json-glib=e3bca16e0c9985a74ee95084ce86af18b31678b1
8
+%define sha1 json-glib=efdf5a66d1d8fb504448a40ba2352bbfef301074
9 9
 URL:        	http://live.gnome.org/JsonGlib
10 10
 Vendor:		VMware, Inc.
11 11
 Distribution:	Photon
... ...
@@ -46,7 +46,6 @@ Header files for the json-glib library.
46 46
 %setup -q -n %{name}-%{version}
47 47
 
48 48
 %build
49
-env NOCONFIGURE=1 ./autogen.sh
50 49
 %configure \
51 50
     --disable-silent-rules \
52 51
     --enable-man
... ...
@@ -86,9 +85,12 @@ rm -rf $RPM_BUILD_ROOT
86 86
 %{_includedir}/json-glib-1.0
87 87
 %{_libdir}/pkgconfig/json-glib-1.0.pc
88 88
 %{_datadir}/gir-1.0/Json-1.0.gir
89
+%{_datadir}/gtk-doc
89 90
 %{_libdir}/girepository-1.0/Json-1.0.typelib
90 91
 
91 92
 %changelog
93
+* 	Thu Feb 25 2016 Anish Swaminathan <anishs@vmware.com>  1.0.4-1
94
+- 	Upgrade to 1.0.4
92 95
 *	Mon Jul 6 2015 Alexey Makhalov <amakhalov@vmware.com> 1.0.2-3
93 96
 -	Added more requirements for devel subpackage.
94 97
 *	Fri Jun 26 2015 Alexey Makhalov <amakhalov@vmware.com> 1.0.2-2
... ...
@@ -1,11 +1,11 @@
1 1
 Summary:	RELP Library
2 2
 Name:		librelp
3
-Version:	1.2.7
3
+Version:	1.2.9
4 4
 Release:	1%{?dist}
5 5
 License:	GPLv3+
6 6
 URL:		http://www.librelp.com
7 7
 Source0:	http://download.rsyslog.com/librelp/%{name}-%{version}.tar.gz
8
-%define sha1 librelp=060097280a8f5ff3365c3455c9f12eddaa72dc10
8
+%define sha1 librelp=d8b61789a2775bbff08c1ac05b658a52afa4d729
9 9
 Group:		System Environment/Libraries
10 10
 Vendor:		VMware, Inc.
11 11
 Distribution:	Photon
... ...
@@ -49,6 +49,8 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
49 49
 %{_libdir}/*.so
50 50
 %{_libdir}/pkgconfig/*.pc
51 51
 %changelog
52
+* 	Thu Feb 25 2016 Anish Swaminathan <anishs@vmware.com>  1.2.9-1
53
+- 	Upgrade to 1.2.9
52 54
 *	Thu Jun 18 2015 Divya Thaluru <dthaluru@vmware.com> 1.2.7-1
53 55
 -	Initial build. First version
54 56
 
... ...
@@ -1,6 +1,6 @@
1 1
 Summary:	Man pages
2 2
 Name:		man-pages
3
-Version:	3.59
3
+Version:	4.04
4 4
 Release:	1%{?dist}
5 5
 License:	GPLv2+ and BSD
6 6
 URL:		http://www.kernel.org/doc/man-pages
... ...
@@ -8,7 +8,7 @@ Group:		System Environment/Base
8 8
 Vendor:		VMware, Inc.
9 9
 Distribution: 	Photon
10 10
 Source0:	http://www.kernel.org/pub/linux/docs/man-pages/%{name}-%{version}.tar.xz
11
-%define sha1 man-pages=76eae3fb069a6df2195081408e7ea2784722385b
11
+%define sha1 man-pages=a8fe81cbea71d1b0bdf9e6d185dd5826da575010
12 12
 BuildArch:	noarch
13 13
 %description
14 14
 The Man-pages package contains over 1,900 man pages.
... ...
@@ -31,6 +31,8 @@ rm -vf %{buildroot}%{_mandir}/man5/passwd.5
31 31
 %{_mandir}/man7/*
32 32
 %{_mandir}/man8/*
33 33
 %changelog
34
+* 	Thu Feb 25 2016 Anish Swaminathan <anishs@vmware.com>  4.04-1
35
+- 	Upgrade to 4.04
34 36
 *	Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 3.59-1
35 37
 -	Initial build. First version
36 38
 
... ...
@@ -4,17 +4,19 @@
4 4
 
5 5
 Summary:        Standalone, extensible Perl module installer
6 6
 Name:           perl-Module-Install
7
-Version:        1.14
7
+Version:        1.16
8 8
 Release:        1%{?dist}
9 9
 License:        GPL+ or Artistic
10 10
 Group:          Development/Libraries
11 11
 URL:            http://search.cpan.org/dist/Module-Install/
12 12
 Source0:        http://www.cpan.org/authors/id/B/BI/BINGOS/Module-Install-%{version}.tar.gz
13
-%define sha1 Module-Install=255bff1bdf9e7b0f67eff15d0b4d52662c0f67d7
13
+%define sha1 Module-Install=fd0ad651247e6fb932925f4d7e270ec442a066e1
14 14
 Vendor:		VMware, Inc.
15 15
 Distribution:	Photon
16 16
 BuildArch:      noarch
17 17
 BuildRequires:  perl
18
+BuildRequires:  perl-YAML-Tiny
19
+Requires:  perl-YAML-Tiny
18 20
 Requires:	perl
19 21
 
20 22
 %description
... ...
@@ -44,6 +46,8 @@ make test AUTOMATED_TESTING=1
44 44
 %{_mandir}/man3/*
45 45
 
46 46
 %changelog
47
+*	Thu Feb 25 2016 Anish Swaminathan <anishs@vmware.com> 1.16-1
48
+-	Upgrade version to 1.16
47 49
 *	Fri Apr 3 2015 Divya Thaluru <dthaluru@vmware.com> 1.14-1
48 50
 -	Initial version.
49 51
 
... ...
@@ -1,12 +1,12 @@
1 1
 Summary:        Python cryptography library
2 2
 Name:           python-cryptography
3
-Version:        1.2.1
3
+Version:        1.2.2
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=e6f0b8907588e972bb7e7c0541fa5c1d5451068d
9
+%define sha1 cryptography=16088fb22c2ea4cd445bcfca6a6bbb99b79dc285
10 10
 
11 11
 BuildRequires: python2
12 12
 BuildRequires: python2-libs
... ...
@@ -38,6 +38,8 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
38 38
 %{python_sitelib}/*
39 39
 
40 40
 %changelog
41
+*	Thu Feb 26 2016 Anish Swaminathan <anishs@vmware.com> 1.2.2-1
42
+-	Upgrade version to 1.2.2
41 43
 *	Thu Jan 21 2016 Anish Swaminathan <anishs@vmware.com> 1.2.1-1
42 44
 -	Upgrade version
43 45
 * 	Wed Nov 18 2015 Divya Thaluru <dthaluru@vmware.com> 1.1-1
... ...
@@ -4,13 +4,13 @@
4 4
 
5 5
 Summary: Ruby interface to the VMware vSphere API.
6 6
 Name: rubygem-rbvmomi
7
-Version: 1.8.1
7
+Version: 1.8.2
8 8
 Release: 1%{?dist}
9 9
 Group: Development/Languages
10 10
 License: MIT
11 11
 URL: https://github.com/vmware/rbvmomi
12 12
 Source0: http://rubygems.org/gems/rbvmomi-%{version}.gem
13
-%define sha1 rbvmomi=ab4cfcc08f33a68ba2e10f67e0f8521e0b8988c2
13
+%define sha1 rbvmomi=565ad4c8433fa38154a00ad661c7e36ad060f9d0
14 14
 BuildRequires: ruby
15 15
 Requires: ruby
16 16
 
... ...
@@ -27,5 +27,7 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
27 27
 %{gemdir}
28 28
 
29 29
 %changelog
30
-* Wed Nov 11 2015 Xiaolin Li <xiaolinl@vmware.com> 1.8.1-1
31
-- Initial build
30
+* 	Thu Feb 25 2016 Anish Swaminathan <anishs@vmware.com>  1.8.2-1
31
+- 	Upgrade to 1.8.2
32
+* 	Wed Nov 11 2015 Xiaolin Li <xiaolinl@vmware.com> 1.8.1-1
33
+- 	Initial build