-
Notifications
You must be signed in to change notification settings - Fork 697
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I2131a54dc240337d09443f920e0f277c2676fdd4 Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3899 Reviewed-by: Sharath George Tested-by: Sharath George
- Loading branch information
Priyesh Padmavilasom
authored and
Sharath George
committed
Sep 28, 2017
1 parent
f303738
commit 31bb961
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> 0.0.2-1 | ||
- Update to 0.0.2 | ||
* Thu May 04 2017 Priyesh Padmavilasom <[email protected]> 0.0.1-1 | ||
- Initial build. First version |