Browse code

Updating nano, sysdig, createrepo, glib-networking, libhif and mkinitcpio packages

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

Kumar Kaushik authored on 2016/02/24 12:58:01
Showing 6 changed files
... ...
@@ -2,15 +2,15 @@
2 2
 
3 3
 Summary: 	Creates a common metadata repository
4 4
 Name: 		createrepo
5
-Version: 	0.10.3
5
+Version: 	0.10.4
6 6
 Release: 	1%{?dist}
7 7
 License:	GPLv2+
8 8
 Group: 		System Environment/Base
9 9
 Vendor:		VMware, Inc.
10 10
 Distribution: 	Photon
11 11
 Source0: 	%{name}-%{version}.tar.gz
12
-%define sha1 createrepo=9dfd0e935b3180096ccd61611db3c85c968eea4f
13
-URL: 		http://linux.duke.edu/metadata/
12
+%define sha1 createrepo=b4e88b3a8cb4b4ef7154991d33948e3d05bd9663
13
+URL: 		http://createrepo.baseurl.org/download/
14 14
 BuildArchitectures: noarch
15 15
 Requires: python2 >= 2.1, rpm-devel, rpm >= 0:4.1.1, libxml2
16 16
 Requires: yum-metadata-parser, yum >= 3.2.7
... ...
@@ -49,6 +49,8 @@ make DESTDIR=$RPM_BUILD_ROOT install
49 49
 %{python_sitelib}/createrepo
50 50
 
51 51
 %changelog
52
+* Tue Feb 23 2016 Kumar Kaushik <kaushikk@vmware.com> 0.10.4
53
+- Updating to new version.
52 54
 * Thu Dec 20 2007 Seth Vidal <skvidal at fedoraproject.org>
53 55
 - beginning of the new version
54 56
 
... ...
@@ -1,14 +1,14 @@
1 1
 Summary:    Glib networking modules
2 2
 Name:       glib-networking
3
-Version:    2.45.1
3
+Version:    2.46.1
4 4
 Release:    1%{?dist}
5 5
 License:    GPLv2
6 6
 URL:        http://wiki.gnome.org/glib-networking
7 7
 Group:      System Environment/Development
8 8
 Vendor:     VMware, Inc.
9 9
 Distribution:   Photon
10
-Source0:    http://ftp.gnome.org/pub/GNOME/sources/glib-networking/2.45/%{name}-%{version}.tar.xz
11
-%define sha1 glib-networking=e6e17d1d6ed86a99db228fcf3ea1bd7f844a0cb5
10
+Source0:    http://ftp.gnome.org/pub/GNOME/sources/glib-networking/2.46/%{name}-%{version}.tar.xz
11
+%define sha1 glib-networking=5e44eb1227eef11eeea8b003207611fa4d3b1fa1
12 12
 BuildRequires:	nettle-devel
13 13
 BuildRequires:	autogen-libopts-devel
14 14
 BuildRequires:	libtasn1-devel
... ...
@@ -63,5 +63,7 @@ make DESTDIR=%{buildroot} install
63 63
 %defattr(-,root,root)
64 64
 
65 65
 %changelog
66
+*   Tue Feb 23 2016 Kumar Kaushik <kaushikk@vmware.com> 2.46.1-1
67
+-   Updating to new version.
66 68
 *   Wed Aug 12 2015 Touseef Liaqat <tliaqat@vmware.com> 2.45.1-1
67 69
 -   Initial build.  First version
... ...
@@ -1,14 +1,14 @@
1 1
 # Copied from inside of libhif.<version>.tar.gz
2
-%define libhif_version %{name}-%{name}_0_2_0
2
+%define libhif_version %{name}-%{name}_0_2_2
3 3
 
4 4
 Summary:   	Simple package manager built on top of hawkey and librepo
5 5
 Name:		libhif
6
-Version:   	0.2.0
6
+Version:   	0.2.2
7 7
 Release:   	1%{?dist}
8 8
 License:   	LGPLv2+
9 9
 URL:       	https://github.com/hughsie/libhif
10
-Source0:   	http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.gz
11
-%define sha1 libhif=7de667ee0a26f448c5a0c9f56dc5c304d7c282aa
10
+Source0:   	http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
11
+%define sha1 libhif=2816f914e25a1a625503b4b474a8ad63969e8c7e
12 12
 Vendor:		VMware, Inc.
13 13
 Distribution:	Photon
14 14
 
... ...
@@ -47,8 +47,8 @@ Provides: pkgconfig(libhif)
47 47
 GLib headers and libraries for libhif.
48 48
 
49 49
 %prep
50
-%setup -q -n %{libhif_version}
51
-
50
+#%setup -q -n %{libhif_version}
51
+%setup -q
52 52
 %build
53 53
 
54 54
 ./autogen.sh --prefix=/usr \
