From 31bb961c15fa150528e947823b15bf8adbd995f0 Mon Sep 17 00:00:00 2001 From: Priyesh Padmavilasom Date: Thu, 28 Sep 2017 18:48:25 +0000 Subject: [PATCH] update copenapi to 0.0.2 Change-Id: I2131a54dc240337d09443f920e0f277c2676fdd4 Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3899 Reviewed-by: Sharath George Tested-by: Sharath George --- SPECS/copenapi/copenapi.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/SPECS/copenapi/copenapi.spec b/SPECS/copenapi/copenapi.spec index ae7ec91e23..7d4946de2a 100644 --- a/SPECS/copenapi/copenapi.spec +++ b/SPECS/copenapi/copenapi.spec @@ -1,6 +1,6 @@ Name: copenapi Summary: c open api spec parser -Version: 0.0.1 +Version: 0.0.2 Release: 1%{?dist} Group: Development/Libraries Vendor: VMware, Inc. @@ -13,7 +13,7 @@ Requires: curl BuildRequires: jansson-devel BuildRequires: curl-devel Source0: %{name}-%{version}.tar.gz -%define sha1 copenapi=0cfd79271ec3639129a36c4a5c3375cca8c54f32 +%define sha1 copenapi=64d947d4eb6e671fc6284bbca6da0201f741653f %description copenapi is an openapi parser written in c @@ -58,5 +58,7 @@ rm -rf %{buildroot}/* %{_libdir}/*.so %changelog +* Thu Sep 28 2017 Priyesh Padmavilasom 0.0.2-1 +- Update to 0.0.2 * Thu May 04 2017 Priyesh Padmavilasom 0.0.1-1 - Initial build. First version