Browse code

Updating libunistring, libusb, libvirt and libwebp

Change-Id: I9700019ae04b1a6ff0d484f6c54d4ab3d8719e5a
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2330
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>

Kumar Kaushik authored on 2017/04/07 11:51:25
Showing 4 changed files
... ...
@@ -1,11 +1,11 @@
1 1
 Summary:	GNU Unicode string library
2 2
 Name:		libunistring
3
-Version:	0.9.6
4
-Release: 	2%{?dist}
3
+Version:	0.9.7
4
+Release: 	1%{?dist}
5 5
 License:	LGPLv3+
6 6
 Url:		http://www.gnu.org/software/libunistring/
7 7
 Source0:	http://ftp.gnu.org/gnu/libunistring/%{name}-%{version}.tar.xz
8
-%define sha1 libunistring=d34dd5371c4b34863a880f2206e2d00532effdd6
8
+%define sha1 libunistring=7d92687a50fea7702e8052486dfa25ffc361c9f3
9 9
 Group:		System Environment/Libraries
10 10
 Vendor:		VMware, Inc.
11 11
 Distribution:	Photon
... ...
@@ -47,10 +47,12 @@ make %{?_smp_mflags} check
47 47
 %{_includedir}/unistring/*.h
48 48
 %{_libdir}/*.so
49 49
 %changelog
50
+*       Thu Apr 06 2017 Kumar Kaushik <kaushikk@vmware.com> 0.9.7-1
51
+-       Updating Version to 0.9.7
50 52
 *	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 0.9.6-2
51 53
 -	GA - Bump release of all rpms
52
-*   Mon Feb 22 2016 XIaolin Li <xiaolinl@vmware.com> 0.9.6-1
53
--   Updated to version 0.9.6
54
+*       Mon Feb 22 2016 XIaolin Li <xiaolinl@vmware.com> 0.9.6-1
55
+-       Updated to version 0.9.6
54 56
 *	Thu Jun 18 2015 Divya Thaluru <dthaluru@vmware.com> 0.9.5-1
55 57
 -	Initial build. First version
56 58
 
... ...
@@ -1,14 +1,14 @@
1 1
 Summary:        A library which allows userspace access to USB devices
2 2
 Name:           libusb
3
-Version:        1.0.20
4
-Release:        4%{?dist}
3
+Version:        1.0.21
4
+Release:        1%{?dist}
5 5
 License:        LGPLv2+
6 6
 URL:            http://sourceforge.net/projects/libusb/
7 7
 Group:          System Environment/Libraries
8 8
 Vendor:         VMware, Inc.
9 9
 Distribution:   Photon
10 10
 Source:         http://downloads.sourceforge.net/libusb/libusb-%{version}.tar.bz2
11
-%define sha1 libusb=9537243f165927bde74ad742e6b3effb0bd50cd2
11
+%define sha1 libusb=54d71841542eb1a6f0b0420878a4d5434efe8d28
12 12
 BuildRequires:  systemd-devel
13 13
 Requires:       systemd
14 14
 
... ...
@@ -54,6 +54,8 @@ popd
54 54
 %{_libdir}/pkgconfig/*
55 55
 
56 56
 %changelog
57
+*   Thu Apr 06 2017 Kumar Kaushik <kaushikk@vmware.com>  1.0.21-1
58
+-   Upgrading version to 1.0.21
57 59
 *   Fri Nov 18 2016 Anish Swaminathan <anishs@vmware.com>  1.0.20-4
58 60
 -   Change systemd dependency
59 61
 *   Tue Jul 12 2016 Xiaolin Li <xiaolinl@vmware.com>  1.0.20-3
... ...
@@ -1,11 +1,11 @@
1 1
 Summary:	Virtualization API library that supports KVM, QEMU, Xen, ESX etc
2 2
 Name:		libvirt
3
-Version:	3.0.0
3
+Version:	3.2.0
4 4
 Release:	1%{?dist}
5 5
 License:	LGPL
6 6
 URL:		http://libvirt.org/
7 7
 Source0:	http://libvirt.org/sources/%{name}-%{version}.tar.xz
8
-%define sha1 libvirt=8a38fd5a0538a8ac05c8e4722bc4015c51237be0
8
+%define sha1 libvirt=47d4b443fdf1e268589529018c436bbc4b413a7c
9 9
 Group:		Virtualization/Libraries
10 10
 Vendor:		VMware, Inc.
11 11
 Distribution: 	Photon
... ...
@@ -72,31 +72,39 @@ find %{buildroot} -name '*.la' -delete
72 72
 %files
73 73
 %defattr(-,root,root)
74 74
 %{_bindir}/*
75
-/etc/libvirt/*
76
-/etc/logrotate.d/libvirtd*
77
-/etc/sasl2/libvirt.conf
78
-%{_sysconfdir}/*
79 75
 %{_libdir}/libvirt*.so.*
76
+%{_libdir}/libvirt/storage-backend/*
80 77
 %{_libdir}/sysctl.d/60-libvirtd.conf
81 78
 %{_libdir}/systemd/system/*
82 79
 /usr/libexec/libvirt*
83 80
 %{_sbindir}/*
84 81
 
82
+%config(noreplace)%{_sysconfdir}/sasl2/libvirt.conf
83
+%config(noreplace)%{_sysconfdir}/libvirt/*.conf
84
+%{_sysconfdir}/libvirt/nwfilter/*
85
+%{_sysconfdir}/libvirt/qemu/*
86
+%{_sysconfdir}/logrotate.d/*
87
+%{_sysconfdir}/sysconfig/*
88
+%{_bindir}/*
89
+
85 90
 %files devel
86 91
 %{_includedir}/libvirt/*
87 92
 %{_libdir}/libvirt*.so
88 93
 %{_libdir}/libvirt/connection-driver/*.so
89 94
 %{_libdir}/libvirt/lock-driver/*.so
90 95
 %{_libdir}/pkgconfig/libvirt*
96
+%{_libdir}/libvirt/storage-backend/*
91 97
 
92 98
 %files docs
93 99
 /usr/share/augeas/lenses/*
94
-/usr/share/doc/libvirt-3.0.0/*
100
+/usr/share/doc/%{name}-%{version}/*
95 101
 /usr/share/gtk-doc/*
96 102
 /usr/share/libvirt/*
97 103
 /usr/share/locale/*
98 104
 %{_mandir}/*
99 105
 
100 106
 %changelog
107
+*    Thu Apr 06 2017 Kumar Kaushik <kaushikk@vmware.com> 3.2.0-1
108
+-    Upgrading version to 3.2.0
101 109
 *    Fri Feb 03 2017 Vinay Kulkarni <kulkarniv@vmware.com> 3.0.0-1
102 110
 -    Initial version of libvirt package for Photon.
... ...
@@ -1,14 +1,14 @@
1 1
 Summary:	Library to encode and decode webP format images
2 2
 Name:		libwebp
3
-Version:	0.5.1
3
+Version:	0.6.0
4 4
 Release:	1%{?dist}
5 5
 License:	BSD
6 6
 URL:		http://webmproject.org/
7 7
 Group:		System Environment/Libraries
8 8
 Vendor:		VMware, Inc.
9 9
 Distribution:	Photon
10
-Source0:	http://downloads.webmproject.org/releases/webp/%{name}-%{version}.tar.gz
11
-%define sha1 libwebp=66efb2213015ad3460bef64b4fb218fdc10ce83f
10
+Source0:        https://github.com/webmproject/%{name}/archive/%{name}-%{version}.tar.gz
11
+%define sha1 libwebp=7294e5571657b8acdc3048d0a2d7a4cf746f5c80
12 12
 BuildRequires:	libjpeg-turbo-devel
13 13
 BuildRequires:	libtiff-devel
14 14
 BuildRequires:	libpng-devel
... ...
@@ -27,6 +27,8 @@ It contains the libraries and header files to create applications
27 27
 %prep
28 28
 %setup -q 
29 29
 %build
30
+./autogen.sh
31
+
30 32
 ./configure \
31 33
 	--prefix=%{_prefix} \
32 34
 	--enable-libwebpmux \
... ...
@@ -60,5 +62,7 @@ find %{buildroot} -name '*.la' -delete
60 60
 %{_libdir}/pkgconfig/*.pc
61 61
 
62 62
 %changelog
63
+*       Thu Apr 06 2017 Kumar Kaushik <kaushikk@vmware.com> 0.6.0-1
64
+-       Upgrading version to 0.6.0
63 65
 *       Wed Jul 27 2016 Divya Thaluru <dthaluru@vmware.com> 0.5.1-1
64 66
 -       Initial version