... ...
@@ -82,5 +82,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libhif*.la
82 82
 %{_datadir}/gir-1.0/*.gir
83 83
 
84 84
 %changelog
85
+*       Tue Feb 23 2016 Kumar Kaushik <kaushikk@vmware.com> 0.2.2-1
86
+-       Updated to new version.
85 87
 *       Wed Jun 17 2015 Anish Swaminathan <anishs@vmware.com> 0.2.0-1
86 88
 -       Updated version
... ...
@@ -1,14 +1,14 @@
1 1
 Summary:    Modular initramfs image creation utility
2 2
 Name:       mkinitcpio
3
-Version:    18
4
-Release:    2%{?dist}
3
+Version:    19
4
+Release:    1%{?dist}
5 5
 License:    GPLv2
6 6
 URL:        https://projects.archlinux.org/mkinitcpio.git/
7 7
 Group:      System Environment/Development
8 8
 Vendor:     VMware, Inc.
9 9
 Distribution:   Photon
10 10
 Source0:    https://projects.archlinux.org/mkinitcpio.git/snapshot/%{name}-%{version}.tar.gz
11
-%define sha1 mkinitcpio=0e124990118d170f6852efe46d889b5adae6dfd6
11
+%define sha1 mkinitcpio=3fef28312965d7cc254b6ac1ea38be16dcb46bf9
12 12
 BuildRequires: asciidoc
13 13
 BuildRequires: python2-libs
14 14
 BuildRequires: python-xml
... ...
@@ -46,6 +46,8 @@ make DESTDIR=%{buildroot} install
46 46
 /usr/share/*
47 47
 
48 48
 %changelog
49
+*   Tue Feb 23 2016 Kumar Kaushik <kaushikk@vmware.com> 19-1
50
+-   Updated to new version.
49 51
 *   Sat Jul 11 2015 Touseef Liaqat <tliaqat@vmware.com> 18-2
50 52
 -   Remove ash dependency
51 53
 *   Fri Jun 5 2015 Touseef Liaqat <tliaqat@vmware.com> 18-1
... ...
@@ -1,12 +1,12 @@
1 1
 Summary:	Text editor
2 2
 Name:		nano
3
-Version:	2.2.6
4
-Release:	2%{?dist}
3
+Version:	2.5.2
4
+Release:	1%{?dist}
5 5
 License:	GPLv3+
6 6
 URL:		http://www.nano-editor.org/
7 7
 Group:		Applications/Editors
8 8
 Source0:	http://www.nano-editor.org/dist/v2.2/%{name}-%{version}.tar.gz
9
-%define sha1 nano=f2a628394f8dda1b9f28c7e7b89ccb9a6dbd302a
9
+%define sha1 nano=ee21ed3f3771f6959bf430ab9e80de56026798b8
10 10
 Vendor:		VMware, Inc.
11 11
 Distribution:	Photon
12 12
 BuildRequires:	ncurses-devel
... ...
@@ -34,7 +34,11 @@ install -v -m644 %{_builddir}/%{name}-%{version}/doc/texinfo/nano.html %{_docdir
34 34
 %{_mandir}/fr/man*/*
35 35
 %{_infodir}/%{name}-%{version}/*
36 36
 %{_datadir}/nano/*
37
+%{_datadir}/doc/nano-2.5.2/*
38
+
37 39
 %changelog
40
+*       Tue Feb 23 2016 Kumar Kaushik <kaushikk@vmware.com> 2.5.2-1
41
+-       Updating to new version.
38 42
 *	Tue Nov 10 2015 Xiaolin Li <xiaolinl@vmware.com> 2.2.6-2
39 43
 -	Handled locale files with macro find_lang
40 44
 *	Tue Dec 30 2014 Mahmoud Bassiouny <mbassiouny@vmware.com> 2.2.6-1
... ...
@@ -1,6 +1,6 @@
1 1
 Summary:	Sysdig is a universal system visibility tool with native support for containers.
2 2
 Name:		sysdig
3
-Version:	0.6.0
3
+Version:	0.8.0
4 4
 Release:	1%{?dist}
5 5
 License:	GPLv2	  
6 6
 URL:		http://www.sysdig.org/
... ...
@@ -8,7 +8,7 @@ Group:		Applications/System
8 8
 Vendor:		VMware, Inc.
9 9
 Distribution:	Photon
10 10
 Source0:	https://github.com/draios/sysdig/archive/%{name}-%{version}.tar.gz
11
-%define sha1 sysdig=56f6abaec75f52d54c5d580453899c1e9c88ceeb
11
+%define sha1 sysdig=22a9102ff238a8feeaa4ecbcd54a29aa8b7e4cb8
12 12
 BuildRequires: cmake linux-dev 
13 13
 
14 14
 %description
... ...
@@ -44,6 +44,8 @@ rm -rf %{buildroot}/*
44 44
 %{_datadir}
45 45
 
46 46
 %changelog
47
+*       Tue Feb 23 2016 Kumar Kaushik <kaushikk@vmware.com> 0.8.0-1
48
+-       Upgraded to new version.
47 49
 *   	Wed Jan 20 2016 Anish Swaminathan <anishs@vmware.com> 0.6.0-1
48 50
 -   	Upgrade version.
49 51
 *	Mon Nov 30 2015 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 0.1.101-1