Required to fix the build
Change-Id: I1952f716bbc9e773d65264281c71cf1d6f958fce
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/6681
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
Tested-by: Anish Swaminathan <anishs@vmware.com>
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: Library to encode and decode webP format images |
| 2 | 2 |
Name: libwebp |
| 3 | 3 |
Version: 0.6.0 |
| 4 |
-Release: 1%{?dist}
|
|
| 4 |
+Release: 2%{?dist}
|
|
| 5 | 5 |
License: BSD |
| 6 | 6 |
URL: http://webmproject.org/ |
| 7 | 7 |
Group: System Environment/Libraries |
| ... | ... |
@@ -62,6 +62,8 @@ find %{buildroot} -name '*.la' -delete
|
| 62 | 62 |
%{_libdir}/pkgconfig/*.pc
|
| 63 | 63 |
|
| 64 | 64 |
%changelog |
| 65 |
+* Tue Feb 12 2019 Ankit Jain <ankitja@vmware.com> 0.6.0-2 |
|
| 66 |
+- Release Bump up |
|
| 65 | 67 |
* Thu Apr 06 2017 Kumar Kaushik <kaushikk@vmware.com> 0.6.0-1 |
| 66 | 68 |
- Upgrading version to 0.6.0 |
| 67 | 69 |
* Wed Jul 27 2016 Divya Thaluru <dthaluru@vmware.com> 0.5.1-1 |